Skip to main content
GET
Browse the directory of agent-ready businesses

Authorizations

X-API-Key
string
header
required

Query Parameters

query
string | null
limit
integer
default:10

Maximum number of records to return in a single page. Must be between 1 and 1000.

Required range: 1 <= x <= 1000
offset
integer
default:0

Number of records to skip from the beginning. Use 0 for the first page.

Required range: x >= 0

Response

Paginated directory entries, alphabetical by name.

id
string<uuid>
required

The directory entry's id — resolvable via GET /directory/businesses/{id}.

display_name
string
required

The business's display name.

domain
string
required

The merchant's canonical domain, where its kya-profile.json and counterparty credential are served.

kyb_verified
boolean
required

Whether the entry is backed by a business whose public registry record is current: an active registration in good standing. Derived from public records, never from any organization's private evaluation; always false for an entry with no linked business.

website
string | null

The business's website URL.

logo_url
string | null

URL of the business's logo.

summary
string | null

A short description of what the business does.

payment_rails
enum<string>[]

The agentic payment rails the business advertises accepting.

A payment method a directory-listed business accepts from agents.

Self-declared commerce metadata on a KYA directory entry — which rails (protocols or card-network agent programs) the merchant advertises for agentic checkout. Advisory only: nothing in the platform settles on these rails, so the vocabulary is expected to grow with the ecosystem and OTHER absorbs rails we have not named yet.

Available options:
X402,
MPP,
UCP,
VISA_TAP,
VISA_INTELLIGENT_COMMERCE,
MASTERCARD_AGENT_PAY,
GOOGLE_AP2,
STRIPE_ACP,
OTHER