Skip to main content

Module api

Module api 

Source

Modules§

activities
Activity scheduling and lookup endpoints.
events
SSE endpoint for the engine-events outbox.
namespaces
openapi
public
Public /api/v1/* endpoints — callable without authentication even when the server is configured with --auth-issuer or --auth-api-key.
queues
schedules
tasks
workers
workflow_tasks
Workflow-task dispatch endpoints.
workflows

Functions§

router
Build the workflow HTTP API router. Auth is enforced at the engine layer (via [assay_auth::gate] in assay_engine::server); this router carries no gate of its own. health, version, openapi.json, and docs are always public so probes can reach them without a bearer token.