Settings

Local preview preferences and platform auth guidance. OpenSheets does not create or store API keys in the browser.

Persistence
Current browser-local sheet inventory. Server persistence is only available after a durable backend is configured.
0

local sheets

0

local rows

0

columns

indexeddb

storage mode

PLATPHORM_API_KEY
Protected server ingest, private export, sync, reporting, and test-triggering use the shared PlatPhorm key only.

This value stays in React memory only. It is not stored in localStorage, IndexedDB, traces, exports, or discovery files.

Protected API example

curl -X POST "https://sheets.platphormnews.com/api/v1/network/graph/sync" \
  -H "Authorization: Bearer $PLATPHORM_API_KEY"
MCP Configuration
Read-only MCP introspection is public. Mutating or private spreadsheet tools require PLATPHORM_API_KEY.
{
  "mcpServers": {
    "opensheets": {
      "url": "https://sheets.platphormnews.com/api/mcp",
      "transport": "http",
      "headers": {
        "Authorization": "Bearer $PLATPHORM_API_KEY"
      }
    }
  }
}