Senso
Sign inSign up

What is an organization?

An organization is the boundary every other object lives inside. Your knowledge base, API keys, brand kit, content types, prompts and published content are all scoped to one.

Credentials carry their organization with them, so an API key or an OAuth connection reaches exactly one. To work across two, you need two credentials.

bash
curl https://apiv2.senso.ai/api/v1/org/me \
  -H "X-API-Key: $SENSO_API_KEY"

Call it

GET/org/meOpen in API reference →The organization this key belongs to.
PUT/org/meOpen in API reference →Update its settings.
GET/org/membersOpen in API reference →Who is in it.