brain_context
Load the persistent brain to start a session with identity, memories, and constraints from prior work, preventing a cold start. Use scope='all' to reason across projects.
Instructions
Load the brain — identity, soul, memories, constraints, agent instructions. Call this at the START of every session. The brain carries forward everything from prior sessions so you never start cold. Use scope='all' to think across all brains at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Optional task type to shape memory priority: email, blog, social, ad, strategy, planning, support | |
| scope | No | project (default): memories from this brain only. all: merge high-importance memories from every brain in the org — think across all projects at once. | |
| project_id | No | Project/brain ID (optional if SAOR_PROJECT_ID is set) |