invariance_operator_create
Create an operator for an autonomous agent or human teammate, enabling their work to be captured in the company brain for observability and analysis.
Instructions
Create a new operator in one of the caller's projects. Operators are the actors whose work shows up in the company brain — create operator_type='agent' for an autonomous worker (Claude Code, a scripted agent, a coding bot) and operator_type='human' for a teammate whose screen recordings, microphone capture, meetings, and Granola notes you want to ingest. Requires a user-session JWT bearer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Operator display name (visible in the dashboard). | |
| project_id | Yes | Project ID the operator will live under. The caller must be a member. | |
| operator_type | Yes | Whether this operator is an autonomous agent (e.g. a Claude Code instance, a coding bot, an autonomous worker) or a human (e.g. a teammate whose meetings/notes/screen-recordings should feed the company brain). |