Web apps - coming soon

The apps are on the way. The API is live now.

The account and developer web apps are being finished and will open shortly. You do not have to wait to build: the full platform is available today through the API.

Start with the API

Register for an account and a set of free credits, verify your email, then call the platform directly. The complete reference is in the docs.

# register and get started
curl -X POST https://priostack.com/api/signup \
  -H "Content-Type: application/json" \
  -d '{"email":"you@example.com","password":"your-password"}'

Questions? See the FAQ.