Workspace & Account
Account & Developer Tools
Manage your personal profile and sessions, and create API tokens to use the Deploxa REST API programmatically.
Profile & sessions
In the dashboardAccount → Settings
Update your name, avatar, and notification preferences. The Sessions page lists every active sign-in across your devices — revoke any you don't recognize.
Personal API tokens
In the dashboardAccount → Tokens
Create a token to authenticate against the public REST API. Tokens are prefixed with dpx_ and shown only once at creation — only a hash is stored, so copy it immediately. Send it as a Bearer token:
curl
curl https://deploxa.com/api/v1/projects \ -H "Authorization: Bearer dpx_xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
See the REST API reference for the full list of endpoints.
A token carries your access — treat it like a password. Revoke it from the Tokens page if it leaks, and prefer a dedicated token per integration so you can revoke them independently.

