Snakk AI - Voice Agent Platform API
    Snakk AI - Voice Agent Platform API
    • System
      • Simple health check
        GET
      • Detailed health check with dependency status
        GET
    • Tenants
      • Create new tenant (signup)
        POST
    • Agents
      • List all agents for tenant
        GET
      • Create new agent
        POST
      • Get agent details
        GET
      • Delete agent
        DELETE
    • Tools
      • List tools/webhooks for agent
        GET
      • Add tool/webhook to agent
        POST
    • Calls
      • Start outbound call from database agent
        POST
      • Start outbound call with ad-hoc agent config (JSON)
        POST
    • Phone Numbers
      • List your phone numbers
        GET
      • Available numbers to claim
        GET
      • Claim a number from pool
        POST
      • Assign number to agent
        POST
      • Unassign number from agent
        POST
      • Release number (return to pool)
        POST
    • Statistics
      • Dashboard overview
        GET
      • Daily usage statistics
        GET
      • Monthly usage statistics
        GET
    • Subscription
      • Current subscription
      • Available plans
      • Request plan upgrade
    • Web Access
      • Generate web widget token
    • AI Tools
      • AI Prompt Generator
    • Account
      • Your account info
      • Regenerate API key
    • Platform Admin
      • Platform-wide overview (admin only)
    • Schemas
      • Tenant
      • Agent
      • Call

    Agent

    {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
        "name": "string",
        "description": "string",
        "phone_number": "string",
        "instructions": "string",
        "voice": "marin",
        "language": "no",
        "recording_enabled": true,
        "transfer_enabled": true,
        "is_active": true
    }
    Built with