Create a new formdata.dev account and store credentials locally.
The command prompts for three required fields:
| Prompt | Description |
|---|---|
| Organization name | Your company or project name |
| Owner email | Contact email for the account |
| Subdomain slug | URL-safe slug (e.g. acme for acme.formdata.dev) |
After account creation, the CLI offers to:
forms createdestinations addIf you skip onboarding, the CLI prints next-step commands:
If credentials already exist, the CLI warns and asks for confirmation before overwriting:
Credentials are saved to ~/.config/formdata/credentials with permissions 0600:
Your secret key is displayed only once during init. It is stored in the credentials file, but if you lose it, you must run keys rotate to generate a new one.
The MCP equivalent is the get_account tool (read-only). Account creation is only available through the CLI.