Developers
The governed platform, headless.
Build, run, review, and publish through the same governed core the console uses — over REST, webhooks, or MCP.
Public API surface
Every governed stage, callable
GET
/v1/briefSubmit or retrieve a plain-language use-case brief.GET
/v1/blueprintRetrieve the governed solution blueprint for a brief.GET
/v1/capabilitiesBrowse the capability catalog available to your tenant.POST
/v1/actionsQueue an action for human approval before it runs.GET
/v1/standardsLook up the standards validated for a given vertical.GET
/v1/documentsRetrieve governed documents generated for a project.POST
/v1/runtime/verifyVerify a runtime bundle before execution.POST
/v1/inbound/webhookReceive signed inbound events from email or file drops.Sentence to system of record, in code
Submit a brief. Approve an action. Publish.
curl -X POST https://api.wefttora.ai/v1/brief \
-H "Authorization: Bearer $SDK_TOKEN" \
-d '{"outcome": "Reconcile vendor invoices against POs"}'
curl https://api.wefttora.ai/v1/blueprint?brief_id=br_8f2 \
-H "Authorization: Bearer $SDK_TOKEN"
curl -X POST https://api.wefttora.ai/v1/actions/act_51c/approve \
-H "Authorization: Bearer $SDK_TOKEN"Built for integration
SDK tokens, webhooks, MCP
SDK TOKENS
Tenant-scoped access
Issue scoped API tokens per workspace, rotate and revoke from the console.
WEBHOOKS
Signed, both directions
Inbound triggers and outbound notifications, signed and verifiable.
MCP
Model Context Protocol
Expose governed capabilities to any MCP-compatible client.
Get API access.
Request API accessGet started
Bring one real document.
We'll show you the governed build, in your language, against your policy.