Tenant
How an organization, members, Brand Soul, channels, and credentials fit together.
- Documentation owner:
- BlendDuck Documentation
- Last reviewed:
An organization is BlendDuck's tenant, security, billing, and API credential boundary. The dashboard currently calls its collaborative surface a workspace; public developer interfaces use organization or tenant.
API selection
Every API key is bound to one organization. The server derives the tenant from the bearer key, so callers cannot switch organizations with a path, query, or body parameter.
curl --fail https://blendduck.com/api/v1/tenant \
-H "Authorization: Bearer $BLENDDUCK_API_KEY"
Organization resources
- Members carry owner, admin, or editor roles plus separately assigned Social Inbox access.
- Brand Soul stores company context, products, voice, values, terminology, audience, and grounded knowledge.
- Channels are provider accounts or pages connected to the organization.
- Posts contain shared intent with one or more provider-specific targets.
- Webhooks deliver organization events with
organizationIdin the signed envelope.
Organization owners and admins manage API keys in Dashboard → Developer. The full secret is shown only once when a key is created.