Skip to main content

Integrate with Tickr

The Data-plane API is the public operational boundary used by Console and external clients. It exposes health, workflow definitions, Runs, Tasks, logs, Signals, Events, Patches, and tenant projections.

Choose the right contract

NeedContract
Register, trigger, inspect, or operate workflowsHTTP API
Read and publish values inside a Tasktickr-ctx
Use a local agent through curated Workflow toolsMCP
Generate an HTTP clientOpenAPI
Implement a compatible cross-process integrationPublic protobuf contracts

Start with the lifecycle guide before generating a client. A generated method signature cannot explain when an accepted Command becomes a materialized Signal, Run, or applied Patch.

Formation applicability

The HTTP Command contract is shared across lite-local, all-nats, and all-redis. Transport and storage differ behind that boundary. Formation selection must not change a successful HTTP outcome into a different semantic result.

External Event ingress is disabled in lite-local; use a distributed formation when that capability is required.