create_project
Create a new project in Sentry to track deployments, releases, and health metrics for error monitoring and performance analysis.
Instructions
Create a new project in Sentry. Track deployments, releases, and health metrics.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_slug | Yes | The slug of the organization to create the project in | |
| team_slug | Yes | The slug of the team to associate the project with | |
| name | Yes | The name of the project to create | |
| platform | No | The platform for the project (e.g., python, javascript, etc.) | |
| view | No | View type (default: detailed) | detailed |
| format | No | Output format (default: markdown) | markdown |