AI Agent Integration
Discovery documents and guidance for integrating Claret with AI agents.
Discovery documents
Document
URL
Purpose
OpenAPI specification
llms.txt
AI plugin manifest
{
"schema_version": "v1",
"name_for_model": "claret_api",
"description_for_model": "Claret is a multi-tenant SaaS platform for business planning and operational management. Use this API to query items, sales, inventory, and other business data.",
"auth": { "type": "service_http", "authorization_type": "bearer" },
"api": { "type": "openapi", "url": "https://plan.claret.app/api/docs/api.json" },
"contact_email": "help@claret.app"
}Provisioning a token for an agent
Designing agent-friendly calls
Related documentation
Last updated
Was this helpful?