JC·HARNESS

Settings

Provider selection and server-side configuration presence. Secret values are never rendered.

Runtime Credentials

Server credentials are used for downstream calls. A browser-session PlatPhorm key authenticates explicit operator actions when no Authorization header is present.

0 session keys
PlatPhorm API keyserver configured

Downstream PlatPhorm credential is present server-side; browser operator auth is still explicit.

Vercel AI Gateway keyserver configured

Used for model routing checks, future gateway-backed model calls.

Vercel tokenserver configured

Used for future sandbox job creation when server OIDC is unavailable.

Direct provider keys are hidden because AI Gateway is configured server-side for model execution.
{
  "ok": true,
  "data": {
    "credentials": [
      {
        "id": "platform",
        "label": "PlatPhorm API key",
        "envName": "PLATPHORM_API_KEY",
        "envAliases": [],
        "runtimeHeader": "x-pentest-runtime-platform-key",
        "serverConfigured": true,
        "runtimeProvided": false,
        "acceptedFor": [
          "real-run setup",
          "protected integration previews",
          "downstream PlatPhorm handoff"
        ],
        "rawValueExposed": false
      },
      {
        "id": "aiGateway",
        "label": "Vercel AI Gateway key",
        "envName": "AI_GATEWAY_API_KEY",
        "envAliases": [
          "VERCEL_AI"
        ],
        "runtimeHeader": "x-pentest-runtime-ai-gateway-key",
        "serverConfigured": true,
        "runtimeProvided": false,
        "acceptedFor": [
          "model routing checks",
          "future gateway-backed model calls"
        ],
        "rawValueExposed": false
      },
      {
        "id": "anthropic",
        "label": "Anthropic API key",
        "envName": "ANTHROPIC_API_KEY",
        "envAliases": [],
        "runtimeHeader": "x-pentest-runtime-anthropic-key",
        "serverConfigured": false,
        "runtimeProvided": false,
        "acceptedFor": [
          "future direct Anthropic model calls"
        ],
        "rawValueExposed": false
      },
      {
        "id": "openai",
        "label": "OpenAI API key",
        "envName": "OPENAI_API_KEY",
        "envAliases": [],
        "runtimeHeader": "x-pentest-runtime-openai-key",
        "serverConfigured": false,
        "runtimeProvided": false,
        "acceptedFor": [
          "future direct OpenAI model calls"
        ],
        "rawValueExposed": false
      },
      {
        "id": "vercel",
        "label": "Vercel token",
        "envName": "VERCEL_TOKEN",
        "envAliases": [],
        "runtimeHeader": "x-pentest-runtime-vercel-token",
        "serverConfigured": true,
        "runtimeProvided": false,
        "acceptedFor": [
          "future sandbox job creation when server OIDC is unavailable"
        ],
        "rawValueExposed": false
      }
    ]
  }
}
Selected Provider Stack
platformselected
PlatPhorm

PlatPhorm exposes 22 configured platform service surfaces.

deploymentselected
Vercel

Current production target. Keep provider-specific behavior behind adapters and config.

databaseselected
Neon Postgres

Primary persistent backend for run, finding, scorecard, event, and audit state.

storageselected
Local storage plus PlatPhorm Files

Local function state remains honest and ephemeral; protected artifact upload can hand off to PlatPhorm Files.

sandboxselected
PlatPhorm Sandbox

Selected platform handoff target for replay, schema validation, and safe execution workflows.

webhooksselected
Vercel Functions Webhooks

Current webhook receiver/delivery surface for the Next.js app.

aiGatewayselected
Vercel AI Gateway

Current provider-neutral model gateway for Vercel-hosted and local pulled environments. VERCEL_AI is accepted as the deployed PlatPhorm alias for AI_GATEWAY_API_KEY presence.

Environment Key Presence
PLATPHORM_API_KEYconfigured
DATABASE_URLconfigured
DATABASE_URL_UNPOOLEDconfigured
POSTGRES_URLconfigured
POSTGRES_URL_NON_POOLINGconfigured
POSTGRES_URL_NO_SSLconfigured
PGHOSTconfigured
PGUSERconfigured
PGPASSWORDconfigured
PGDATABASEconfigured
DATABASE_DRIVERmissing
DB_DRIVERmissing
NEON_AUTH_BASE_URLconfigured
VITE_NEON_AUTH_URLconfigured
VERCEL_OIDC_TOKENconfigured
VERCEL_TOKENconfigured
VERCEL_TEAM_IDconfigured
VERCEL_PROJECT_IDconfigured
VERCEL_URLconfigured
VERCEL_PROJECT_PRODUCTION_URLconfigured
VERCEL_AUTOMATION_BYPASS_SECRETconfigured
AI_GATEWAY_API_KEYconfigured
VERCEL_AIconfigured
ANTHROPIC_API_KEYmissing
OPENAI_API_KEYmissing
GROK_API_KEYconfigured
AWS_ACCESS_KEY_IDconfigured
AWS_SECRET_ACCESS_KEYconfigured
AWS_REGIONconfigured
BLOB_READ_WRITE_TOKENmissing
BLOB_API_KEYconfigured
VIRUS_TOTALconfigured
LOCAL_MODEL_BASE_URLmissing