veroq_run_agent
Execute pre-built AI workflows for complex financial analysis tasks like portfolio reviews, due diligence, and market scans. Automates multi-step data analysis by combining multiple sources and processing steps.
Instructions
Run a VEROQ AI agent by its slug — pre-built workflows combining multiple data sources and analysis steps.
WHEN TO USE: For complex multi-step analysis tasks like portfolio reviews, due diligence, or market scans. Agents automate what would take many individual tool calls. RETURNS: Agent name, execution steps (with status/summary per step), final output or structured result, and credits used. COST: 5-100 credits (varies by agent complexity). EXAMPLE: { "slug": "due-diligence", "inputs": { "ticker": "AAPL" } }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Agent slug identifier (e.g. 'portfolio-review', 'due-diligence', 'market-scanner') | |
| inputs | Yes | Input parameters for the agent — varies by agent type (e.g. { ticker: 'AAPL' } or { tickers: ['AAPL', 'GOOGL'] }) |