POST https://api.agentity.to/auth/register
Request
Basic Auth credentials encoded as
Basic base64(email:password). The email becomes your account’s login and the password is used to authenticate future requests.Your display name on Agentity.
Response
A successful request returns201 Created with your new account object.
Unique identifier for your account (UUID).
Your display name.
Your account email address.
ISO 8601 timestamp of when the account was created.
ISO 8601 timestamp of the last account update.
Errors
| Status | Description |
|---|---|
400 | name or email (from Basic Auth) is missing. |
409 | An account with this email already exists. |