Supafone Labs · Documentation

🛠️ Admin Developer Portal#

The admin portal is for Supafone operators, not ordinary SDK users. It requires the private ADMIN_SECRET and should never expose raw API keys or provider secrets.

What Admins Should See#

Developer Self-Service vs Admin#

Developer self-service belongs in the public Console and Agent Builder:

Admin belongs in admin.html:

Private API Endpoints#

The private Labs Cloud service exposes admin read surfaces:

http
GET /v1/admin/overview?days=7
GET /v1/admin/activity?limit=100
GET /v1/admin/accounts
GET /v1/keys
POST /v1/keys
POST /v1/admin/credits/grant

All require X-Admin-Secret.

Safety Rules#

View raw Markdown