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
ID of a machine snapshot to use
Whether the session should be unlisted
Enable idempotent session creation
Maximum ACU limit for the session
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.