Skip to main content
The fastest way to build on Cominty is the Python SDK — an async, fully-typed client for the chat API. This guide takes you from install to your first streamed agent response.
Prefer raw HTTP? Every call the SDK makes is a standard HTTPS/JSON request against https://ds.cominty.com. Browse them in the API reference, each with a live playground.

Get started

1

Install the SDK

Requires Python 3.9+.
2

Get your credentials

From platform.cominty.ai, grab two things:
  • API key — from the API keys page.
  • User id — from your avatar → Profile (looks like user_31HPTBuBvX20xlQNAbvxjOxPbKB).
Export both so the client picks them up automatically. Treat the API key like a password.
3

Send your first message

Pick an agent_id from platform.cominty.ai/agents and ask it something.
Printed a response? You’re ready to build.
Next, stream the agent’s progress, continue the conversation, and handle errors — see the SDK quickstart for runnable examples, and the SDK reference for the full surface.
Need help? Reach out at hi@cominty.com.