GitHub Copilot · Arazzo Workflow
GitHub Copilot Provision Seats for Teams
Version 1.0.0
Confirm organization billing capacity, assign Copilot seats to whole teams, and read back the updated seat breakdown.
View Spec
View on GitHub
AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivityArazzoWorkflows
Provider
Workflows
provision-teams
Confirm billing, assign Copilot seats to teams, and re-read the breakdown.
Reads org Copilot billing, branches to abort when seat management is disabled, adds seats for all members of the supplied team slugs, then reads billing again to observe the updated seat breakdown.
1
getBilling
getCopilotBillingForOrganization
Read the organization's Copilot billing information to confirm seat management is enabled before purchasing seats for teams.
2
addTeams
addTeamsToCopilotSubscription
Purchase Copilot seats for all members of the supplied teams. Billing is applied per the organization's plan. Responds 201 with the number of new seats created.
3
confirmBilling
getCopilotBillingForOrganization
Re-read the organization's Copilot billing information to observe the updated seat breakdown after the team seats were purchased.