Create a new Agent with a name and optional public visibility. The Agent will be assigned a unique ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Agent created successfully. Returns the Agent with metadata.
An Agent represents a registered AI agent entity.
The unique identifier of the Agent.
The name of the Agent.
The version of the Agent. A semver string (e.g., '2.0.65') or a SHA.
The creation time of the Agent (Unix timestamp milliseconds).
Whether the Agent is publicly accessible.
The source configuration for the Agent.