Docs

Quick Start

Three steps to get started.

1. Install the control center

Make sure Docker is installed and running, then pull and start the Opsalis control center:

docker run -d --name opsalis opsalis/control-center:latest

That is it. One command. See Installation for detailed options.

2. Log in to the web console

Open the web console in your browser. The address is shown in the Docker output when the container starts.

Create your account with email and password. Your wallet is generated automatically — you will see your deposit address on the Settings page.

3. Register an API or browse the catalog

To sell your API: Go to the API Management tab, fill in the form with your API details, and click Publish.

To use APIs: Go to the Catalog tab, browse available APIs, and click any API to try it in demo mode for free.

Demo mode is free. You can try any API in demo mode without funding your wallet. Real calls require USDC.

What's next