Docs · modules/connect

Connect

Turaxia Connect — workspace-isolated control plane for service accounts, API keys, webhooks, and module routing.

Connect is the control plane. Every API key, webhook, and audit event belongs to a workspace, and Connect is the thing that provisions them.

What Connect does

  • Create and manage workspaces.
  • Provision service accounts inside a workspace.
  • Issue and rotate scoped API keys.
  • Register webhooks for typed audit events.
  • Route primitive calls to the right private module bundle.

Workspace isolation

Every request carries a workspace scope. Connect returns 403 on mismatched scope. This is validated by the workspace-isolation proof card in /proof.

Release maturity

Connect is GA.


← All docs