API Reference
Create a new session
Create a new Devin session. You can optionally specify parameters like snapshot ID, playbook ID, and session visibility.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Request body for creating a new Devin session
The task description for Devin
Enable idempotent session creation
Maximum ACU limit for the session
ID of a playbook to follow
ID of a machine snapshot to use
Whether the session should be unlisted
Response
200 - application/json
Response body returned when a session is successfully created
Unique identifier for the session
URL to view the session in the web interface
Indicates if a new session was created (only present if idempotent=true)