Developer Documentation
Use this section to find implementation and operational guidance for the Openlane platform.
Section Map
- Getting Started: local setup, stack startup, and CLI authentication
- Core Development: repository structure, schemas, GraphQL/codegen, workflows, and jobs
- Integrations: OAuth, SSO/OIDC, email, billing, and ingest patterns
- Security: authentication, token management, encryption, and impersonation controls
- Operations: deployment, CI/CD, configuration, and runbooks
- Contributing: docs style guidance and reference material
How To Use This Docs Set
- Start with
Getting Startedfor a local environment. - Move to
Core Developmentwhen you are changing API, schema, or workflow behavior. - Use
Integrations,Security, andOperationsfor implementation-specific workstreams. - Follow
Contributingstandards when updating docs.