Create a key
Sign in to the router console, add credit when ready, and issue an API key.
Spend control
Put a protected, Anthropic-compatible gateway between agentic tools and supported foundation models. Meter every request, fund usage with prepaid credit, and pause abnormal spend before it becomes a surprise.
One change at the edge
Point supported Anthropic-compatible clients at the Ecoino messages endpoint. The router handles authentication, metering, balance enforcement, and model access behind it.
# Point your client at Ecoino export ANTHROPIC_BASE_URL=https://messages.router.ecoino.my export ANTHROPIC_API_KEY=sk-ec-•••••••• claude "review this service for reliability risks"
Protection that reacts
A hard balance is the final boundary. Ecoino also watches spend velocity and error behavior so abnormal usage can be paused earlier.
Usage draws from available credit instead of accumulating an open-ended invoice.
Velocity and failure patterns help identify retry storms and runaway workloads.
Request metering connects model consumption to balance and billing records.
The protected path
Start with the same developer flow you already know, then add economic guardrails around it.
Sign in to the router console, add credit when ready, and issue an API key.
Use the Ecoino base URL with an Anthropic-compatible client such as Claude Code.
Review usage and configure circuit-breaker protection for the way your team works.