Quickstart
This quickstart shows the default AgentRouter developer flow:
- authenticate once
- choose your integration surface
- discover the catalog
- recommend a route
- execute the capability
- inspect wallet and usage
Get your API key
Create or copy your AgentRouter API key from:
Then set your environment:
All authenticated examples below use Authorization: Bearer $AGENTIC_API_KEY.
Choose your integration surface
Pick the surface that matches how the agent or application will run:
CLI
SKILL.md
SDK
MCP
Use CLI when a human operator or developer wants to inspect the live catalog, reproduce a workflow in the terminal, or run smoke checks in scripts.
Discover the catalog
List the top-level domains:
Then inspect one domain:
If you need the exact request shape for one capability, read its contract:
Recommend a route
When you have not pinned one provider yet, recommend first.
Example: ask AgentRouter to choose the best email send route based on cost and quality.
Typical response shape:
Local Development Only
Outside production, you can initialize a dev wallet:
Use this only for local or non-production testing.