Skip to main content

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

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

Example

curl -X POST https://api.medera.ai/api/organizations/provision \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json"