Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/api/agents/{agentId}/panels
{ "success": true, "data": [ { "name": "<string>", "path": "<string>" } ] }
Get public UI panels available for this agent from its plugins
ID of the agent
Agent panels retrieved successfully
true
Show child attributes
Was this page helpful?