# Start a run
agenticflow workflow run --workflow-id <id> --input @input.json --json
# Poll until status is terminal (success|failed|cancelled)
agenticflow workflow run-status --workflow-run-id <run_id> --json
{
"name": "Support Agent",
"description": "Handles support Q&A",
"project_id": "<your_project_id>",
"system_prompt": "You are a reliable support agent."
}
{
"messages": [
{ "role": "user", "content": "What can you help me with?" }
]
}
agenticflow node-types get --name <name> --json # Get specific node type
agenticflow node-types search --query <query> --json # Search by keyword
agenticflow node-types list [--limit N] --json # List all (large response)
agenticflow node-types dynamic-options --name <name> --field-name <field> --json
agenticflow node-types get --name google_search --json