Getting Started
If you are new to the platform, start with the surface that matches your role:
- End-user workflow guidance lives in the Help Center.
- API and integration work starts in the Developer Portal and this docs site.
- Third-party and IoT partner management is moving into the Partner Portal.
Environments
Section titled “Environments”Production and development are intentionally mirrored:
- Production docs:
https://docs.co2targettracking.co.uk - Development docs:
https://dev.docs.co2targettracking.co.uk - Production API spec:
https://api.co2targettracking.co.uk/openapi.json - Development API spec:
https://dev.api.co2targettracking.co.uk/openapi.json
The live API reference page in this site picks the matching API environment at runtime, so dev.docs.* talks to dev.api.* and docs.* talks to api.*.
Recommended First Steps
Section titled “Recommended First Steps”- Read API Overview to understand the gateway and contract shape.
- Open Live Reference when you need the current spec rather than a prose summary.
- Use Platform Inventory when you need to orient yourself in the monorepo or find the relevant bounded context.
Source Of Truth
Section titled “Source Of Truth”This site is deliberately opinionated about ownership:
- Live API behavior belongs to
api.*. - User workflows belong to
help.*. - Technical reference that can be generated should be generated here.