Features
Build and deploy API logic without redeploying your backend. Agents, design import, and production tooling in one platform.
Agents and design
Design to BFF
Import from Stitch, Figma, or HTML. Infer a UI contract and ship a screen API with a widgets[] payload.
Platform MCP
Run @xform/mcp in Cursor with a PAT. Call infer_ui_contract, materialize_ui_contract, and import_design from the editor.
Project MCP and A2A
Each project exposes live endpoints as MCP tools. A2A lets agents run tasks against your APIs with the same auth and rate limits.
Create a PAT for Cursor MCP.
Platform
AI-generated logic
Paste a cURL. TypeScript is generated and compiled to native Rust.
Multiple APIs
Call upstream APIs in parallel or sequence. Chain responses between steps.
Mocks
Create mock endpoints with generated responses. Set latency or import from cURL.
Canary releases
Split traffic by percentage. Roll back to a previous version in one click.
Testing
Verify contracts and simulate requests before deploy.
Live debugging
Structured logs with severity levels. Integrates with Sentry and Datadog.
HTTP and gRPC
Call transformers over either protocol. Download transformer.proto for typed clients.
Workflow patterns
Single API proxy
Transform one upstream call — fees, routing, field mapping.
Parallel aggregation
Merge several APIs into one response for a dashboard or BFF.
Sequential workflow
Chain dependent calls — auth, fetch, then act on the result.
Design to widget BFF
Screen API with widgets[] from Stitch or Figma.