# CyberSentriq developer hub > The developer hub for the CyberSentriq platform. CyberSentriq unifies Redstor (backup, archive, data protection) and TitanHQ (email and web security, phishing simulation, security awareness training) into one platform. This site brings the platform's many APIs together so they are simple to use and navigate, and easy for AI agents to call. This hub is in an early state. The API surface is not yet generally available. The only live endpoints today are a health check and this summary. Reference documentation, guides and a developer community are planned and land here as the APIs open up. ## Live today - [Health check](https://api.cybersentriq.com/health): GET /health returns 200 with a JSON body, for example {"status":"ok","environment":"production"}, when the environment is serving. - [OpenAPI description](https://api.cybersentriq.com/openapi.json): an OpenAPI 3.1 description of the API. It currently documents the health endpoint; new endpoints are added here as they open up. - [llms.txt](https://api.cybersentriq.com/llms.txt): this file, a machine-readable summary of the hub. ## Authentication The health endpoint requires no authentication. The rest of the platform API is not yet available; authentication will be documented here and in the OpenAPI description when it is. ## Environments The same site serves three environments. Use the production base URL unless you have been asked to target another. - Production: https://api.cybersentriq.com - Staging: https://api.stage.cybersentriq.com - Development: https://api.dev.cybersentriq.com ## Coming - API reference: endpoints, schemas and authentication for the CyberSentriq platform, with runnable examples. - Guides and quickstarts: from a first request to a working integration. - Community: a place to ask questions and shape where the APIs go next. ## About - [CyberSentriq](https://www.cybersentriq.com): the unified cyber and data protection platform. - [Privacy policy](https://www.cybersentriq.com/privacy-policy/)