Skip to content

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-id

Use 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.

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.

API documentation for rout.my.