API Reference
41 Endpoints · 129 Agents · 25 Playbooks · MCP + REST
Authentication
All /api/v1/ endpoints require a Bearer token. Get your API key from Dashboard → Settings → API Keys. Keys are SHA-256 hashed and validated against the database with expiry and revocation support.
Authorization: Bearer sk_pro_your_key_here
Rate limits: Free (100/day) · Pro (1,000/day) · Enterprise (unlimited)
Playbooks
25 Pre-built Workflows · 2-5 min execution · Output guarantees
How Playbooks Work
Playbooks are pre-configured multi-agent pipelines. Pick a business outcome, fill in 2-4 fields, and the coordinator assembles the right agent swarm automatically. Execute via the POST /api/agents/coordinator endpoint with a playbook_id, or trigger via webhook at POST /api/agents/trigger.
curl -X POST /api/agents/coordinator \
-H "Content-Type: application/json" \
-d '{"playbook_id":"lead-blitz","inputs":{"niche":"fintech","location":"London","product":"AI CRM"},"auto_execute":true}'Growth & Leads (9)
Content Creation (1)
Intelligence (2)
Operations (13)
Webhook Trigger Engine
Zapier · Make · n8n · Custom HTTP · No Clerk auth required
External Automation
The trigger engine receives webhooks from external services and automatically executes playbooks or individual agents. Authentication uses an api_key field in the request body (matched against the WEBHOOK_API_KEY environment variable). No Clerk session required — designed for machine-to-machine calls.
Playbook Mode
POST /api/agents/trigger
{
"trigger_type": "webhook",
"playbook_id": "lead-blitz",
"inputs": {
"niche": "fintech",
"location": "London",
"product": "AI CRM"
},
"api_key": "your-key",
"auto_execute": true
}Agent Mode
POST /api/agents/trigger
{
"agent": "smart-router",
"prompt": "Analyze acme.com",
"api_key": "your-key"
}Integration Guides
Zapier
Point webhook at POST /api/agents/trigger
Make
Point webhook at POST /api/agents/trigger
n8n
Point webhook at POST /api/agents/trigger
Custom HTTP
Point webhook at POST /api/agents/trigger
Every trigger execution is logged with a trigger ID, timestamp, mode, status, duration, and source IP. Last 500 entries retained.
Founders Program
10 slots · Enterprise-level access · Free forever
First 10 Users Get Enterprise for Free
The Founders Program gives the first 10 users enterprise-level access at no cost. Check availability with GET /api/founders and claim your slot with POST /api/founders (requires Clerk auth).
Benefits
- 10,000 agent runs/month (enterprise-level)
- All 25 playbooks + industry packs
- All 35+ AI models
- Priority support
- Founding Member badge
- Free forever while active
Requirements
- Provide honest product feedback
- Allow anonymized case study use
- Share a testimonial if you find value
Check Status
curl https://sovereignmatrix.agency/api/founders
Claim Slot
curl -X POST https://sovereignmatrix.agency/api/founders \ -H "Cookie: __session=your_clerk_session"
129
Agents
25
Playbooks
39+
AI Models
6
Providers