Skip to main content

Quickstart

The fastest way to start is the MCP server — connect Claude or Cursor to your data in 2 minutes.

Option 1: MCP Server (AI tools)

1

Install with one command

npx -y @cortana-ai/mcp-server@latest
2

Add to your AI tool

See the MCP Setup Guide for Claude Desktop, Claude Code, Cursor, and VS Code configs.
3

Start asking questions

“What’s my MRR?” / “Which ad has the best ROAS?” / “Show me churned customers”

Option 2: REST API (programmatic)

1

Get your API key

Go to Settings → API Keys → Generate New Key in your dashboard.
2

Make your first request

curl -H "Authorization: Bearer sk-ak-your-key" \
  https://app.usecortana.ai/api/v1/businesses/{businessId}/contacts
3

Explore the API

Browse the API Reference for all 50+ endpoints.