Skip to main content
Create a compensation plan — the container its compensations hang off. The plan is created empty: no compensation, nobody attributed to it. Add compensations with create_compensation, then open the plan with get_plan or find it again in list_plans. Available only where the Qobra write tools beta is enabled. Every write to the live environment is recorded in the audit trail as the Qobra MCP agent; writes to a sandbox are not audited.

Parameters

Body

string
required
Display name of the plan, as people will read it in Qobra — ‘Enterprise AE 2026’, ‘SDR H1’.
string
Id of the section to file the plan under — the id a plan’s section carries in list_plans. Omit it to leave the plan unfiled. Never a section name.
string
Id of the sandbox to create the plan in — the id list_sandboxes returns. Omit it to create the plan in the live environment. Only a sandbox id is accepted here — never a sandbox name, and never the live environment’s own id.

Response

Body

object
The plan as it now exists — the same row list_plans returns, so the id can be reused straight away.