AI-Native

API & MCP

Build anything with FirstPitch. Full REST API access plus native Model Context Protocol (MCP) support for seamless AI agent integration. Automate video at any scale.

REST API

Full programmatic access to FirstPitch. Create videos, manage templates, track analytics, and automate workflows.

  • RESTful endpoints
  • Webhook events
  • Rate limiting built-in
  • SDKs for JS, Python, Go

Model Context Protocol

Native MCP server for AI agents. Let your LLMs create and send personalised videos as part of autonomous workflows.

  • Native MCP server
  • Tool definitions included
  • Works with Claude, GPT, etc.
  • Autonomous video creation

Quick start

REST API
curl -X POST https://api.firstpitch.ai/v1/videos \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template_id": "cold-outreach-v2",
    "recipient": {
      "email": "sarah@acme.io",
      "first_name": "Sarah",
      "company": "Acme Inc"
    },
    "personalise": true
  }'
MCP Tool Call
{
  "tool": "firstpitch_create_video",
  "arguments": {
    "template": "cold-outreach-v2",
    "prospect_email": "sarah@acme.io",
    "prospect_name": "Sarah",
    "company": "Acme Inc",
    "auto_send": true
  }
}

Built for developers

Enterprise security

OAuth 2.0, API keys, IP allowlisting, and audit logs.

Sub-second latency

Video generation completes in under 5 seconds on average.

Webhooks

Real-time events for video views, completions, and CTA clicks.

Ready to build?

Get your API key and start building with FirstPitch today.