Retrieve Bootstrap Context
Query Parameters
| Parameter | Type | Description |
|---|---|---|
source_client | string | Optional client name, for example cursor, openclaw, or custom. |
skill_pack | string | Optional skill pack name to include in setup hints. |
required_capabilities | string[] | Repeatable query param for capabilities the client needs. |
capability_hints | string[] | Repeatable query param for requested setup hints. |
Response
Bootstrap with POST
UsePOST when the capability arrays are easier to send as JSON.
Errors
| Status | Meaning |
|---|---|
401 | API key missing, invalid, or revoked. |
500 | Workspace or database context could not be resolved. |
