Skip to main content
POST
Create Provider Discovery

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
docker_image
string
required

Response

Successful Response

status
enum<string>
required
Available options:
pending,
in_progress,
completed,
failed
docker_image
string
required
created_by
string<uuid>
required
id
string<uuid>
created_at
string<date-time>
agent_card
AgentCard · object | null

The AgentCard is a self-describing manifest for an agent. It provides essential metadata including the agent's identity, capabilities, skills, supported communication methods, and security requirements.

error_message
string | null