curl --request GET \
--url 'http://localhost:8000/' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"message": "Two-person tent, green — replacement for damaged pole set.",
"version": "2026-08-01",
"documentation": "string",
"openapi": "string",
"health": "string",
"endpoints": {}
}
API Root
Welcome endpoint with API information and available endpoints.
GET
/
curl --request GET \
--url 'http://localhost:8000/' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"message": "Two-person tent, green — replacement for damaged pole set.",
"version": "2026-08-01",
"documentation": "string",
"openapi": "string",
"health": "string",
"endpoints": {}
}
Welcome endpoint with API information and available endpoints.
Response
object
string
required
string
required
string
string
string
object
required
Name → path for every top-level surface
Status codes
| Code | Meaning |
|---|---|
200 | Successful response |
401 | Authentication required |
422 | Validation error |
429 | Rate limit exceeded |
curl --request GET \
--url 'http://localhost:8000/' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"message": "Two-person tent, green — replacement for damaged pole set.",
"version": "2026-08-01",
"documentation": "string",
"openapi": "string",
"health": "string",
"endpoints": {}
}
Last modified on August 31, 2026