Sync an uploaded file into the sandbox
After a successful Uppy upload, call this endpoint with the S3 key to materialise the file in the agent’s sandbox filesystem so the agent can read it on its next tool call. No-op if the sandbox is not currently active. Requires write access to the session and the key must belong to the session prefix.
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
Full S3 object key as returned by upload-sign.
Response
Sync result.
The response is of type object.