Endpoints
| Path | Method | Description | Status |
|---|---|---|---|
/v0/ontologies |
GET | List available ontology cartridges | planned |
/v0/ontologies/{id} |
GET | Fetch cartridge manifest and schema | planned |
/v0/inference |
POST | Route inference request to deterministic substrate | planned |
/v0/leads |
POST | Ingest lead capture payload | v0 draft |
Cartridge Index
| Ontology ID | Domain Description |
|---|---|
sys:famix-v1 |
Software architecture, ASTs, and codebase dependency graphs |
sys:commerce-v1 |
Products, pricing, inventory, and transactional entities |
sys:work-graph-v1 |
Tasks, tickets, milestones, and organizational execution |
sys:hohfeldian-v1 |
Legal rights, duties, privileges, and contractual obligations |
sys:infrastructure-v2 |
Cloud resources, network topologies, and deployment states |
sys:travel-v1 |
Itineraries, bookings, transit routes, and geographic locations |
Example: Cartridge Manifest Fetch
GET /v0/ontologies/sys:commerce-v1
{
"ontologyId": "sys:commerce-v1",
"version": 1,
"schemaHash": "c50725b48ef8d7380133e6c2c2666789fb16a9b9ed3fd1af3d6a81b5370bde11",
"primitives": [
"merchant",
"brand",
"product",
"listing",
"price_snapshot",
"review_payload"
],
"edges": [
"OFFERED_BY",
"REPRESENTS",
"MANUFACTURED_BY",
"PRICE_OBSERVED",
"EVALUATES",
"SOURCED_FROM"
],
"status": "active"
}
Note for human operators: This domain is a machine-first routing endpoint. It does not serve human-readable documentation or marketing material.
For developer documentation and open-source access, visit onticfabric.io.
For enterprise managed deployments and SOC2 compliance, visit onticfabric.com.