Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Formo Docs
> Guides and API documentation for the Formo data platform.
## Docs
- [Create Alert](https://docs.formo.so/api/alerts/create.md): Create a new alert for your project. Define trigger conditions and configure webhook notification delivery (including Slack).
- [Delete Alert](https://docs.formo.so/api/alerts/delete.md): Permanently delete an alert by ID. Removes the alert configuration and stops all future notifications.
- [Get Alert](https://docs.formo.so/api/alerts/get.md): Retrieve a single alert by ID. Returns the alert name, trigger conditions, notification channel, and status.
- [List Alerts](https://docs.formo.so/api/alerts/list.md): Retrieve all alerts configured for your project. Returns alert names, trigger conditions, notification channels, and enabled or disabled status.
- [Toggle Alert](https://docs.formo.so/api/alerts/toggle.md): Enable or disable an alert by ID. Toggling an alert pauses or resumes notifications without deleting the alert configuration.
- [Update Alert](https://docs.formo.so/api/alerts/update.md): Modify an existing alert by ID. Update the alert name, conditions, and webhook notification configuration through the Formo API.
- [Authentication](https://docs.formo.so/api/authentication.md): Learn how to authenticate your Formo API requests. Use your API Key to call to the Formo Events API, Query API, BI integration, and more.
- [Create Board](https://docs.formo.so/api/boards/create.md): Create a new dashboard board for your project. Specify a title and optional description to organize your analytics charts and visualizations.
- [Create Chart](https://docs.formo.so/api/boards/create-chart.md): Add a new chart to a dashboard board with a SQL query and chart type. Supports line, bar, pie, funnel, and other visualization types.
- [Delete Board](https://docs.formo.so/api/boards/delete.md): Permanently remove a dashboard board and all associated charts by board ID. This action cannot be undone once the board is deleted.
- [Delete Ch
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "Formo Public API",
"description": "REST API for managing Formo projects, analytics, alerts, boards, charts, contracts, segments, and AI chat.\n\n**Auth.** All endpoints require a workspace API key with the appropriate scopes (see `x-api-scopes`).\n\n**Response shape.** Successful responses return the resource directly (or `{ data: [...], total, page, size, has_more }` for paginated lists). HTTP status carries success/failure; there is no enve