`Copilot Spaces API` is now generally available
Spaces can now be managed from your own apps via API. Useful for wiring repo context into internal tools or repeatable agent workflows.
- The API supports create, read, update, and delete for
Spaces, so context setup no longer has to stay inside GitHub UI. - Good fit for templates: bootstrap a project space per repo, customer, or feature branch and keep agent context consistent.
- This is more automation surface than end-user feature. Value depends on whether
Copilot Spacesis already part of the coding workflow.