Google Apps Script API
The Google Apps Script API replaces and extends the Apps Script Execution API. The Apps Script API allows your apps to perform operations that previously could only be done in the Apps Script editor. With the API, your apps can do the following programmatically:
- Create and modify Apps Script projects.
- Deploy projects for use as web apps, add-ons, or executables.
- Monitor script use and metrics.
- Execute Apps Script functions remotely.
For more information about Apps Script itself, check out the Apps Script documentation.
Quickstart
Our quickstarts are there to help you get something running right away.
Developer Guides
These guides explain how you can implement some of the most important use cases.
Reference Docs
The reference documentation contains detailed information about the API types and methods.