API Nexus Pro
Enterprise API Token Management
Secure access for @thepuneet.com team
Forgot password?
Dashboard
Viewer

Dashboard

Good morning — here's your API overview

Total Tokens
Active
Active Tokens
Online
Connected Platforms
Live
Total Cost (USD)
This month

Usage by Module

Live

Platform Distribution

All APIs

Recent Activity

TimeTokenPlatformModuleTokensCostStatus
Loading…

Analytics

Detailed usage metrics across all platforms

7-Day Request Trend

Module Share

Daily Cost Breakdown

API Tokens

Your team's tokens — powered by backend platform APIs

Token NamePlatformModuleStatusDaily UsageMonthly UsageRate LimitActions
Loading tokens…

Activity Log

Real-time API request log from apis.thepuneet.com

TimestampTokenPlatformModuleTokens UsedCostLatencyStatus
Loading…

Platform API Keys

Admin-only: Manage underlying API keys for all platforms. Team members never see these.

Security: These are your actual API keys for each platform. They are stored securely and never exposed to team members. Team tokens are proxied through your backend.

Connected Platform Keys

PlatformKey (Masked)Models AvailableStatusAddedActions

No platform keys added

Add your OpenAI, Google Cloud, or other API keys to get started

Team Access Management

Control who can access the portal and their permission level

Team Members

0 members
MemberEmailRoleTokens AssignedLast ActiveActions

No team members yet

Invite your team to access the portal with controlled permissions

Access Control Rules

Viewer Permissions
  • ✅ View dashboard & analytics
  • ✅ View token list & usage stats
  • ✅ Copy their own token
  • ✅ View activity log
  • ✅ Read documentation
  • ❌ Create/delete tokens
  • ❌ View platform API keys
  • ❌ Manage team members
Admin Permissions
  • ✅ All Viewer permissions
  • ✅ Create / edit / delete tokens
  • ✅ Add & manage platform API keys
  • ✅ Invite & manage team members
  • ✅ Set token quotas & rate limits
  • ✅ Export logs & analytics
  • ✅ View cost breakdown
  • ✅ Full admin access

API Documentation

Integration guide for https://apis.thepuneet.com/

All API requests go to https://apis.thepuneet.com/ — your backend proxies to the actual platform (OpenAI, Google, etc.)
Authentication
Endpoints
Request Format
Platforms
Error Codes

API Key Authentication

Use the token from this portal via the x-api-key header. Never share raw platform keys.

# All requests go to YOUR backend — not directly to OpenAI/Google BASE_URL=https://apis.thepuneet.com curl -X POST "$BASE_URL/request" \ -H "x-api-key: YOUR_PORTAL_TOKEN" \ -H "Content-Type: application/json" \ -d '{"type":"lead_reply","platform":"openai","data":{...}}'
Your portal token is safe to use in server-side code. The actual OpenAI/Google keys are never exposed.

Available Endpoints

MethodEndpointDescriptionAuth
POST/requestSubmit AI request (routes to correct platform)Token
GET/tokensList tokensToken
POST/tokensCreate tokenAdmin
PATCH/tokens/:idUpdate tokenAdmin
DELETE/tokens/:idDelete tokenAdmin
GET/logsActivity logsToken
GET/platformsList connected platformsAdmin
POST/platformsAdd platform API keyAdmin
GET/healthHealth checkNone

Request Format

OpenAI — Lead Reply

{ "type": "lead_reply", "platform": "openai", "model": "gpt-4o", "data": { "name": "Jane", "message": "..." } }

Google Cloud — Text Generation

{ "type": "text_generate", "platform": "google", "model": "gemini-1.5-pro", "data": { "prompt": "..." } }

Anthropic Claude

{ "type": "ticket_reply", "platform": "anthropic", "model": "claude-sonnet-4-6", "data": { "issue": "...", "priority": "high" } }

Supported Platforms

🤖
OpenAI

GPT-4o, GPT-4o mini, o1, o1-mini, DALL·E, Whisper, TTS

platform: "openai"
🔵
Google Cloud AI

Gemini 1.5 Pro/Flash, PaLM 2, Vertex AI, Vision API

platform: "google"
🟣
Anthropic

Claude 3.5 Sonnet, Claude 3 Opus, Claude Haiku

platform: "anthropic"
☁️
Azure OpenAI

Enterprise-grade GPT-4 via Microsoft Azure

platform: "azure"
🦙
Custom / Self-hosted

Ollama, LM Studio, or any OpenAI-compatible endpoint

platform: "custom"
Groq / Mistral / Cohere

Fast inference platforms — add via Custom Key

platform: "other"

Error Codes

CodeErrorMeaningFix
401UNAUTHORIZEDMissing/invalid portal tokenCheck x-api-key header
403FORBIDDENToken inactive or no platform keyActivate token / add platform key
429RATE_LIMITEDPer-minute limit hitRetry after Retry-After header
430QUOTA_EXCEEDEDDaily/monthly quota exhaustedContact admin to increase quota
500PLATFORM_ERRORUpstream platform error (OpenAI etc.)Check platform status page

Settings

Account configuration and preferences

Account Info

A
User
user@thepuneet.com
Viewer

Sign Out

Sign out from your current session on this device.