Triggers an on-demand compounding intelligence job for the workspace. Use after onboarding, file scanning, or bulk context ingestion to run intelligence pipelines immediately instead of waiting for the next scheduled cron cycle. Supported job types: consolidation (merge near-duplicate insights), pattern_detection (discover recurring patterns), playbook_synthesis (generate playbook rules from patterns), decay_sweep (reduce confidence on stale insights), and metrics (snapshot pipeline metrics). This endpoint is asynchronous and returns a job_run_id you can poll for status.
record.write scope on your API key.202 Accepted immediately with a job_run_id, then the compounding job continues in the background.
| Job Type | Description |
|---|---|
consolidation | Merge near-duplicate insights that refer to the same underlying fact |
pattern_detection | Discover recurring patterns across insights |
playbook_synthesis | Generate actionable playbook rules from detected patterns |
decay_sweep | Reduce confidence scores on stale insights that have not been reinforced recently |
metrics | Snapshot compounding pipeline metrics for the workspace |
dry_run to true to preview what the job would do without persisting changes once the background run executes.
job_run_id until the status changes from accepted or running to completed or failed.
Typical lifecycle:
accepted: the API accepted the trigger requestrunning: the background compounding worker has startedcompleted: the job finished and final counts are availablefailed: the job failed and error_details explains whyAPI key for authentication (format: "Bearer YOUR_API_KEY")
Job trigger request
Job accepted
Unique identifier for this job execution
The type of job that was executed
consolidation, pattern_detection, playbook_synthesis, decay_sweep, metrics Workspace ID the job ran against
Whether the job ran in dry-run mode
Current job status
accepted Whether the job was accepted successfully