As you play with Autocode, you'll notice that all of our API integrations are available via API Autocomplete as a part of our Standard Library. We're thrilled to be able to share this functionality with you.
Every programming language has a standard library, a standard set of functions to make development easier. In the earliest programming languages, standard libraries included function for dates, times, memory allocation and more. The standard libraries of newer languages include web-first tooling like HTTP requests, advanced mathematics and modeling tooling and even more robust offerings depending on the language.
With Autocode we've invented a new programming model for the web, entirely within the JavaScript ecosystem, that treats web APIs like first-class citizens of your development environment. In addition to JavaScript's standard library of trigonometric functions and more, we've added the lib package available via NPM which provides a standard interface to tens — eventually tens of thousands — of web APIs.
lib
With the Autocode Standard Library, a request to Shopify is now as simple as lib.shopify.orders.create() and similarly, adding a row to an Airtable base is as easy as lib.airtable.query.insert(). This model treats every web API as a foundational piece of the Autocode development experience, makes webdev simpler and accelerates automation for you and your team.
lib.shopify.orders.create()
lib.airtable.query.insert()
The Autocode Standard Library is available at autocode.com/api and is updated daily with new endpoints, API partners and more. You can even add your own APIs for yourself or public consumption.