# Lightrun > Lightrun is a developer-native observability and live-debugging platform. Language agents > embedded in a running JVM, Python, Node.js or .NET process accept dynamic actions — logs, > snapshots, counters, tic-toc timings and custom metrics — placed on a file and line at > runtime, so engineers inspect production behavior without redeploying, restarting or > stopping the application. The platform is driven from IDE plugins, a CLI, a Public REST > API and an MCP server that gives AI coding assistants live runtime context. Generated by the API Evangelist enrichment pipeline from the Lightrun catalog entry and the artifacts in this repository. Not published by Lightrun. ## APIs - [Lightrun Public API](https://docs.lightrun.com/public-api/introduction/): HTTP REST API available from Lightrun Server 1.29. Base path `/api/v1/`, bearer-token auth, 67 operations across 20 tag groups. - [Lightrun MCP Server](https://docs.lightrun.com/mcp/mcp-overview/): Remote MCP server at `https://app.lightrun.com/mcp` (streamable-http) exposing runtime snapshot, execution-count, duration and custom-metric tools to AI assistants. ## Specs - [OpenAPI 3.1.0](https://docs.lightrun.com/public-api/lightrun-api.json): the Lightrun Public API description — 46 paths, 67 operations, 101 component schemas. - [MCP server.json](https://github.com/lightrun-platform/lightrun-ai/blob/main/server.json): the published MCP server manifest. - [OpenID Connect discovery](https://app.lightrun.com/.well-known/openid-configuration): the Lightrun Keycloak realm, including the `mcp` scope. ## Docs - [Documentation home](https://docs.lightrun.com/) - [Get started](https://docs.lightrun.com/get-started/) - [API introduction](https://docs.lightrun.com/public-api/introduction/) - [API reference](https://docs.lightrun.com/public-api/api-reference/) - [CLI reference](https://docs.lightrun.com/cli/cli_reference/) - [MCP tools reference](https://docs.lightrun.com/mcp/lightrun-tools/) - [AI skills overview](https://docs.lightrun.com/ai/skills/overview/) - [Webhooks](https://docs.lightrun.com/webhooks/) - [SSO](https://docs.lightrun.com/sso/) and [SCIM provisioning](https://docs.lightrun.com/scim/) - [Release notes](https://docs.lightrun.com/release_notes/lightrun-release-notes/) - [Functionality changes and deprecations](https://docs.lightrun.com/release_notes/functionality-changes-deprecations/) ## Agents - [Java (JVM) agent](https://docs.lightrun.com/jvm/agent/) - [Python agent](https://docs.lightrun.com/python/agent/) — `pip install lightrun` - [Node.js agent](https://docs.lightrun.com/node/agent/) — `npm install lightrun` - [.NET agent](https://docs.lightrun.com/dotnet/agent/) - [Kubernetes operator](https://github.com/lightrun-platform/lightrun-k8s-operator) - [Helm chart](https://github.com/lightrun-platform/lightrun-helm-chart) ## Agent skills - [Ask Prod](https://docs.lightrun.com/ai/skills/ask-prod/) - [Live Runtime Debugging](https://docs.lightrun.com/ai/skills/live-runtime-debugging/) - [Error Remediation Automation](https://docs.lightrun.com/ai/skills/error-remediation-automation/) - [Runtime-Aware PR Review](https://docs.lightrun.com/ai/skills/runtime-aware-pr-review/) ## Company - [Website](https://lightrun.com/) - [Pricing](https://lightrun.com/pricing/) - [Blog](https://lightrun.com/blog/) - [Status](https://status.lightrun.com/) - [Trust center](https://trust.lightrun.com/) — SOC 2, ISO 27001, HIPAA, GDPR - [Privacy policy](https://lightrun.com/privacy-policy/) - [GitHub](https://github.com/lightrun-platform)