Drop one of these into your agent and it can learn the entire Sessions API on its own — no per-call doc-scraping required.
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-toolboxView on GitHub →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.
- Claude Code: install the plugin — the skills auto-load when an agent works against the Sessions API, and track schema changes through plugin updates.
- Claude elsewhere: download a Skill bundle and unzip it into your skills directory, or upload it to claude.ai.
- Other agents: paste the llms-full.txt URL when you start a session, or fetch and prepend it to your system prompt.
- AGENTS.md is discovered automatically by agents that look there by convention — no extra setup.