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.
Query parameters
no_cache
Response
Successful Response
address
Bech32 address of the agent.
running
Whether the agent is currently running.
compiled
Whether the agent code has been compiled.
code_digest
Digest of the agent's code.
wallet_address
Wallet address of the agent.
code_update_timestamp
Last time the code was updated.
creation_timestamp
Time when the agent was created.
revision
Revision number of the agent.
metadata
Metadata associated with the agent.
Errors
422
Unprocessable Entity Error