Loading...
AquanodeAquanode
  • Home
  • Get started
  • Deploy
  • Marketplace
  • Deployments
  • Backups
  • Volumes
  • Startup Scripts
ACCOUNT
  • Settings
  • SSH Keys
  • API Keys
  • Billing
  • Teams
  • Referrals
RESOURCES
  • Feedback
  • Documentation
cr
No active deployments
All systems operational
  1. Api Keys
  2. GENERAL
  3. Home
  4. Api Keys
0

API Keys

Programmatic access for CI/CD pipelines and integrations.

Active keys
—
Highest scope
—
Rate limit
600 / min

Your keys

tokens are shown once at creation

Connect the CLI

no token to copy — pairing is approved in your browser

Pair the aq CLI to this account

Run aq login on any machine. It opens this console to approve the pairing, then stores a credential locally — no manual token. Approved CLIs appear in Your keys above as aq CLI · ….

Install + log in
curl https://aquanode.io/install.sh | sh
aq login
Verify the session
aq whoami
Have a pairing code? Approve it on the Connect CLI screen

Programmatic access

Full reference
Authenticate (x-api-key)
curl https://server.aquanode.io/api/v1/deployments \
  -H "x-api-key: $AQ_TOKEN"
Or Authorization: Bearer
curl https://server.aquanode.io/api/v1/deployments \
  -H "Authorization: Bearer $AQ_TOKEN"