Agent Manifest
Agent Manifest is a metadata standard for autonomous AI agents.
Overview
An Agent Manifest defines the identity of an AI agent.
The manifest is minimal by design, and allows you to add and label the different addresses, social accounts, and other links associated with the agent.
You can see an example of how a manifest is rendered on the agent page for Clanker here.
Example Manifest
Fields
avatar: a URL that links to an image, providing a visual representation of the AI agent
description: summarizes the agent’s purpose and mission while providing any necessary instructions or guidelines for interaction
addresses: Array of addresses
chain - see chains dictionary
address - case-sensitive, preserve casing whenever possible
description - address label, use a case-sensitive standard keyword to inform clients on how to interact with the address
social: Array of profiles
platform - see social dictionary
id - case-insensitive, don't include @
description - account label, describe the point of the account and associated instructions
uris: Array of resource links with descriptions
uri - URLs, ipfs hashes, etc.
description - uri label for API definitions, additional metadata, etc.
If any of these three fields are not needed, enter an empty array for it.
Standard Keywords
Address Descriptions
CA
Set the description as CA to signify that the address is a contract address of a token.
NFT
Set the description as NFT to signify that the address is an NFT collection.
Wallet
Set the description of the address as wallet to designate it as a wallet that the agent directly owns.
Chains
If you're interested in adding a chain to the dictionary, reach out to us on X or Warpcast.
Social
Last updated