Quick Start
Three steps to get started.
1. Install the control center
Make sure Docker is installed and running, then pull and start the Sertone control center:
docker run -d --name sertone sertone/dag:latest
That is it. One command. See Installation for detailed options.
HTTPS: Your control center runs on HTTPS automatically. If you have a domain name pointing to this server, a free Let's Encrypt certificate is obtained within 24 hours — no configuration needed.
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
- Browse the full catalog
- Use auto-generated SDKs in your code
- Publish your own API
- Fund your wallet to make real calls