# Sessions Go > Booking and management platform for fitness, sport, and wellness sessions. This file lists the canonical resources for AI agents working against the Sessions API. ## API - [GraphQL endpoint](https://go.sessions.website/api/graphql): public schema, introspection enabled, CORS open. - [GraphQL reference](https://go.sessions.website/build/graphql/public/reference): every type, query, and mutation with descriptions. - [Full text dump](https://go.sessions.website/build/agents/llms-full.txt): every type/field with description, plus the embed catalogue. - [MCP server](https://go.sessions.website/build/api/mcp): stateless Model Context Protocol endpoint (no auth) — tools to search the schema, look up a type/operation, and validate a GraphQL document. Config: [mcp.json](https://go.sessions.website/build/agents/mcp.json). ## Authentication - `auth` cookie (set by signing in via the Sessions web app) — used automatically on requests from `*.sessions.website` hosts. - `Authorization: Bearer ` — embed-scoped tokens issued via the business-pinned sign-in flow, or e2e/service-account tokens. ## Embeddable components - `` — Embeds a business’s public calendar of sessions with day, week, and month views. - `` — Renders the catalogue of products a business sells — passes, memberships, gift cards, and physical goods. - `` — Shows the signed-in user’s reservations (upcoming or previous) with inline cancellation. - `` — Renders a compact view of the signed-in user’s account — profile, upcoming sessions, and active passes. - `` — Lists the signed-in viewer’s currently active passes and memberships. - `` — Renders the viewer’s name, avatar, and a sign-in button when unauthenticated. ## AI toolkit - [AGENTS.md](https://go.sessions.website/build/agents/AGENTS.md): operator guidance written for AI agents. - [Claude Code plugin](https://github.com/SessionsCode/ai-toolbox): `claude plugin marketplace add SessionsCode/ai-toolbox` then `claude plugin install sessions@ai-toolbox` — both API skills, auto-updating. - [Public-API skill bundle](https://go.sessions.website/build/agents/skill.zip): downloadable SKILL.md + schema references for Claude. - [Business-API skill bundle](https://go.sessions.website/build/agents/business-skill.zip): the staff/owner admin API equivalent. - [MCP connection config](https://go.sessions.website/build/agents/mcp.json): the Sessions MCP servers, their endpoints, and tools.