Gateway
Gateway
The Auton gateway is an OpenAI-compatible proxy. Point any compatible client at it — balances deduct per token from your forward compute balance.
Compatibility
The gateway proxies to OpenRouter-compatible model routes. Works with the OpenAI SDK, LangChain, Cursor, and any tool that accepts a custom baseURL and API key.
curl https://api.autonaisol.xyz/api/v1/gateway/v1/chat/completions \
-H "Authorization: Bearer YOUR_AUTON_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "deepseek/deepseek-chat", "messages": [{"role": "user", "content": "Hello"}]}'Authentication
Create API keys in the dashboard. Keys are hashed at rest and passed as Bearer tokens. Each key is tied to your wallet and forward balances.
Billing
Usage is metered per token against your locked rate. When a forward balance hits zero, requests return an insufficient balance error — purchase more capacity on the marketplace to continue.