- Complete REST API with session management
- Dynamic user creation with isolated environments
- Multi-user isolation using /d/hermesai/users/{user_id}/.hermes structure
- Full command execution capabilities via Hermes CLI
- Health check and status endpoints
- Follows module development specifications
14 lines
327 B
JSON
14 lines
327 B
JSON
{
|
|
"hermes_services": [
|
|
{
|
|
"id": "00000000-0000-0000-0000-000000000001",
|
|
"name": "default_hermes_service",
|
|
"owner_id": null,
|
|
"org_id": null,
|
|
"service_url": "http://localhost:9119",
|
|
"api_key": null,
|
|
"config": {"port": 9119, "host": "127.0.0.1"},
|
|
"status": "active"
|
|
}
|
|
]
|
|
} |