Skip to main content
New SDK majors targeting v3 are in development. The pages below will link the v3 releases of the TypeScript and Python SDKs as soon as they publish. Until then, the current SDKs — which speak v2 under the hood — keep working unchanged through v2’s deprecation window.
The upcoming SDK majors keep the same fluent builder over the typed-graph workflow definition and swap the transport to the v3 surface: flat run reads instead of /results/ polling, document_packet_id handles, keyset pagination, and automatic Idempotency-Key on retries.

Today

Coding assistant

If you use Claude Code (or any compatible AI coding agent), install the anyformat Claude Code skill so your agent knows the right endpoints, payloads, and gotchas out of the box:
npx @anyformat/skill            # installs for all projects (~/.claude/skills/anyformat)
npx @anyformat/skill --project  # installs for the current project only (./.claude/skills/anyformat)
See the Coding assistant guide for installation, configuration, and example prompts.