api.bapx.in/admin

bapX deployment admin

Credential placement and deployment readiness for the ChatGPT MCP service. This page reports presence only; it never prints secrets.

Required credentials

GOOGLE_CLIENT_ID

Google OAuth client ID for user signup/login.

missing
GOOGLE_CLIENT_SECRET

Google OAuth client secret for the callback token exchange.

missing
AUTH_SESSION_SECRET

Secret used to sign the local session cookie.

missing
PAYMENT_PROVIDER + provider keys

Stripe or Razorpay configuration for checkout and verified payment webhooks.

missing
HETZNER_API_TOKEN

Needed for Hetzner Cloud API. Current code only performs read-only connection tests.

missing
OPENAI_API_KEY

Needed for future OpenAI-backed server operations. Not used by current MCP smoke path.

missing
BAPXVM_API_BASE_URL

Self-hosted bapXvm backend URL inside the user AVM or staging environment.

missing
BAPXVM_API_KEY

Optional admin API key for bapXvm metadata/docs calls.

missing

DNS routing

api.bapx.in  -> this service /mcp, /health, /admin
docs.bapx.in -> this service /docs

Safety

Do not paste secrets into ChatGPT messages, docs, screenshots, or committed files. Put them only in deployment environment variables or the future encrypted bapX secret store.