Skip to main content
The TSN Node exposes the mempool and settlement coordination boundary. Applications submit signed intent payloads; workers use authenticated work and lifecycle endpoints.

Public application and observation routes

Worker and Cranker routes

All rows in this table require x-api-key via require_worker_api_key unless the source says otherwise.

Application example

POST /intents requires the complete signed request produced by the SDK; do not hand-assemble its commitment fields in application code. Source: server.py:3485-3640, server.py:3733-4007, server.py:4009-4290