One POST. Typed records. No prompt-engineering chore.
Drop Ordalis into any agent flow. Files in, typed records out with per-field confidence and page citations. REST, MCP, or webhook — your agent picks the integration.
Python + Node
first-class SDKs. OpenAPI & Postman collection.
MCP
manifest published — drop into Claude, Cursor, or any MCP host
Webhooks
async callbacks for long-running batches
Free tier
250 extractions / month forever
Three ways to plug Ordalis into an agent.
Pick the path that fits your agent runtime. All paths return the same typed record shape.
REST API
Single POST /v1/extract endpoint. Bearer auth. Multipart file upload. JSON response with record, confidence, citations.
MCP manifest
Published MCP manifest means Claude, Cursor, and other MCP hosts can call Ordalis as a tool with zero integration code.
Webhook callbacks
For batches or large files: submit a URL once, get the extracted record posted back asynchronously. Ideal for long-running agent workflows.
Idempotency keys
Send the same request twice with an idempotency key; get the same result without double-charging. Safe for agent retry logic.
A tool call, not a prompt chore.
Deterministic types
Every field comes back with a type: string, number, ISO-8601 date, enum, currency. No regex parsing of free-text LLM output.
Per-field confidence
Your agent can branch on confidence: post high-confidence records to production, route low-confidence ones to human review.
Page citations
Every field cites its source page and character offset. Your agent can show evidence, not just assertions.
Idempotency keys
Send the same request twice with an idempotency key; get the same result without double-charging. Safe for agent retry logic.
Tamper-evident audit
Every extraction recorded with request ID, agent identity, source bytes, and confidence. Export as chain-hashed JSON for downstream compliance.
Schema flexibility
Use built-in templates or submit a JSON Schema per request. Your agent can define its own fields, validation rules, and enums at call time.
Add Ordalis to your agent in ten minutes.
250 extractions free, no credit card. Scale to Team ($149/mo, 10,000 extractions) or bring a custom SLA on Enterprise.