latestOpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

[beta] A2A Agents

Make Agent Public

Make an agent publicly discoverable

Example Request:

curl -X POST "http://localhost:4000/v1/agents/123e4567-e89b-12d3-a456-426614174000/make_public" \
    -H "Authorization: Bearer <your_api_key>" \
    -H "Content-Type: application/json"

Example Response:

{
    "agent_id": "123e4567-e89b-12d3-a456-426614174000",
    "agent_name": "my-custom-agent",
    "litellm_params": {
        "make_public": true
    },
    "agent_card_params": {...},
    "created_at": "2025-11-15T10:30:00Z",
    "updated_at": "2025-11-15T10:35:00Z",
    "created_by": "user123",
    "updated_by": "user123"
}
post/v1/agents/{agent_id}/make_public

Path parameters

agent_idstring required

Response

Successful Response

messagestring required
public_agent_groupsstring[] required
updated_bystring required