Build Map

Field guide

Real platform surfaces. Real Grok Build / *.grok.me platform. This page is an independent map of it — not the official help center. How to read this →

For AI & platform builders

Capability Bank — search & smoke

Searchable bank of auth methods, xAI APIs, and platform surfaces for *.grok.me apps. Type to filter, then smoke test idps or https endpoints from this server.

24 of 24 entries

Custom smoke test

Probe any broker idp or public https:// URL. Private/local hosts blocked. OAuth client IDs redacted in output.

  • Google sign-in

    measuredauth · supported

    Federated via Grok broker (idp=google). Pre-wired in GROK_PROVIDERS.

    Docs
  • X (Twitter) sign-in

    measuredauth · supported

    Federated via Grok broker (idp=twitter). Pre-wired as grok-x.

  • Email + password

    measuredauth · supported

    App-local Better Auth. Off by default — enable only in email-password.ts.

    Persists in PGLite (preview) / Neon (deploy). Not broker-mediated.

  • GitHub sign-in

    unknownauth · unsupported

    Not on the Grok broker. Unknown idp is rejected.

  • Apple sign-in

    unknownauth · unsupported

    Not federated by auth.grok.me.

  • Discord sign-in

    unknownauth · unsupported

    Not federated by auth.grok.me.

  • Microsoft sign-in

    unknownauth · unsupported

    Not federated by auth.grok.me.

  • ChatGPT / OpenAI account sign-in

    unknownauth · unsupported

    Not a Grok broker idp. OpenAI “Sign in with ChatGPT” is partner-gated and not wired for arbitrary Grok apps.

  • Passkeys / WebAuthn

    unknownauth · unsupported

    Not in the supported Better Auth surface for this template.

  • Magic links / OTP / SMS

    unknownauth · unsupported

    Explicitly out of scope in the auth skill.

  • Grok auth broker health

    measuredauth · probe

    Shared issuer for Google/X federation.

    Docs
  • xAI Chat Completions

    templateapi · template

    POST https://api.x.ai/v1/chat/completions with XAI_API_KEY (server-only). Default model grok-4.5.

    Spends app owner quota. Do not expose key to client.

  • xAI Imagine · images

    templateapi · template

    POST /v1/images/generations (+ edits). Models e.g. grok-imagine-image-quality.

  • xAI Imagine · video

    templateapi · template

    Async video endpoints (start + poll). Higher cost — gate behind auth.

  • xAI Voice · TTS

    templateapi · template

    POST /v1/tts — text-to-speech; serve audio from server fn only.

  • xAI API documentation

    inferreddocs · external

    Official models, parameters, streaming, tools.

    Docs
  • Grok Hub

    measuredplatform · probe

    App discovery / profile listing for published *.grok.me apps.

    Docs
  • App builder deployer health

    measuredplatform · probe

    Platform deployer health endpoint (infra smoke).

  • Vercel platform limits (generic)

    inferreddocs · external

    Public Vercel limits — not Grok-specific quotas. Useful for deploy sizing.

    Docs
  • *.grok.me publish domain

    templateplatform · template

    Published apps land on *.grok.me via Vercel hosting/CDN.

  • Neon Postgres (deployed)

    templateruntime · template

    Injected DATABASE_URL on publish. Use getSql() + migrations.

  • PGLite (preview)

    templateruntime · template

    In-memory WASM Postgres in live preview; wiped on restart.

  • App Better Auth mount

    templateapi · template

    Mount at /api/auth/* — sessions, OAuth callbacks, get-session.

    Do not rewrite server.ts; use prewired template.

  • TanStack createServerFn

    templateapi · template

    Server functions for DB/AI. Use authMiddleware for per-user data.