# Internal Developer Platform

The Internal Developer Platform (IDP) provides engineering teams with a standard, opinionated set of tools and workflows for building, deploying, and operating services.

```{toctree}
:hidden:
:maxdepth: 2

getting-started
cicd
kubernetes
observability
api
catalog/index
```

---

::::{grid} 2
:::{grid-item-card} Getting Started
:link: getting-started
:link-type: doc

New to the platform? Learn how to onboard your service in under an hour.
:::
:::{grid-item-card} CI/CD
:link: cicd
:link-type: doc

Set up automated builds, tests, and deployments using the standard pipeline templates.
:::
:::{grid-item-card} Kubernetes
:link: kubernetes
:link-type: doc

Deploy and operate your service on the shared Kubernetes clusters.
:::
:::{grid-item-card} Observability
:link: observability
:link-type: doc

Connect your service to centralized logging, metrics, and distributed tracing.
:::
:::{grid-item-card} Platform API
:link: api
:link-type: doc

Platform API for querying service metadata, deployment status, and health checks.
:::
:::{grid-item-card} Service Registry
:link: catalog/index
:link-type: doc

Live directory of all services deployed on the platform, with auto-generated pages and extension internals.
:::
::::
