DOCUMENTATION / EXECUTION LIFECYCLE
A proposal is only
the beginning.
Follow an action from intent to evidence. Keep the authority decision separate from the side effect.
Oorbital · SDK reading guide · 4 sections
01Propose the action
Identify the agent and version, the function, the target, the proposed parameters and relevant context. Use scoped credentials and the intended environment.
02Resolve authority
An approval is not interchangeable with a pending decision, an error or a refusal. Do not let a missing answer become permission.
03Claim and execute what was authorised
Use the effective action returned by Runtime. Preserve argument mapping and the execution claim. Your integration owns the actual side effect.
04Record the outcome
Record whether execution succeeded or failed. Use explicit idempotency where an operation may be retried; do not blindly retry a payment or an external message.
Make it specific to your work.