We’re excited to announce expanded functionality for the StatusGator Boards API.
You can now create new boards, update existing boards, and delete boards directly through the API. Previously, the Boards API only supported listing boards and retrieving board details.
With these new capabilities, you can automate the complete board lifecycle – from provisioning new boards to managing ownership and cleaning up boards that are no longer needed.
What’s new in the Boards API

The following endpoints are now available:
| Action | Endpoint |
|---|---|
| Create a board | POST /boards |
| List boards | GET /boards |
| Get board details | GET /boards/{id} |
| Update a board | PATCH /boards/{id} |
| Delete a board | DELETE /boards/{id} |
Create boards programmatically
The new board creation endpoint allows you to automatically provision boards as part of your workflows.
Common use cases include:
- Creating boards for new customers
- Provisioning boards for teams and departments
- Setting up boards for projects and environments
- Automating onboarding processes
Update board names and assigned users
You can now update existing boards through the API, including:
- Renaming boards
- Changing assigned users
This makes it easier to keep board ownership and organization synchronized with your internal systems and processes.
Delete boards through the API
Boards that are no longer needed can now be removed programmatically, making it easier to automate cleanup and lifecycle management.
Available in the StatusGator MCP
These new board management capabilities are also available through the StatusGator MCP.
Whether you’re building against the REST API directly or using the StatusGator MCP with AI assistants and automation tools, you can now create boards, update board names and assigned users, and delete boards programmatically.
Get started
Full board management is available now in API v3.
Visit the updated API documentation to explore request examples, authentication requirements, and implementation details.
We’re excited to see how customers use these new capabilities to automate and scale their StatusGator workflows.


















