Provide either agentOId or experimentOId depending on what you want to run.
agentOId to run a specific agent.experimentOId to run a specific experiment.
Only one of them should be set at a time.Documentation Index
Fetch the complete documentation index at: https://docs.octavehq.com/llms.txt
Use this file to discover all available pages before exploring further.
runtimeContext and runtimeInstructions to pass dynamic per-contact data to your agent at execution time. These are not the same fields as the MCP tool schema (which uses allEmailsContext / allEmailsInstructions).
runtimeContext and runtimeInstructions accept an object where keys control which email steps receive the content:
| Key | Scope |
|---|---|
"all" | Applied to every email in the sequence |
"1" | Applied to step 1 only |
"2" | Applied to step 2 only |
"3" | Applied to step 3 only |
"4" | Applied to step 4 only |
"all" — they don’t replace it. Use "all" when you have one block of context for the whole sequence (which is the most common case).
runtimeContext — Factual information the agent should draw from: account research, LinkedIn data, recent activity, deal context. Think of this as “what the agent knows about this person.”runtimeInstructions — Behavioral directives that steer how the agent writes: tone, length, what to emphasize, what to avoid. Think of this as “how the agent should write.”"all" key:
Generate emails input
Email of the person to generate emails for
"john.doe@example.com"
First name of the person to generate emails for
Job title of the person to generate emails for
Company domain of the person to generate emails for
"example.com"
Company name of the person to generate emails for
LinkedIn profile of the person to generate emails for
Language of the person to generate emails for
Output format of the emails to generate
text, html, markdown Runtime context of the person to generate emails for
Runtime instructions of the person to generate emails for
Playbook selection context of the person to generate emails for
AgentOId is required when creating an agent in the application. You can find it in the Agents section of your dashboard.
"agent_123"
ExperimentOId is required when running an experiment
"experiment_123"
If true, returns full annotation data including metadata. If false or omitted (default), returns minimal annotations to reduce response size.