Core route families
| Family | Representative routes |
|---|---|
| Direct retrieval | /v2/core/search |
| Health/auth | /v2/core/health, /v2/core/auth/* |
Policy behavior
/v2/core/searchrequiresMUBIT_CORE_ENABLE_DIRECT_SEARCH.- Other external
/v2/core/*routes should be treated as compatibility-only or policy-denied, not normal SDK adoption paths.
Failure modes and troubleshooting
| Symptom | Root cause | Fix |
|---|---|---|
| Core calls are denied | Direct lanes disabled | Use control path or enable lane deliberately |
| Retrieval behavior diverges unexpectedly | Mixed control/core usage | Define one default retrieval path |
| Operational overhead increases | Broad direct-core adoption | Restrict direct-core to targeted features |
Next steps
- See direct-lane policy contract at Core direct lanes policy.
- See how the runtime fits together at How MuBit works.