Integrations
Most integrations need the same three values:
text
Base URL: https://api.rout.my/v1
API key: sk_your_key_here
Model: provider/model-idUse GET /v1/models with your key to choose an exact model ID. The docs intentionally use neutral placeholders so you can pick based on your own workflow.
OpenAI SDK
Python and Node examples with custom base URL.
SillyTavern
Custom OpenAI-compatible Chat Completion source.
Janitor AI
Proxy setup with the full /v1/chat/completions URL.
OpenClaw
openai-completions provider config with rout.my as baseUrl.
Codex / CLI tools
Use rout.my through OpenAI-compatible environment variables.
Quick Check
bash
curl https://api.rout.my/v1/models \
-H "Authorization: Bearer $ROUTMY_API_KEY"If the app can set a base URL and send a bearer token, it can usually talk to rout.my.