Define the recurring process, objective and failure cost.
Documentation hub · current architecture reference
Build, connect and govern agents with the same vocabulary the runtime uses.
This hub explains the core Createting primitives and the path from configuration to controlled execution. Detailed reference pages are still expanding; the terminology below follows the current platform architecture rather than a marketing abstraction.
01 · Quickstart
Start with a bounded workflow, not an abstract autonomous agent.
A useful first deployment has a clear trigger, known systems, measurable outcome, explicit exception path and an authority boundary the agent must not cross.
Tools, skills, knowledge and model routes are scoped to the agent.
Configure autonomy, conditions and approval boundaries before external actions.
Review traces, failures, approvals and evidence before widening scope.
02 · Core primitives
Separate who acts, how work is structured and how it is operated.
Configured identities with models, system prompt, variables, tools, skills, knowledge, runtime capabilities, autonomy and deployment state.
ActorDurable objectives with tasks, workers, dependencies, approvals, state transitions and operator intervention.
Durable workDeterministic workflow structures for explicit routing, state and predictable execution.
DeterministicReusable reasoning and instruction assets that shape how an agent approaches a class of work.
Reasoning assetParent coordination for intake, decomposition, bounded worker selection, progress and synthesis.
CoordinatorOperator surface for durable work, traces, environments, approvals and intervention.
Operations03 · Execution surfaces
Different interfaces can share one governed execution model.
Resources remain scoped to the agent and can carry conditions, restrictions and approval requirements.
Sessions are modeled as runtime capabilities with state, environment traces and operator handoff boundaries.
Voice can gather context, invoke permitted resources, escalate and hand off without bypassing action authority.
Worker routing and agent-to-agent primitives retain explicit identity, lifecycle and responsibility boundaries.
04 · Governance
Authority is evaluated at the action boundary.
The shared policy gate can evaluate tool, knowledge, web search, memory write, browser, computer, external API, subagent and artifact actions before a decision is made.
The configured capability and current policy permit the prepared action without an approval pause.
ProceedExecution pauses at a human approval boundary; the prepared action can be bound to an approval fingerprint.
ReviewThe action is not permitted in the current scope or policy state. Explicit deny conditions remain hard boundaries.
Block05 · Current deep dives
Use focused pages when the mechanism matters more than the overview.
Documentation boundary