Developer Platform

Extend Ferni with Care

Give your AI companion new abilities through thoughtful integrations. Connect the tools and services that matter to you, while preserving the warmth that makes Ferni feel like a friend.

6
Integration Types
43
API Endpoints
<5min
To Your First Call
100%
TypeScript

Ways to Extend

Build integrations that feel natural to conversation

Quick Start

Your first integration in a few minutes

terminal
# Connect an MCP server
curl -X POST https://api.ferni.ai/api/v2/developers/mcp-servers \
  -H "Authorization: Bearer pk_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "my-crm-tools",
    "transport": "http",
    "endpoint": "https://mcp.yourcompany.com",
    "autoConnect": true
  }'

# Response
{
  "success": true,
  "data": {
    "id": "mcp_lqx7abc_k3m9",
    "name": "my-crm-tools",
    "status": "active"
  }
}
Full Getting Started Guide

Resources

Everything you need to build thoughtful integrations

From the Blog

Technical insights and updates from the team

View All Posts