Skip to content

Claude Code (your subscription, on your machine)
in NextOS.

Runs on a computer you registered, through your own Claude Code sign-in - no API key, billed to your Pro/Max plan.

01Supported models

Every model
this plugin lists.

  • default

    Whatever Claude Code is set to

    tools

    Uses the CLI's own configured model - no override passed.

  • sonnet

    Sonnet

    tools

    Fast, balanced - the CLI's default tier.

  • opus

    Opus

    tools

    Most capable, slower.

  • haiku

    Haiku

    tools

    Fastest, cheapest.

02Bring your own key, or hosted

How you
pay for it.

No API key at all: Claude Code on a computer you registered runs the agent, signed in with your own Claude Pro or Max plan, and the model bill goes there. Start the NextOS bridge on that machine and pick Claude Code under Settings > Privacy > Background runs.

  • Full tool calling - agents can use every app and MCP tool through this provider
  • No provider-hosted web search
  • No provider-hosted URL fetch

03Governance

The same controls
as every provider.

  • Restrict which providers and models a team may use at all - an allowed list on the org policy, enforced on every gateway call
  • Set a default model the whole workspace inherits, with per-agent pins for the job that needs a different one
  • Per-org and per-key budgets and rate limits, checked before a call reaches the provider
  • Guardrails (PII redaction, prompt-injection screening) applied to every request and response, regardless of provider
  • A full audit trail of governance and budget events, in the team's activity log

04Over the gateway

One endpoint,
OpenAI-compatible.

gateway — next.os
curl https://www.jonkum.in/api/v1/chat/completions \
  -H "Authorization: Bearer ngk_..." \
  -H "X-Provider-Key: your-claude-code-key" \
  -H "Content-Type: application/json" \
  -d '{"model":"claude-code/default","messages":[{"role":"user","content":"..."}]}'

Omit X-Provider-Key to run on the account's hosted allowance instead, where the plan supports it. See the gateway page for the full API.

05Every other provider

one plane · every provider · your key or ours

Run agents on Claude Code (your subscription, on your machine).
Governed exactly like every other provider.