{
    "ok": true,
    "service": {
        "name": "AmandaBot IT Glue Proxy",
        "version": "0.1.0"
    },
    "auth": {
        "header": "X-Service-Key",
        "enabled": true
    },
    "endpoints": [
        "GET /health",
        "GET /api/organizations?q=acme&limit=5",
        "GET /api/organizations/{organizationId}",
        "GET /api/organizations/{organizationId}/configurations?q=firewall",
        "GET /api/organizations/{organizationId}/contacts?q=smith",
        "GET /api/flexible-asset-types?q=microsoft",
        "GET /api/organizations/{organizationId}/flexible-assets?type_id=123&q=exchange",
        "GET /api/organizations/{organizationId}/expirations?days=30",
        "POST /api/agent"
    ],
    "documentation": "/openapi.yaml",
    "portal": "/portal.html"
}