OpenHands API
Discover the OpenHands API—a RESTful interface enabling AI agents to be embedded in development workflows. Control AI-driven coding agents that write and modify code, run shell commands in sandboxed environments, interact with APIs, and browse resources autonomously.
1
Endpoints
0
Views
Aug 29, 2025
Last Checked
Unlimited
Rate Limit
API Endpoints
Get all OpenHands projects
Full URL
https://app.all-hands.dev/api/v1/projects
Code Examples
curl -X GET 'https://app.all-hands.dev/api/v1/projects' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "limit": 10 }
Example Response
{
"projects": [
{
"id": "1",
"name": "Example Project"
}
]
}
Version
v1
Rate Limit
Unlimited (self-hosted)
Tags
ai-software-developerapi-integrationweb-browsing
Related APIs
Discover similar APIs that might interest you