API reference
High-level overview of the GitMyABI REST API surface.
Reference
GitMyABI exposes a REST API that backs the web app. The API surface covers the main product entities:
- Projects — connections between GitMyABI and a GitHub repository.
- Builds — executions of a project's configuration against a build reference.
- Bindings and ABIs — the artifacts produced by successful builds.
- Teams — ownership and access control for projects.
This reference is intentionally limited until the public API surface is documented. The authoritative shape of the API is the OpenAPI schema consumed by the frontend (see src/api/schema.d.ts).
Related
- Configuration
Project, build, and publishing configuration options.
- Package format
Shape of the published bindings package and the CDN-hosted ABI artifacts.