Get Started
Zero to First Tool Call
The fastest path: sign up, get a token, make a call.
- 1Sign up
Go to app.civic.com and create a free account. You get 10,000 credits and 14 days.
- 2Complete onboarding
Select your AI framework and tools. On the Install step, you'll see your MCP URL.
- 3Generate a token
On the Install screen, choose Generate a Civic token (best for automation) and copy it.
- 4Make your first call
Pass the token as a Bearer header and the MCP URL to your agent or client:
curl -X POST https://app.civic.com/hub/mcp \-H "Authorization: Bearer $CIVIC_TOKEN" \-H "Content-Type: application/json" \-d '{"jsonrpc":"2.0","method":"tools/list","params":{},"id":1}'You should see the list of tools available in your configured toolkit.
Choose Your Path
Path 1 — Civic Chat (Zero Setup)
The fastest way to start. No client configuration, no credentials file. Sign up at app.civic.com and you're in your control plane.
Use Civic Chat to:
- Configure toolkits and guardrails in plain English
- Query your agent's audit log
- Revoke access instantly at any granularity
Sign up free — 10,000 credits, 14 days trial
Learn about the Configurator, Audit, and Revocation agents
Path 2 — Integrate Your Agent or Client
Connect your existing AI agent or client via HTTP.
Before you connect: Get your credentials — your MCP URL and (for agents) a Civic token.
MCP URL, toolkit URL params, and how to generate a token
Pick your integration:
Python agents • streamable_http
TypeScript / Next.js
Direct Anthropic SDK
OpenAI Agent Builder
Standard OpenAI SDK
Pydantic AI agents
Direct Python MCP client + adapters
Clients (interactive):
2 mins
2 mins
3 mins
3 mins
Native HTTP • 5 mins
Via mcp-remote • 5 mins
Block's agent • 5 mins
Google Gemini • 3 mins
OpenAI Codex • 3 mins
Status and roadmap
Direct connector • 2 mins
Path 3 — Deploy an Agent
If you're building a production agent deployment, see the agent deployment guide. It covers profile locking, URL parameters, and authentication for agents that run unattended.
Profile locking, toolkit URL params, skills pre-loading, and agent authentication
Your MCP URL
All agents and clients connect to:
https://app.civic.com/hub/mcp
Add URL parameters to lock your agent to a specific toolkit:
https://app.civic.com/hub/mcp?profile=your-toolkit
Full reference for MCP URL, toolkit params, tokens, and OAuth vs token auth