Start a Run
Invoke a deployed Agent through a canonical event with a stable session and JSON input.
Before you begin
Deploy an Agent and ensure its Resource bindings resolve for the authenticated tenant, customer, or principal. Choose a stable session identifier that represents the conversation, workflow, or customer-owned durable history. Prepare JSON input that the Agent understands.
Steps
- Open Runs and choose Start Run.
- Select the deployed Agent.
- Enter the stable session identifier.
- Provide canonical JSON event data.
- Choose Queue for durable asynchronous acceptance or Live when streaming authority is available.
- Submit the event and wait for the accepted Run identity.
- Open the Run detail page.
Constal authorizes the same resolved execution snapshot it persists. A queued event may wait behind an existing top-level Run in the session, but its acceptance identity remains explicit.
Verify
Confirm the result contains a Run id and that the detail page shows the chosen Agent, session, status, budget, and journal. Copy the full Run address when using the API; the serial Run id alone is not sufficient context.
Next steps
Continue with Operate Runs or configure authenticated ingress through Channels.