Files
crewAI/docs/edge/api/v1/platform-api/introduction.mdx
2026-06-23 17:12:56 -03:00

20 lines
463 B
Plaintext

---
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
```