Live in public beta — base URL
https://api.agentic.forwardlane.com · metered, no charges during beta.Authentication
All product endpoints require a tenant member API key sent as a bearer token. Both a missing and an invalid key return401 with a docs_url field pointing at the authentication guide.
Quickstart
Endpoints
GET /api/quality/current
Most recent quality score for a repository.
Returns: The latest quality snapshot for the repository.
GET /api/quality/history
Quality score history over a time window.
Returns:
repo, days, and ordered snapshots.
GET /api/rankings
Top repositories ranked by composite score.
Returns:
rankings with rank, name, composite score, tier, language, and project.
GET /api/tiers
Repositories grouped by quality tier.
Returns: tiers (name, count, repo list) and total_tiers.
Data provenance
fl-repos 6-dimension scorer (api_potential .25, centrality .25, maturity .15, activity .15, complexity .10, dependency_health .10) persisted in DuckDB scores_* tables (131 repos) plus longitudinaldrift (113 snapshots), 97 flywheel cycles, 8 quality snapshots.
What the data is: Composite quality scores + per-dimension breakdowns + time-series drift — ‘is this codebase improving?’, which snapshot analyzers cannot answer.
Beta notes
- This API is in public beta. Credits run in shadow mode: usage is metered and visible at
GET /v1/billing/usage, but no charges are made during the beta. - Authentication is tenant member API keys only; per-call x402 payments are coming soon and not yet accepted.
- Machine discovery:
GET /v1/catalog(public, no auth) lists all products with live/coming-soon status and docs links. - Response shapes may still change during the beta; breaking changes will be announced in the changelog before they land.