Skip to main content

API reference

REST endpoints for sessions, agents, webhooks, teams, and more.

MCP tools

10 Model Context Protocol tools for AI agents to manage sessions.

Webhooks

Real-time event notifications with HMAC-signed payloads.

Session schema

The canonical JSON schema for sessions, timeline events, and media.

Claude Code skill

Pull and execute work from Already sessions with /already.

Authentication

Already supports three authentication methods depending on the caller:
MethodPrefixUse case
Cookie JWTBrowser-based web app calls
Agent API keyak_AI agent integrations
Personal API key (PAK)pak_User-scoped API and MCP access
Most team-scoped endpoints require the X-Team-Id header to specify the team context.

Base URL

All API and MCP requests use https://already.so as the base URL.