# PlatPhorm Notes https://notes.platphormnews.com Purpose: Public learning notepad that enriches notes, detects terminology, looks up PlatPhorm Dictionary definitions, and stages human-approved dictionary submissions. Public routes: - / - /docs - /app - /api/health - /api/docs - /openapi.yaml - /api/mcp Dictionary integration: - Lookup through dictionary.platphormnews.com - External submissions require explicit human approval in the UI Embeddable tools: - Sheets: https://sheets.platphormnews.com - ASCII: https://ascii.platphormnews.com - Emoji: https://emoji.platphormnews.com - Phorm: https://phorm.platphormnews.com - SVG: https://svg.platphormnews.com - Sheets embeds can pull public server-indexed sheet metadata from /api/v1/sheets/{id}, rows, summary, quality, and schema endpoints. - Emoji learning scores use Emoji Score public MCP tools such as score_sentiment and score_phrase_with_emoji. - Phorm embeds use bounded MCP discovery for prompt-to-interface, review, and design preview capabilities. - SVG embeds use bounded MCP discovery for templates, generation, validation, optimization, and data-url utilities. - Agentic workflow templates are available at /api/workflows and /api/workflows/runs for public preview-only planning. Authentication: - No visitor authentication - Backend service calls use PLATPHORM_API_KEY only - Grok and Tigris credentials are backend-only provider secrets and are never accepted from clients Privacy: - Note bodies are not emitted in discovery files, feeds, or sitemaps - Secrets, cookies, raw IPs, and x-vercel-ja4-digest are redacted from public output Updated: 2026-06-10T14:14:10.118Z