# Favro > Favro is a cloud planning and collaboration platform for agile teams. Its public REST API (https://favro.com/api/v1) exposes organizations, collections, widgets, columns, cards, tasks, tasklists, comments, tags, custom fields, groups, users, and webhooks, authenticated with HTTP Basic auth using an email plus a revocable API token. This llms.txt was generated by the API Evangelist enrichment pipeline from the Favro developer documentation and the API Evangelist catalog. Favro does not publish its own llms.txt. ## API - [Favro Developer / API Reference](https://favro.com/developer): REST API reference (base URL https://favro.com/api/v1). - Authentication: HTTP Basic auth — email as username, revocable API token as password. Organization-scoped routes require an `organizationId` header. - Pagination: request-id cursor pagination (`requestId`, `page`; echo `X-Favro-Backend-Identifier`). - Rate limiting: token-bucket, per-plan; `X-RateLimit-Limit/-Remaining/-Reset/-Delay` headers; 429 on overflow. - Webhooks: outbound HTTP POST for card and comment events, managed via `/webhooks`. - Provisioning: SCIM 1.1 and 2.0 user/group provisioning. ## Repo Artifacts - [Authentication profile](authentication/favro-authentication.yml) - [API conventions](conventions/favro-conventions.yml) - [Error catalog](errors/favro-problem-types.yml) - [Webhook / event catalog](asyncapi/favro-webhooks.yml) - [Lifecycle](lifecycle/favro-lifecycle.yml) - [Conformance](conformance/favro-conformance.yml) - [Data model](data-model/favro-data-model.yml) - [Candidate MCP server](mcp/favro-mcp.yml) - [Packages (community client libraries)](packages/favro-packages.yml) - [Domain security probe](security/favro-domain-security.yml) - [Trust center](security/favro-trust-center.yml) ## Docs - [Developer documentation](https://favro.com/developer) - [Help center](https://help.favro.com) - [Security](https://www.favro.com/security) - [Status](https://status.favro.com) - [Pricing](https://www.favro.com/pricing) - [Blog](https://www.favro.com/blog)