Questions This Page Answers
- What exact tool sequence should an operator run for common workflows?
- Which calls prove system health before dispatching high-value work?
- How do trust, autonomous sessions, and ROI queries connect in practice?
Recipe 1: First Connection Handshake
Verify auth, discover workspace, and get org context.Verify Connection
{ "workspace_id": "ws_...", "name": "My Workspace" }If you get workspace_not_set, call workspace with action=list first, then workspace with action=set.Recipe 2: Create and Launch an Initiative
Build a full initiative hierarchy and start execution.Scaffold the Initiative
Recipe 3: Decision Triage
Review and process pending decisions efficiently.Fetch Pending Decisions
Recipe 4: Overnight Autonomous Session
Set up a bounded autonomous session and review results the next morning.Check Trust Levels
autonomous capabilities will execute without approval.Recipe 5: Planning Session
Use collaborative planning tools to improve an initiative plan.Recipe 6: Entity CRUD Lifecycle
Manage the complete lifecycle of an entity — create, update, comment, complete, and verify.Recipe 7: Scoring & Queue Management
Manage the Next Up Queue — score items, inspect signals, pin priorities, tune weights, and skip blockers.Pin a High-Priority Item
Next Steps
Failure Playbooks
Handle errors gracefully.
Tool Profiles
Reduce schema overhead with role-based profiles.
