# PlatPhorm Jobs Canonical interview coordination, reference-team collaboration, prep-room, observation, debrief, calendar, kanban, invite-link, MCP, and human-centered job-search workflow layer. Base URL: https://jobs.platphormnews.com Version: 0.6.0 Server storage mode: ephemeral-memory Platform auth: PLATPHORM_API_KEY only for protected actions. Public-safe access: enabled for product pages, local workspace UI, discovery, health summaries, RSS/feed/sitemap, token-scoped invite landing, and read-only MCP introspection. Trace: Jobs accepts and propagates W3C traceparent/tracestate plus safe X-PlatPhorm-* headers. Core endpoints: - GET/POST /api/v1/interviews (protected: POST) - GET/PUT/DELETE /api/v1/interviews/{id} (protected: GET, PUT, DELETE) - POST /api/v1/interviews/{id}/archive (protected: POST) - POST /api/v1/interviews/{id}/export (protected: POST) - POST /api/v1/interviews/import (protected: POST) - GET/POST /api/v1/team (protected: POST) - GET/PUT/DELETE /api/v1/team/{id} (protected: GET, PUT, DELETE) - POST /api/v1/interviews/{id}/invites (protected: POST) - GET /api/v1/invites/{token} (public-safe) - POST /api/v1/invites/{token}/accept (public-safe) - POST /api/v1/invites/{token}/revoke (protected: POST) - GET/POST /api/v1/interviews/{id}/prep (protected: GET, POST) - GET/POST /api/v1/interviews/{id}/observations (protected: GET, POST) - GET /api/v1/interviews/{id}/debrief (protected: GET) - POST /api/v1/interviews/{id}/debrief/generate (protected: POST) - POST /api/v1/grok/parse-jd (protected: POST) - POST /api/v1/jd/parse (protected: POST) - GET/POST /api/v1/network/calendar (protected: POST) - POST /api/v1/network/kanban (protected: POST) - GET /api/v1/network/mcp (public-safe) - GET /api/v1/integrations/status (public-safe) - POST /api/v1/integrations/calendar/sync (protected: POST) - POST /api/v1/integrations/kanban/sync (protected: POST) - GET/POST /api/events (protected: POST) - GET /api/v1/events (public-safe) - POST /api/webhooks (protected: POST) - POST /api/v1/webhooks/test (protected: POST) MCP tools: 18 MCP resources: 11 MCP prompts: 9 Primary integrations: calendar.platphormnews.com, kanban.platphormnews.com, mcp.platphormnews.com, trace.platphormnews.com, docs.platphormnews.com, sheets.platphormnews.com, decks.platphormnews.com. Trust policy: Web dashboard, public-safe discovery, browser-based operations, trusted-domain discovery, standard route compliance, Vercel metadata capture, trace inspection, and agentic workflow discovery are intentionally supported for public read-only debugging and operator workflows. Mutating, administrative, ingestion, replay, fork, remediation, deployment, sync, test-triggering, reporting, and write actions require PLATPHORM_API_KEY. Route standard: - /api/health - /api/v1/health - /api/docs - /openapi.yaml - /llms.txt - /llms-full.txt - /llms-index.json - /robots.txt - /sitemap.xml - /sitemap-index.xml - /sitemap-full.xml - /sitemap-network.xml - /rss.xml - /feed.xml - /manifest.webmanifest - /.well-known/mcp.json - /.well-known/agents.json - /.well-known/ai-plugin.json - /.well-known/security.txt - /.well-known/trust.json - /humans.txt - /attribution.json - /json-ld.json - /api/mcp Current public-safe counts: - Server interviews: 0 - Server team members: 0 - Event outbox entries: 0 Local/degraded behavior: Browser-local interview workspaces are supported. Protected server persistence is ephemeral until DATABASE_URL is configured, and protected sync actions report unavailable/degraded instead of fake success.