Build organisation (async)
build_orgBuild a synthetic org from a prompt. Returns an orgId; poll or wait for background build. Auto-create project if not specified.
Instructions
Start building a synthetic organisation from a prompt. Returns 202 with an orgId. The build runs in the background (minutes) — then poll get_org, or call wait_for_org to block until ready. Omit projectId to auto-create a project (named after the generated company) — the simplest path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| projectId | No | Existing project to build into; OMIT to auto-create one | |
| ref_org_id | No | Build a variant FROM an existing org | |
| web_search | No | Use web search for real-world grounding (default true; set false to disable) | |
| projectName | No | Name for the auto-created project (optional) | |
| target_systems | No | ||
| locale_language | No | BCP-47, e.g. en-US |