Create a new session
Create a new Devin session. You can optionally specify parameters like snapshot ID, playbook ID, and session visibility.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request body for creating a new Devin session
The task description for Devin
ID of a machine snapshot to use
ID of a playbook to follow
Whether the session should be unlisted
Enable idempotent session creation
Maximum ACU limit for the session
Planning mode agency setting. Defaults to auto_confirm.
auto_confirm
, sync_confirm
List of secret IDs to use. If None, use all secrets. If empty list, use no secrets.
List of knowledge IDs to use. If None, use all knowledge. If empty list, use no knowledge.
List of tags to add to the session.
Custom title for the session. If None, a title will be generated automatically.
Response
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)