# LaneSync > GitHub-native release governance — ship with confidence, govern with clarity. ## Docs - [Introduction](https://docs.lanesync.dev/introduction.md): LaneSync is a GitHub-native release governance platform — ship with confidence, govern with clarity. - [Quickstart](https://docs.lanesync.dev/quickstart.md): Get LaneSync running in under 10 minutes — sign in, install the GitHub App, bootstrap your first repo, and advance a release. - [Core concepts](https://docs.lanesync.dev/core-concepts.md): Understand LaneSync's five-stage pipeline, three-layer enforcement, and how sdlc.yaml drives every gate. - [Release pipeline](https://docs.lanesync.dev/concepts/release-pipeline.md): Entry and exit conditions for each LaneSync stage — PLANNING through DEPLOYED. - [Enforcement](https://docs.lanesync.dev/concepts/enforcement.md): How LaneSync enforces SDLC gates at three layers — GitHub Rulesets, backend state machine, and the SDLC Enforce CI action. - [sdlc.yaml](https://docs.lanesync.dev/concepts/sdlc-yaml.md): How sdlc.yaml configures your release pipeline and propagates changes through LaneSync and GitHub. - [Quality tracking](https://docs.lanesync.dev/concepts/quality-tracking.md): Feature-level test tracking, regression detection, and quality report exports in LaneSync. - [Multi-tenancy](https://docs.lanesync.dev/concepts/multi-tenancy.md): How LaneSync isolates GitHub organizations as tenants with PostgreSQL row-level security. - [Install the GitHub App](https://docs.lanesync.dev/guides/install-github-app.md): Install and configure the LaneSync GitHub App on your organization — full vs minimal tier and required permissions. - [Trusted Bootstrap](https://docs.lanesync.dev/guides/trusted-bootstrap.md): Set up LaneSync on the minimal GitHub App tier using a Personal Access Token — review every file before merge. - [Configure sdlc.yaml](https://docs.lanesync.dev/guides/configure-sdlc-yaml.md): Customize stage gates, required checks, artifacts, and reviewers in sdlc.yaml for your repository. - [Your first release](https://docs.lanesync.dev/guides/first-release.md): Step-by-step walkthrough to advance a milestone from PLANNING through DEPLOYED on LaneSync. - [CI evidence upload](https://docs.lanesync.dev/guides/ci-evidence-upload.md): Upload test evidence from GitHub Actions to LaneSync — OIDC authentication, API payload, artifacts, and SDLC_API_URL configuration. - [Add LaneSync to existing CI](https://docs.lanesync.dev/guides/add-lanesync-to-existing-ci.md): Copy-paste OpenGrep SAST, Trivy CVE, coverage, test reports, and evidence upload into your own GitHub Actions workflow. - [Evidence approval](https://docs.lanesync.dev/guides/evidence-approval.md): Configure and complete evidence PR approval for the EVIDENCING stage gate. - [Project roll-ups](https://docs.lanesync.dev/guides/project-rollups.md): Group milestones across microservices into CEO-level release projects with aggregate deploy status. - [Team management](https://docs.lanesync.dev/guides/team-management.md): Invite teammates to your LaneSync workspace, assign admin or member roles, and manage access. - [Billing and plans](https://docs.lanesync.dev/guides/billing-and-plans.md): Free vs Pro plans, repository limits, and how to upgrade your LaneSync workspace. - [Dashboard overview](https://docs.lanesync.dev/dashboard/overview.md): Navigate the LaneSync org-wide dashboard — milestones, stage pipelines, and repository status. - [Milestone details](https://docs.lanesync.dev/dashboard/milestone-details.md): Stage-by-stage drill-down for a milestone — blocking items, live sdlc.yaml checks, and GitHub links. - [Quality scorecards](https://docs.lanesync.dev/dashboard/quality-scorecards.md): Feature-level quality metrics, regression anomalies, and exportable reports in the LaneSync dashboard. - [sdlc.yaml schema](https://docs.lanesync.dev/reference/sdlc-yaml-schema.md): Complete field reference for sdlc.yaml — stages, required checks, artifacts, reviewers, and feature mappings. - [SDLC Enforce action](https://docs.lanesync.dev/reference/sdlc-enforce-action.md): Reference for the SDLC Enforce GitHub status check and sdlc-enforce CI action behavior. - [Troubleshooting](https://docs.lanesync.dev/reference/troubleshooting.md): Common LaneSync issues and fixes — sync, stuck milestones, rulesets, and deploy gates. - [FAQ](https://docs.lanesync.dev/reference/faq.md): Frequently asked questions about LaneSync — SaaS, pricing, self-hosting, and GitHub integration. - [Enterprise overview](https://docs.lanesync.dev/enterprise/overview.md): When to choose hosted LaneSync SaaS vs self-hosted deployment — data residency, compliance, and support. - [Self-hosting](https://docs.lanesync.dev/enterprise/self-hosting.md): Deploy LaneSync in your own environment with Docker Compose — configuration, secrets, and CI integration. - [Enterprise security](https://docs.lanesync.dev/enterprise/security.md): Security model for LaneSync — envelope encryption, tenant isolation, and evidence data protection. - [SOC 2 control mapping](https://docs.lanesync.dev/enterprise/soc2-controls.md): LaneSync security controls mapped to SOC 2 Trust Services Criteria — readiness document for enterprise procurement. - [Subprocessors](https://docs.lanesync.dev/enterprise/subprocessors.md): Third-party services LaneSync uses to process customer data. - [Data Processing Agreement (template)](https://docs.lanesync.dev/enterprise/dpa.md): Template DPA for enterprise LaneSync customers — customize with legal counsel before execution. - [API introduction](https://docs.lanesync.dev/api-reference/introduction.md): LaneSync REST API — authentication, base URL, error model, and endpoint overview. - [Health check](https://docs.lanesync.dev/api-reference/health/health-check.md) - [Current session](https://docs.lanesync.dev/api-reference/auth/current-session.md) - [Org dashboard](https://docs.lanesync.dev/api-reference/dashboard/org-dashboard.md): Returns milestones, empty repos, and totals. Session required. - [Deploy gate check](https://docs.lanesync.dev/api-reference/milestones/deploy-gate-check.md): Returns whether a version can deploy to production. Requires CI auth (GitHub OIDC JWT or LaneSync API key). Tenant-scoped. - [Stage details](https://docs.lanesync.dev/api-reference/milestones/stage-details.md): Live stage breakdown including sdlc.yaml required checks. 60s cache TTL. - [Approve evidence](https://docs.lanesync.dev/api-reference/milestones/approve-evidence.md) - [Bootstrap repository](https://docs.lanesync.dev/api-reference/repos/bootstrap-repository.md): Push sdlc.yaml, CI workflows, and rulesets. - [Sync single repository](https://docs.lanesync.dev/api-reference/sync/sync-single-repository.md) - [Upload CI evidence](https://docs.lanesync.dev/api-reference/evidence/upload-ci-evidence.md): Requires CI auth (GitHub OIDC JWT or LaneSync API key). Tenant derived from verified token. - [Export quality report](https://docs.lanesync.dev/api-reference/quality/export-quality-report.md) - [List projects](https://docs.lanesync.dev/api-reference/projects/list-projects.md) - [Create project](https://docs.lanesync.dev/api-reference/projects/create-project.md) - [GitHub webhook receiver](https://docs.lanesync.dev/api-reference/webhook/github-webhook-receiver.md): Always returns 202 before async processing. - [Changelog](https://docs.lanesync.dev/changelog.md): LaneSync product updates and release notes. ## OpenAPI Specs - [openapi](https://docs.lanesync.dev/api-reference/openapi.json)