Skip to content
Console

Developer Docs

Use this section when code needs to connect to a Thalovant hub.

Thalovant creates the client identity and policy. Your SDK connects directly to the hub.

  1. Choose a hub. Start with a public hub when you are testing.
  2. Create a client identity. Authenticated API actions require API access on the workspace.
  3. Install an SDK. Pick the language used by your app, service, or agent.
  4. Connect over WSS first. WSS is the default public transport.
  5. Use HTTPS or MQTT only when needed. Enable those protocols on the hub before expecting clients to use them.
  6. Add context. Send user, device, session, and trace metadata after the first request works.