Skip to content
AstroWay/api v2.95.1 · agent-setup
all systems operational

Agent setup

Connect the AstroWay API to AI agents over MCP (Model Context Protocol). The same 630-tool catalog is available two ways, both authenticated with your existing aw_test_* / aw_live_* keys:

  • Hosted (HTTP)https://mcp.astroway.info/mcp, zero install, Bearer-token auth.
  • Stdio (npx)npx @astroway/mcp, local subprocess, env-var auth, offline-ready.

Get a free key in the dashboard, then pick your client.

No client at all — the hosted endpoint speaks JSON-RPC over HTTP. List the tools with a Bearer token:

terminal
curl https://mcp.astroway.info/mcp \
-H "Authorization: Bearer aw_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Prefer wiring the REST API directly, or feeding a spec to your own agent?

Was this helpful?
Suggest an edit

Last updated: