Update User Agent Code

Updates the code for a specific agent, identified by address

Path parameters

addressstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

no_cachebooleanOptionalDefaults to false

Request

This endpoint expects an object.
codestringRequired
The updated source code for the agent, formatted as a JSON string containing files and content.

Response

Successful Response
digeststring
SHA256 digest of the agent's updated code.

Errors