Skip to content
Agents
Agents

Drop one of these into your agent and it can learn the entire Sessions API on its own — no per-call doc-scraping required.

Works with
  • Claude
  • Cursor
  • GitHub Copilot
  • Gemini

Claude Code plugin

One-command install from the Sessions AI Toolbox marketplace. Both API skills with full schema references, updated automatically with every schema deploy.

claude plugin marketplace add SessionsCode/ai-toolbox
claude plugin install sessions@ai-toolbox
View on GitHub →

Web MCP

Tools published by the page itself, for an agent running in the browser. No endpoint, no token — and businesses can publish them on their own sites too.

Read the reference →

Connect over MCP

Copy-paste setup for Claude, Claude Code, Cursor, Codex, and Windsurf — pointed at the right Sessions MCP server for your task.

Set up a client →

llms.txt

Short index file following the emerging llms.txt convention. Links to canonical resources and a one-line summary of each.

Open llms.txt →

llms-full.txt

Flat-text dump of the full schema and embed catalogue. Ingest once and your agent has the entire API surface in context.

Open llms-full.txt →

AGENTS.md

Operator guidance written for agents: conventions, do's and don'ts, and where to look when stuck.

Open AGENTS.md →

MCP server

A remote Model Context Protocol endpoint (no auth) with tools to search the schema, look up a type or operation, and validate a GraphQL document. Point any MCP client at /build/api/mcp.

View mcp.json →

Skill bundle — public API

SKILL.md plus JSON references for the customer-facing API and embeds. Unzip into your Claude skills directory or upload to claude.ai.

Download skill.zip ↓

Skill bundle — business API

SKILL.md plus the schema reference for the staff/owner admin API: activities, scheduling, staff, products, reporting.

Download business-skill.zip ↓

How to use

Pick the artefact that matches where your agent runs.

  1. Claude Code: install the plugin — the skills auto-load when an agent works against the Sessions API, and track schema changes through plugin updates.
  2. Claude elsewhere: download a Skill bundle and unzip it into your skills directory, or upload it to claude.ai.
  3. Other agents: paste the llms-full.txt URL when you start a session, or fetch and prepend it to your system prompt.
  4. AGENTS.md is discovered automatically by agents that look there by convention — no extra setup.