This repository contains the OpenAPI specification for the Augno API.
The spec files are automatically synced from Augno's internal API on every release. Each update is tagged with a version and published as a GitHub Release.
The latest generally available (GA) release, containing OpenAPI specifications for Augno's stable API endpoints.
Use these files to generate SDKs or client libraries against Augno's production API.
The latest public preview release. Use these files for early access to upcoming API features before GA release.
To learn more about public preview and other release phases, see Augno's release phases.
Download the spec directly via raw URL:
# Preview
https://raw.githubusercontent.com/Augno/openapi-spec/main/preview/openapi.json
# GA (coming soon)
https://raw.githubusercontent.com/Augno/openapi-spec/main/latest/openapi.json
Or clone the repo:
git clone https://github.com/Augno/openapi-spec.gitPin to a specific version using release tags:
git checkout 1.0.forge-preview.1-rev.3Each spec update creates a GitHub Release with a tag in the format {api_version}-rev.{N}:
- API version is extracted from the spec's
info.versionfield (e.g.,1.0.forge-preview.1) - Revision is a per-version counter that increments with each sync (e.g.,
-rev.1,-rev.2) - When the API version changes, the revision counter resets to 1