Nbility logoNbility Docs

Search documentation

Search guides and API reference content

This table focuses on connecting each tool through the Nbility custom gateway. Features and interfaces change between client releases; use each tool's official documentation and its linked setup guide as the final reference.

Quick comparison

ToolMain surfaceNbility setupBest forImportant boundary
Claude CodeCLI, IDE integrationAnthropic environment variablesNative Claude toolingBase URL omits /v1
CodexCLI, IDE extension, desktopCustom Responses provider in config.tomlGPT/Codex workflowsOnly the Responses wire API is supported
Roo CodeVS Code/Cursor extensionOpenAI Compatible profileArbitrary compatible gateways in an editorModel must support native tool calling
OpenCodeTUI, desktop, IDE/connect + opencode.jsonMultiple providers and reviewable configChat Completions and Responses use different adapters
Qwen CodeCLImodelProviders + environment variableCLI model switchingLegacy security.auth.* credential fields are deprecated
Droid CLICLI, IDE integrationBYOK in settings.jsonFactory workflows and custom modelsProvider type must match the protocol
OpenClawGateway, web/channel clientsmodels.providersPersistent agents and fallback chainsCapability metadata is declared manually
DeepSeek HarnessWeb UI, headlessCustom OpenAI-compatible providerPlugin-based agent harness experimentsStill in developer preview
ZCFConfiguration toolInteractive Claude Code/Codex generationOne-stop workflow setupEdits multiple client configuration files
CursorEditorConditional Base URL overrideExisting Cursor usersOfficial docs do not guarantee full arbitrary-gateway BYOK

Choose by workflow

  • Smallest setup: Claude Code or Roo Code.
  • OpenAI Responses/Codex workflow: Codex.
  • Multiple terminal providers: OpenCode or Qwen Code.
  • Explicit OpenAI Compatible support inside VS Code: Roo Code.
  • Persistent Gateway, channels, and fallback chains: OpenClaw.
  • Install workflows, MCP, and profile switching together: ZCF.
  • Experiment with a new plugin-based agent harness: DeepSeek Harness.

Cursor has more custom-gateway boundaries and is not ideal for the first Nbility verification. Test the key with API Quickstart or a client with explicit custom-provider support first.

Protocols and Base URLs

Client configurationBase URLProtocol
OpenAI Chat/Responseshttps://api.nbility.ai/v1/chat/completions or /responses
Anthropic Messageshttps://api.nbility.aiClient appends /v1/messages
Native Geminihttps://api.nbility.aiClient appends /v1beta/models/...

A protocol mismatch commonly causes 404, empty output, or failed tools. API compatibility does not mean every model supports images, tools, realtime audio, or structured output.

Setup guides