Quickstart
Your first workflow in 5 minutes
Sandbox, scoped key, one workflow, one execute call—no sales call required.
Picture the path before you read the full guide: obtain credentials, wire a workflow, connect one system, execute, and inspect the run history.
- Sign in at tealfabric.io and provision a sandbox account.
- Create a scoped API key—server-side only, one per solution or environment.
- Start from the Processflow skeleton or import a workflow template.
- Connect one system (or use the built-in test connection).
- POST to /api/v1/processes/{name}/execute, then open the run in Operations.
curl -X POST https://acme-ops.tealfabric.io/api/v1/processes/vendor_intake/execute \
-H "X-API-Key: $TF_API_KEY" \
-H "Content-Type: application/json" \
-d '{"vendor_name":"Acme Parts","tax_id":"FI-12345"}'