Get Started with ChaozCode in 5 Minutes
Create your account, get your API key, and connect to the full AI DevOps platform — Memory Spine, agents, code intelligence, and more.
Get Connected in 3 Steps
From sign-up to your first API call in under 5 minutes.
Sign Up Free
Create your ChaozCode account. No credit card required. Includes access to all 8 apps.
Create Account →Get Your API Key
Go to the Dashboard and generate an API key. One key works across all platform services.
Open Dashboard →Start Building
Connect Memory Spine, launch agents, search code — use the examples below to get started.
See Examples ↓📝 Prerequisites
- Python 3.8+ or Node.js 18+ installed
- Any MCP-compatible AI model (Claude, GPT-4, Gemini, or open-source)
- A terminal or command-line interface
🔐 Authentication
All API requests to ChaozCode services require your API key. The same key works across Memory Spine, Zearch, AgentZ, and all platform services. Pass it via the Authorization header:
Your API key is available in the ChaozCode Dashboard under API Keys.
📚 API Endpoint Reference
Base URL: https://chaozcode.com/api/v1/services
| Endpoint | Method | Description |
|---|---|---|
/memory/ingest | POST | Store a memory with content, tags, and metadata |
/memory/search | POST | Semantic search across all memories |
/memory/recent | GET | Retrieve recent memories |
/memory/stats | GET | Memory usage statistics |
/memory/context | POST | Build LLM-ready context |
/memory/pin | POST | Pin a critical memory |
/agents/route | POST | Auto-route a task to the best agent |
/agents/execute | POST | Execute a specific agent by name |
/search/query | POST | Deep code search across repos |
/search/analyze | POST | Analyze codebase structure |
/health | GET | Platform-wide health check |
Install the ChaozCode SDK
Install the ChaozCode SDK in your project. Choose Python or Node.js:
Configure MCP
Add ChaozCode services to your MCP configuration file so your AI model can access all platform tools. Create or update mcp-config.json. Set the CHAOZCODE_API_KEY environment variable:
Store Your First Memory
Use memory_store to save persistent context. This memory will survive across sessions, conversations, and agent handoffs.
Search Memories
Use memory_search with a natural language query. Memory Spine returns semantically relevant results in under 25ms — no keyword matching required.
Explore the Platform
ChaozCode is more than memory. Use the same API key to route tasks to AI agents, search codebases, and build intelligent workflows across 8 apps.
What’s Next?
You’re connected to the platform. Here’s where to go from here:
Frequently Asked Questions
Most developers are up and running in under 5 minutes. Create an account, get your API key, and start using any of the 8 apps immediately. No infrastructure to provision.
Yes. ChaozCode uses the Model Context Protocol (MCP), supported by all major AI models. 363+ tools are auto-discoverable by any MCP-compatible model.
The Starter tier includes access to all 8 apps: 1,000 memory vectors, 5 agent runs/day, basic code search, and more. No credit card required. Paid plans start at $29/month. See pricing.
Ready to build with the full platform?
8 apps. 233 agents. 363+ tools. Start free — no credit card required.
Start Free →