create_account
Creates a new Code Registry account and returns API credentials. Required fields: email (account owner's email), name (account owner's full name), team_name (team or company name). All three must be provided or the call will fail. Cold starts can cause the first request to time out; retry with backoff. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Account owner's name. | |
| Yes | Account owner's email. | ||
| team_name | Yes | Team or company name. | |
| integrator_id | No | Optional integrator identifier (used for API key scoping). | |
| integrator_name | No | Optional integrator display name. |