This section lists resources you can refer to as you build add-ons.
REST and RPC resources
For Google Workspace Add-ons implemented with HTTP endpoints, you can use the Add-ons API to manage your add-on.
- Define the card markup of your add-on.
- Create deployments.
- Create and manage deployments using command-line tools.
- Manage deployment permissions using granular Cloud IAM permissions.
- Grant deployment permissions to service accounts or regular users.
Apps Script resources
If you're building an add-on in Apps Script, go to the Apps Script documentation.