Set up Your Environment

Get access

Adobe I/O Runtime is part of Adobe App Builder. Customers and partners who want to try Adobe I/O Runtime along with the storage, custom events, and other features of App Builder may sign up for an App Builder trial.

Install the Adobe I/O (aio) command-line interface (CLI)

To install aio, you'll need the npm package manager. Make sure that the latest versions of npm and Node.js are both installed, and then install aio:

npm install -g @adobe/aio-cli

Then confirm that aio installed properly:

aio help

Create a namespace and retrieve credentials

Organizations with access to I/O Runtime manage namespaces from the Developer Console. Namespace management requires the Developer role or System Administrator permissions.

In the Developer Console:

Sign in from the CLI

There are two ways to configure the aio CLI:

Configure aio CLI

The aio CLI will pick up credentials from an .env file in the current working directory.

Test that the CLI is set up correctly

Once the CLI is configured, test it:

aio runtime list

A successful test will display a list of the entities defined in your namespace.

Next step

With the CLI installed and tested, you're ready to deploy your first function.