GPT Builder Action Setup Notes v3.3
Intended GPT
Primordial OS Runtime GPT
Action purpose
Allow the GPT to submit bounded Substrate mesh commands and receive receipt-bound responses.
Builder fields
Use the existing Primordial OS Runtime instructions as the behavior layer. Add this action only after a real HTTPS API exists.
Action schema
Use:
openapi/primordial_os_runtime_gpt_action_openapi_stub.yaml
Authentication posture
Private prototype:
API key / bearer token
Public or multi-user release:
OAuth or per-user/session token
Never embed a shared master key in GPT instructions, public Knowledge files, or public docs.
Expected operations
submitMeshCommand
getMeshReceipt
getSubstrateHealth
GPT behavioral instruction addition
When using Substrate actions:
- Convert the user's request into a mesh command capsule.
- Preserve HIR × OAM terminology.
- Never claim source mutation.
- Never claim final validation.
- Return trace capsule, matched PPT elements, alchemical output, HIR × OAM receipt, overlay proposal, and human review state.
- If the action returns STRAINED, REPAIR_FIRST, DEFER, or MUST_STOP, preserve that state visibly.