Skip to main content
All endpoints return standard HTTP status codes and consistent error response format.

Error Response Format

All error responses follow this structure:
{
  error: string;
}

Typical Error Categories

CategoryExample MessageNotes
Authentication"Invalid or expired session"Token missing, invalid, or expired
Authorization"You are not authorized to stop this session"Authenticated but not allowed for the resource
Validation"Validation failed"Request body/query/path input is invalid
Not Found"Agent not found"Resource does not exist or is not visible
Conflict / Business Rules"Wallet already exists"Request conflicts with current state
Server"Internal server error"Unexpected backend error