Commercial Control Plane
Commercial routes are deliberately separate from the intelligence API. External developers authenticate with a tenant member API key (beta) sent asAuthorization: Bearer — see Authentication. Service JWTs and service principals are internal/enterprise mechanisms. GET /v1/billing/plans, GET /v1/catalog, and GET /v1/products/{slug} are public; POST /v1/billing/webhooks/polar verifies its Polar signature instead of bearer authentication.
Beta
- Base URL:
https://api.agentic.forwardlane.com - Auth: tenant member API key as
Authorization: Bearer $FL_API_KEY. - Credits run in shadow mode during the beta: every call is metered and visible at
GET /v1/billing/usage, but no charges are made. - Discovery:
GET /v1/catalog(public) lists all 16 products with live/coming-soon status, summaries, and docs links;GET /v1/products/{slug}returns a live product’s descriptor (endpoints included) or a501coming-soon envelope withwaitlist_urlanddocs_url.
Product discovery
Billing and usage
CLI bridge and reports
Report creation and usage events accept idempotency keys so callers may safely retry network failures. All tenant reads and writes are organization scoped; never reuse one organization’s credential in another workspace.
See API Schemas for the request and response field contracts.