LogoLogo
GitHubWebsite
  • Documentation
  • Client API
  • Application API
  • Client API
  • Authentication
  • Users
  • API Keys
  • Nodes
  • Allocations
  • Regions
  • Units
  • Servers
  • Cargo
  • Projects
  • System
  • Models
Powered by GitBook

© Argon Foundation

On this page

Was this helpful?

Export as PDF

Client API

This is the API used by the UI (frontend) of Argon. We've made it so anyone can use it programatically if they'd like - Argon's API key system now supports the Client API.

Authorization is provided via standard JWT, or through the X-API-Key header. The JWT is supplied by the Panel when you authenticate via /auth/login - or you can create an API key and use that instead.

NextAuthentication

Last updated 1 day ago

Was this helpful?