Run atlas generation
atlas_runTrigger a full documentation generation run for all sources in an Atlas project: re-ingest, regenerate cited pages, and re-audit coverage. Returns run IDs for each source for status polling.
Instructions
Trigger a FULL doc-generation run for every source in an atlas project (project_id from atlas_list_projects): re-ingest the sources, regenerate the cited pages, and re-audit coverage. Management-level (project owner / org admin) — a run fetches the sources, spends LLM budget, and rewrites the generated subtree (creating the output space on the first run). Returns run_ids (one per source); poll each with atlas_run_status. Returns 503 ai_unavailable when the instance has no embedder/LLM configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | id of the atlas project to generate docs for (from atlas_list_projects) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_ids | Yes |