Use this API to resolve optimal extraction strategies and execution strategy for an agent based on its instructions. The engine analyzes the (optionalDocumentation Index
Fetch the complete documentation index at: https://velt-raghul-agent-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
rawInstructions plus the processed instructions) and returns:
contextGathering.strategiesexecutionStrategy (ai, service, service+ai, or stagehand-agent)contextGathering and execution blocks.
POST https://api.velt.dev/v2/agents/config/resolve
| Field | Type | Description |
|---|---|---|
data.resolvedConfig.extraction_strategies | string[] | Recommended contextGathering.strategies values. |
data.resolvedConfig.execution_strategy | string | Recommended execution.executionStrategy value. |
data.resolvedConfig.reasoning | string | Explanation for the recommendations. |
INVALID_ARGUMENT (missing or empty instructions).