Skip to main content

Create Organization

POST 

https://cloud.agenta.ai/api/organizations

Create Organization

Request

Body

required

    name Name (string)required
    description Description (string)
    type Type (string)
    owner Owner (string)

Responses

Successful Response

Schema

    any

curl -L 'https://cloud.agenta.ai/api/organizations' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
-d '{
"name": "string",
"description": "string",
"type": "string",
"owner": "string"
}'
Request Collapse all
Base URL
https://cloud.agenta.ai/api
Auth
Body required
{
  "name": "string",
  "description": "string",
  "type": "string",
  "owner": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!