mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
20 lines
463 B
Plaintext
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
|
|
```
|