Documentation Index
Fetch the complete documentation index at: https://chronicle.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What you can do
- create a presentation from a template
- generate a presentation from a prompt
- fetch an existing presentation
- update presentation metadata
- list the templates available to a workspace
Ways to use
Ways to use
- internal tools that generate decks on demand
- automated workflows in Zapier, Make, or n8n
- AI assistants that create presentations for users
- product experiences that embed Chronicle-generated output
- pipelines that turn structured business data into polished presentations
Example workflows
Example workflows
- A sales tool sends account notes to Chronicle and gets back a shareable presentation.
- A workflow automation creates a weekly business review from a spreadsheet.
- An internal app lets teams choose a template and generate a deck from a form.
- An AI agent creates a presentation for a user inside a chat interface.
API or MCP?
Use the API for:
- building a product integration
- direct HTTP access
- wiring Chronicle into backend services or automations
- predictable programmatic control
Use MCP for:
- AI tools like Claude or ChatGPT to use Chronicle as a capability
- agent-driven presentation creation
- expose Chronicle as a tool than build directly against raw endpoints
How it works
- Authenticate with a workspace-scoped API key
- Choose a template or generation flow
- Generate a presentation
- Receive a Chronicle presentation and URL
- Fetch, update, or pass that result into the next step of your workflow
Core concepts
Workspaces
Workspaces
API access is scoped to a Chronicle workspace.Templates, presentations, and permissions are tied to that workspace.
API Keys
API Keys
Requests are authenticated with API keys created by a workspace admin.Keys should be stored securely and used from trusted backend environments.
Templates
Templates
Templates define the starting structure and design of a presentation.They’re often the fastest way to create consistent output through the API.
Presentations
Presentations
A presentation is the final Chronicle output your workflow creates or updates. API responses include a presentation
id and a url your users can open directly in Chronicle.Generation Jobs
Generation Jobs
Generation workflows process the request asynchronously. The API returns a
generation_id that you can poll until the presentation is ready.Design principles for the API
When building with Chronicle, it helps to think of the API as optimized for:- Fast time to first successful presentation
- Template-based creation for consistency
- Generation workflows for flexible input
- Shareable output that fits into existing tools
- Workspace-level security and access control
What to read next
Quickstart
Make your first request
MCP Setup
Connect Chronicle to AI agents
API Reference
Endpoints and request formats
Troubleshooting
Resolve common issues