APIs & Webhooks

Build Custom Integrations

Powerful APIs and webhooks to connect Spinabot to any system or build entirely new experiences.

REST API

Full-featured REST API for all platform capabilities

Webhooks

Real-time event notifications to your endpoints

API Keys

Secure, scoped API keys with granular permissions

Example Request
curl -X POST https://api.spinabot.com/v1/agents/run \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "agent_id": "agent_123",
    "message": "Schedule a meeting for tomorrow",
    "context": {
      "user_id": "user_456",
      "timezone": "America/New_York"
    }
  }'