API Reference¶
Use this section when you already know the symbol, surface, or module family you want to inspect. The pages here stay stable and searchable.
Main entrypoints¶
- API Reference Overview — recommended and advanced API layers
- Module references cover public lookup surfaces such as
cullinan.core,cullinan.web.controller, andcullinan.core.services, plus advanced pages such ascullinan.application
Reference rules¶
- Regular application code should start from the top-level
cullinanAPI - Advanced runtime APIs should be explicitly imported from their own modules
- Removed historical wrappers should be migrated rather than kept alive as a lookup path
Related pages¶
- Need explanation instead of lookup? Go to Framework Semantics
- Need step-by-step usage? Go to Engineering Practices
- Need internals? Go to Internals & Extensions