← Back to search
25
Basic
Agentic Readiness Score
developer llms-txt

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 25/100

            

llms.txt Content

# Formo Docs > Guides and API documentation for the Formo data platform. ## Docs - [Create Alert](https://docs.formo.so/api-reference/alerts/create.md): Create a new alert for your project. Define trigger conditions based on events or thresholds and configure notification delivery via webhooks or email. - [Delete Alert](https://docs.formo.so/api-reference/alerts/delete.md): Permanently delete an alert by ID. Removes the alert configuration, stops all notifications, and deletes the associated trigger history. - [Get Alert](https://docs.formo.so/api-reference/alerts/get.md): Retrieve a single alert by ID. Returns the alert name, trigger conditions, notification channels, status, and recent alert history. - [List Alerts](https://docs.formo.so/api-reference/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-reference/alerts/toggle.md): Enable or disable an alert by ID. Toggling an alert pauses or resumes notifications without deleting the alert configuration or history. - [Update Alert](https://docs.formo.so/api-reference/alerts/update.md): Modify an existing alert by ID. Update the alert name, conditions, thresholds, and notification channel configuration through the Formo API. - [Authentication](https://docs.formo.so/api-reference/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-reference/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-reference/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