Skip to content
WAMP Cloud
Platform
Cloud
Search
Ctrl
K
Cancel
Select theme
Dark
Light
Auto
Start
What Cloud is
Quickstart
Authentication
Concepts
Sessions, turns, runs
Sandboxes and environments
Agents
Artifacts
Repositories
Publications
Guides
Follow a run live
Connect a repository
Open a pull request
Receive webhooks
Drive Cloud from a backend
Reference
Conventions
Events
Errors
Limits
SDK
API reference
Overview
Authentication
Overview
Exchange an app assertion for an installation bearer
POST
Start a human-authorized App installation
POST
Read the installation result idempotently
POST
Capabilities
Overview
Download this OpenAPI contract
GET
Read the Cloud integration and lifecycle guide
GET
Discover capabilities available to this installation
GET
Repository grants
Overview
List repository grants visible to this installation
GET
Resolve a persisted repository grant to its active replacement
GET
Sessions
Overview
Page Sessions visible to the installation
GET
Read one Session projection
GET
Create a caller-owned Session idempotently
PUT
Archive a Session idempotently
DELETE
Update Session presentation or execution defaults
PATCH
Turns and Runs
Overview
Page durable input Turns
GET
Durably admit a caller-owned Turn and its 1:1 Run
PUT
Read durable Run state
GET
Request idempotent cancellation
POST
Interactions
Overview
List actionable human-input requests
GET
Events
Overview
Page the gap-free Session Event log
GET
Artifacts
Overview
Page immutable public Artifact manifests
GET
Read one Artifact manifest
GET
Download immutable Artifact bytes
GET
Publications
Overview
Create an immutable review revision of current repository changes
GET
Page durable Publications
GET
Read one Publication
GET
Publish one exact reviewed revision as a pull request
PUT
Read one durable Merge command
GET
Merge the exact successful Publication head
PUT
Select theme
Dark
Light
Auto
Overview
Turns and Runs
Section titled “Turns and Runs”
Admit durable user input, observe execution and cancel exact Runs.
Operations
Section titled “Operations”
GET
/v1/sessions/{sessionId}/turns
PUT
/v1/sessions/{sessionId}/turns/{turnId}
GET
/v1/sessions/{sessionId}/runs/{runId}
POST
/v1/sessions/{sessionId}/runs/{runId}/cancel