Support triage
Detect urgency, choose a team, and score severity from the same ticket.
Send a state and typed questions. Get probabilities, a selected option, or a score in one structured response.
Detect urgency, choose a team, and score severity from the same ticket.
Choose the next queue or action and keep the full probability distribution.
Run several atomic checks before your workflow continues.
Claude Code can send Anthropic-compatible requests through ApiClo. Set the Base URL to https://apiclo.com without /v1, use an ApiClo key as ANTHROPIC_AUTH_TOKEN, and choose an available model ID. ApiClo usage is billed separately from a Claude subscription.
Set ANTHROPIC_BASE_URL=https://apiclo.com. Claude Code appends /v1/messages itself, so do not add /v1 to this variable.
Set ANTHROPIC_AUTH_TOKEN to your ApiClo key and ANTHROPIC_MODEL to the exact model ID, such as claude-sonnet-5. Keep the key out of repository files.
Run claude from the same shell, then use /status to inspect the active Base URL and token source before sending a short test request.
export ANTHROPIC_AUTH_TOKEN="YOUR_APICLO_KEY"
export ANTHROPIC_BASE_URL="https://apiclo.com"
export ANTHROPIC_MODEL="claude-sonnet-5"
claude
$env:ANTHROPIC_AUTH_TOKEN="YOUR_APICLO_KEY"
$env:ANTHROPIC_BASE_URL="https://apiclo.com"
$env:ANTHROPIC_MODEL="claude-sonnet-5"
claude
A short request returns an answer and appears in ApiClo usage. Inspect the charged model and cache-read or cache-write tokens in Logs; a successful text request does not prove every Claude Code feature works through a gateway.
ApiClo is an independent gateway, not Anthropic or a Claude subscription. Feature availability depends on the Claude Code version, model, and gateway support. Prompt-cache writes may cost more than regular input; review current ApiClo rates.
All documentation