Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:8080/platforms \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "slug": "<string>" } '
{ "created_at": "<string>", "id": "<string>", "last_modified_at": "<string>", "name": "<string>", "slug": "<string>" }
Platform created (no credentials yet — call POST /platforms/{id}/credentials to provision)
Platform lifecycle status.
ACTIVE
INACTIVE