--- title: "Platform API" description: "Build against the supported CrewAI Platform public API." icon: "code" mode: "wide" --- # CrewAI Platform API The Platform API is the supported public API for CrewAI Platform. Use it when you need stable HTTP contracts for automation, integrations, and agent-facing workflows. The current public contract is `v1`. Endpoints live under `/api/v1` on the CrewAI Platform app host: ```text https://app.crewai.com/api/v1 ```