Live in public beta — base URL https://api.agentic.forwardlane.com · metered, no charges during beta.
Ask the estate a domain question — which code implements fibo:Account? — and get back ranked function exemplars. The index holds 82,053 distinct function-to-concept triples across 17 financial ontologies (FIBO, FIBO-Wealth, GLEIF-LEI, CWE/OWASP, and more) over 151 private repositories. No public dataset pairs financial-ontology semantics with real code.

Authentication

All product endpoints require a tenant member API key sent as a bearer token. Both a missing and an invalid key return 401 with a docs_url field pointing at the authentication guide.

Quickstart

The second call reads your usage meters — every product call is metered against your organization.

Endpoints

GET /api/skills/by-ontology

Function exemplars mapped to an ontology concept, ordered by mapping confidence. Returns: The resolved concept (uri, name) plus exemplar functions with repo, file_path, docstring, complexity, and mapped_confidence.

Data provenance

Extractor phase A (ast_deep_extractor.py) parses every Python function into DuckDB functions_latest (57,128 fns); LLM ontology mappers then label each function against 17 loaded ontologies (FIBO, FIBO-Extended, FIBO-Wealth, FinReflectKG, GLEIF-LEI, CWE, OWASP, PROV-O…) producing mapped_to_edges (82,053 distinct function-to-concept triples, 52,101 at confidence >= 0.75) and 271 FSI role assignments across 10 wealth-management roles. Mirrored to FalkorDB graph fl_repos for traversal. What the data is: Labeled (function, concept, confidence) triples + per-repo concept mass + FSI role taxonomy over private financial codebases.

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.