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.