Skip to main content
GET
Download Agent Contact Card

Overview

Returns the agent’s contact card as a vCard file rather than JSON, built from the identity fields. Recipients can save it to their contacts so the agent’s name and logo appear when it calls. The response is text/vcard; charset=utf-8 with a Content-Disposition attachment header naming the file after the display name, for example northwind-dental.vcf. Because the body is not JSON, it does not use the data and errors envelope on success. Errors still do. The card is regenerated whenever an identity field changes, so this endpoint always reflects the current identity.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The agent’s unique identifier.

Response

Returns 200 with the vCard as the raw body.
string
Always text/vcard; charset=utf-8.
string
attachment with a filename derived from display_name, for example attachment; filename="northwind-dental.vcf".

Docs for agents: llms.txt