Skip to content
SialFlow

Documentation

Build on SialFlow

Authentication

All API requests use a Bearer API key. Scope every call with the project header. Rotate keys in the portal without downtime.

Required headers

Authorization: Bearer sf_live_...
X-SialFlow-Project-ID: prj_...
  • Keys are bound to an organization and optionally constrained to workspaces.
  • Use separate keys for CI, production, and partner access.
  • Idempotency-Key is recommended for create and job endpoints.