{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://inquir.org/#organization","name":"Inquir","url":"https://inquir.org","logo":{"@type":"ImageObject","url":"https://inquir.org/favicon.png","width":256,"height":256}},{"@type":"WebSite","@id":"https://inquir.org/#website","name":"Inquir Compute","url":"https://inquir.org","publisher":{"@id":"https://inquir.org/#organization"}},{"@type":"WebPage","@id":"https://inquir.org/agentic-workflow-backend#webpage","url":"https://inquir.org/agentic-workflow-backend","name":"Agentic workflow backend for multi-step AI agents","headline":"Agentic workflow backend for multi-step AI agents","description":"Agentic workflow backend: durable multi-step runs with tool calls, branching, approvals, and per-step retries—isolated serverless functions behind one gateway.","inLanguage":"en-US","isPartOf":{"@id":"https://inquir.org/#website"},"breadcrumb":{"@id":"https://inquir.org/agentic-workflow-backend#breadcrumb"},"author":{"@id":"https://inquir.org/#organization"},"datePublished":"2025-11-01T00:00:00.000Z","dateModified":"2026-06-23T00:00:00.000Z","citation":{"@type":"CreativeWork","url":"https://inquir.org/docs"}},{"@type":"BreadcrumbList","@id":"https://inquir.org/agentic-workflow-backend#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://inquir.org/"},{"@type":"ListItem","position":2,"name":"Agentic workflow backend","item":"https://inquir.org/agentic-workflow-backend"}]},{"@type":"TechArticle","@id":"https://inquir.org/agentic-workflow-backend#article","headline":"Agentic workflow backend for multi-step AI agents","description":"Agentic workflow backend: durable multi-step runs with tool calls, branching, approvals, and per-step retries—isolated serverless functions behind one gateway.","image":"https://inquir.org/opengraph-image.png","inLanguage":"en-US","author":{"@id":"https://inquir.org/#organization"},"publisher":{"@id":"https://inquir.org/#organization"},"datePublished":"2025-11-01T00:00:00.000Z","dateModified":"2026-06-23T00:00:00.000Z","isPartOf":{"@id":"https://inquir.org/agentic-workflow-backend#webpage"}},{"@type":"FAQPage","@id":"https://inquir.org/agentic-workflow-backend#faq","url":"https://inquir.org/agentic-workflow-backend","isPartOf":{"@id":"https://inquir.org/agentic-workflow-backend#webpage"},"mainEntity":[{"@type":"Question","name":"How is this different from tool calling backend?","acceptedAnswer":{"@type":"Answer","text":"Tool calling covers individual HTTP endpoints per tool. Agentic workflow backend adds durable orchestration: multi-step pipelines, branching, human approval, and checkpointed state across model turns."}},{"@type":"Question","name":"Can I use LangGraph or CrewAI with Inquir?","acceptedAnswer":{"@type":"Answer","text":"Yes. Keep your orchestration framework; point tool calls at Inquir gateway routes and offload durable steps to pipelines via global.durable.startNew()."}},{"@type":"Question","name":"What happens when a pipeline step fails?","acceptedAnswer":{"@type":"Answer","text":"The step retries according to pipeline policy. Completed steps are not re-run. Execution history shows which step failed, how many retries occurred, and the error output."}}]}]}