API Reference
Authentication

Authentication

Every request to Routify requires an API key.

Header

Authorization: Bearer rtf_xxxxxxxxxxxxxxxxxxxxxxxxx

Generating keys

Dashboard → API Keys → New key (opens in a new tab).

  • Keys are prefixed rtf_
  • Shown once at creation; we store only the hash
  • Up to 20 keys per account

Best practices

  • Use one key per environment (laptop / CI / production)
  • Name them descriptively
  • Rotate every 90 days
  • Revoke immediately if leaked
  • Never commit to git — use env vars / secret managers

Service accounts

For server-to-server use cases, contact us for a service account with extended scopes (admin / billing) — these aren't available via dashboard.

Key scopes

By default, all keys have full access to your account. Future versions will support scoped keys (e.g., chat-only, no billing).