Agent INTEGRATION
ExperimentalOpenClaude documents an OpenAI-compatible provider mode with configurable base URL, API key, and model.
The documented interface aligns, but the complete tool workflow has not been verified against Tsubasa.
Uses an example ID from the current environment. It is not a recommendation unless the capability panel says so.
export CLAUDE_CODE_USE_OPENAI=1
export OPENAI_BASE_URL="https://api.tsubasa.sh/v1"
export OPENAI_API_KEY="$TSUBASA_API_KEY"
export OPENAI_MODEL="tsubasa-medium"
openclaude