create_project
Creates a project for a team user. Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name. | |
| api_key | No | Optional API key for clients that cannot set X-API-Key headers. | |
| user_id | Yes | User id (from create_account or get_account). | |
| description | No | Optional project description. |