Error
Sessions
Get a presigned upload URL
Returns a presigned S3 PUT URL and the full S3 key for uploading a single file into the session’s prefix. The caller should PUT the file bytes directly to uploadUrl, then call /sessions/{sessionId}/files/sync-to-sandbox with the returned key. Requires write access to the session.
POST
Error
Authorizations
Organisation API key. Format: sk_<secret>/<keyname> — the secret portion, a literal slash, and the human-readable key name. The header exulu-api-key is accepted as an alias. A Bearer prefix is tolerated and stripped. Keys with an agent scope are only valid for the scoped agent instance.
Path Parameters
Agent session ID (UUID).
Body
application/json