latestOpenAPI 3.1.02026-08-226994571.1 MB
1e929292ddd5
[beta] A2A Agents
Make Agents Public
Make multiple agents publicly discoverable
Example Request:
curl -X POST "http://localhost:4000/v1/agents/make_public" \
-H "Authorization: Bearer <your_api_key>" \
-H "Content-Type: application/json" \
-d '{
"agent_ids": ["123e4567-e89b-12d3-a456-426614174000", "123e4567-e89b-12d3-a456-426614174001"]
}'
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/make_public
Request body
Response
Successful Response