ZBStream

Agent Tool Integration

Agents, IDEs, and automation tools that accept a custom OpenAI-compatible base URL can reach every model enabled on ZBStream with a single API key.

How do I point an agent or IDE at ZBStream?

Note

Environment variable names vary between tools — check that the tool supports a custom base URL.

OPENAI_API_KEY=你的_ZBStream_API_Key
OPENAI_BASE_URL=https://api.zbstream.com/v1
OPENAI_MODEL=deepseek-v4-pro

Integration Checklist

  • Verify the API key and model with curl first.
  • Disable any hard-coded official provider endpoint in the tool.
  • Restrict the directories, commands, and secrets the agent can access.
  • Use a dedicated API key for automation and rotate it regularly.