How it works
A workflow is a small graph of nodes. Parse reads the document. Extract pulls out the fields you defined. Add Classify, Split, Validate or an alert when the documents ask for it.Two ways to build
- In the app. Studio is the canvas at app.anyformat.ai. Drag nodes, define fields, drop in a document, and read the result next to the page it came from.
- In code. The Python and TypeScript SDKs, the
afxCLI and the REST API send the same graph of nodes and edges. An MCP server exposes it to AI agents.
Where to go next
Quickstart
Your first workflow, end to end, in the app or in code.
Nodes
Every node: what it does, what it returns, what it costs.
Examples
Complete workflows for invoices, contracts, bank statements and more.
API reference
Endpoints, SDKs, CLI and MCP.

