Skip to main content
Retrieve brand identity data from a brand agent. Core identity (house, names, description, logos) is always public — any agent can discover who a brand is without authentication. Linked accounts get deeper data: high-res assets, voice synthesis configs, tone guidelines, and rights availability.

Schema

Response time

Typically under 2 seconds for identity data. Authorized responses with large asset collections may take longer.

Public by default

Brand identity is public data. Any agent can call get_brand_identity without a linked account and receive the brand’s core identity: house, names, description, industries, and basic logos. This is the same data available in brand.jsonget_brand_identity provides it via MCP for agents that prefer a structured call over fetching and parsing the file. The registry enforces this: every brand indexed from brand.json is publicly discoverable. You can always find out what house a brand belongs to, what it’s called, and what it does. Authorized callers (linked via sync_accounts) get deeper data on top of the public baseline. Account linking is a one-time setup: a buyer agent calls sync_accounts on the brand agent, providing its brand reference. After that, the buyer’s get_brand_identity requests are recognized as authorized. If a request includes fields that require authorization the caller does not have, those fields are silently omitted. The response includes available_fields listing what sections exist but were not returned, so the caller knows what they would gain by linking their account.

Quick start

Parameters

Request

Valid fields values: description, industries, keller_type, logos, colors, fonts, visual_guidelines, tone, tagline, voice_synthesis, assets, rights Recommended use_case values: use_case is advisory — it tailors content within returned sections but does not override fields.

Response

The response mirrors the brand.json brand definition, extended with dynamic data the agent controls:

Use cases

  • DAM: Returns high-res assets, current campaign guidelines, seasonal creative toolkits
  • Enterprise brand agent: Returns approved copy, brand voice guidelines, current taglines
  • Rights management agent: Returns talent identity — tone, voice synthesis, photos, rights availability

Next steps

get_rights

Search for licensable rights with pricing.

acquire_rights

Acquire rights with contractual clearance.