curl --request GET \
--url https://app.all-hands.dev/api/options/agents \
--header 'Authorization: Bearer <token>'
[
"<string>"
]
Get all agents supported by OpenHands
curl --request GET \
--url https://app.all-hands.dev/api/options/agents \
--header 'Authorization: Bearer <token>'
[
"<string>"
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
List of agents
The response is of type string[]
.
Was this page helpful?