> ## Documentation Index
> Fetch the complete documentation index at: https://docs.medera.info/llms.txt
> Use this file to discover all available pages before exploring further.

# POST /api/organizations/provision

> Provision an organization

## `POST /api/organizations/provision`

Run the 16-step organization provisioning state machine. Returns a `job_id` for polling.

### Example

```bash theme={"system"}
curl -X POST https://api.medera.info/api/organizations/provision \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json"

```
