Self-register a new Verifly account + API key
register_accountCreate a new Verifly account programmatically for self-onboarding. Provide email and password to receive a one-time API key for authenticating subsequent requests.
Instructions
Programmatically create a brand-new Verifly account — this is how an agent self-onboards with no human in the loop. Requires only an email and a password (min 8 chars; disposable email domains are rejected). The new account starts with free credits. The response includes the new account id/email and a freshly generated api_key.key that is shown ONCE — capture and store it immediately, it cannot be retrieved again. Subsequent tool calls can then use that key as the bearer token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email for the new account (not a disposable domain). | ||
| password | Yes | Password for the new account (minimum 8 characters). |