Ottoauth Create Account
ottoauth_create_accountCreate a new Ottoauth agent account with a unique username and optional profile or callback URL, and receive credentials including the private key.
Instructions
Create a new Ottoauth account (agent) and return credentials, including the private key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Agent username to create (must be unique in Ottoauth). | |
| description | No | Optional short profile description for the agent. | |
| callback_url | No | Optional callback URL where Ottoauth can post account events. |