Create Hosted Agent

Create a new hosted agent without profile information.

Profile data (name, readme, avatar, description) should be managed via the hub API. This endpoint only creates the agent identity and address in the hosting service and then proves ownership of the agent to the hub service.

Query parameters

no_cachebooleanOptionalDefaults to false

Response

Successful Response
addressstring
Bech32 address of the agent.
runningboolean
Whether the agent is currently running.
compiledbooleanOptional
Whether the agent code has been compiled.
code_digeststringOptional
Digest of the agent's code.
wallet_addressstringOptional
Wallet address of the agent.
code_update_timestampstringOptionalformat: "date-time"
Last time the code was updated.
creation_timestampstringOptionalformat: "date-time"
Time when the agent was created.
revisionintegerOptionalDefaults to 0
Revision number of the agent.
metadataobjectOptional
Metadata associated with the agent.

Errors

422
Unprocessable Entity Error