Reference
Use the reference section when you need to understand the current public model of the core runtime.
This section is where the docs answer questions like:
- what do strategy, channel, execution, session, and message actually mean?
- how does a request move through the runtime?
- what packaged actions exist in core?
- how do security, approvals, and trust layers work?
- which REST surfaces exist and when should each one be used?
Concepts Contracts Control Surfaces
Start In This Order
If you are reading from scratch, use this progression:
- Read
Runtime Modelto learn the vocabulary and record boundaries. - Read
Architectureto understand how requests are routed, executed, and recorded. - Read
Standard Actions,Security, andAPI Referencewhen you need specific operational detail.
Reference Map
When To Leave Reference
If you are trying to deploy, configure, or extend the framework rather than look something up, the
Guides section will usually get you to a working outcome faster.