Skip to main content
GET
Agent Manifest

Path Parameters

name
string
required

The name of the agent to retrieve. A unique identifier for the agent following the RFC 1123 DNS label naming convention.

Required string length: 1 - 63
Pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
Example:

"chat"

Response

Agent manifests

name
string
required

A unique identifier for the agent following the RFC 1123 DNS label naming convention.

Required string length: 1 - 63
Pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
Example:

"chat"

description
string
required

Human-readable description of the agent.

Example:

"Conversational agent with memory, supporting real-time search, Wikipedia lookups, and weather updates through integrated tools"

input_content_types
string[]
required

List of supported MIME content types for input Messages. Defines what formats of content the agent can consume.

Minimum array length: 1
output_content_types
string[]
required

List of supported MIME content types for output Messages. Defines what formats of content the agent can produce.

Minimum array length: 1
metadata
object

Static details about the agent, for discovery, classification, and cataloging.

status
object

Real-time dynamic metrics and state provided by the system managing the agent.