The Sessionboard Public API supports two authentication methods:Documentation Index
Fetch the complete documentation index at: https://apidocs.sessionboard.com/llms.txt
Use this file to discover all available pages before exploring further.
- API Tokens — Long-lived tokens for server-to-server integrations and scripts
- OAuth 2.1 — For AI assistants (Claude, ChatGPT) and user-authorized connections
- API Tokens
- OAuth 2.1
API tokens are scoped to your organization and can be generated from the Sessionboard admin dashboard.
Legacy tokens (empty scopes array) get all read scopes implicitly but do not get write access. When generating a token, select only the scopes your integration requires.
Generate a Token
Open Organization Settings
Log in to the Sessionboard admin dashboard and navigate to Organization Settings from the sidebar.
Generate a New Token
Click Generate Token. Give the token a descriptive name and select the appropriate scopes for your use case.
Using the Token
Include the token in thex-access-token header on every API request.Token Scopes
API tokens can be granted specific scopes to control access:| Scope | Type | Description |
|---|---|---|
read:events | Read | Access event data |
read:sessions | Read | Access session data |
read:contacts | Read | Access speaker and contact data |
read:reports | Read | Access saved reports |
read:dashboards | Read | Access dashboards |
read:insights | Read | Access AI-powered insights and SbQL queries. Required for MCP. |
write:sessions | Write | Create, update, delete, and restore sessions |
write:contacts | Write | Create, update, delete, and restore contacts |
write:exhibitors | Write | Create, update, delete, and restore exhibitors |
write:sponsors | Write | Create, update, delete, and restore sponsors |
write:fields | Write | Create, update, and delete custom fields |
write:metadata | Write | Create, update, and delete session metadata (rooms, tracks, etc.) |
write:events | Write | Create, update, and delete agenda drafts, scheduling rules, personas, dashboards, widgets, and saved reports |

