Using TrustedRouter With Kilo Code
TrustedRouter exposes an OpenAI-compatible API at https://api.trustedrouter.com/v1. You can use it from Kilo Code with the built-in TrustedRouter provider.
Website: https://trustedrouter.com/
Getting an API Key
- Sign in to the TrustedRouter console.
- Open API keys.
- Create a key and copy it.
Configuration in Kilo Code
Open Settings (gear icon), go to the Providers tab, choose TrustedRouter, and enter your API key.
Then select a TrustedRouter model such as trustedrouter/auto, trustedrouter/zdr, or trustedrouter/e2e.
Common Models
trustedrouter/autoroutes across healthy supported providers.trustedrouter/zdrprefers zero-data-retention routes.trustedrouter/e2euses end-to-end encrypted routes where available.
Tips and Notes
- TrustedRouter uses the OpenAI-compatible chat completions API.
- You can verify the hosted gateway and attestation story at https://trust.trustedrouter.com/.
- To use a specific model instead of a router alias, add it under
provider.trustedrouter.modelsand select it in Kilo Code.