ArchĒ OS Runtime Bridge

Mount the existing ArchĒ OS and Cross-AI Bridge into the live Netlify runtime.

This page does not rebuild ArchĒ’s dispatch rules. It verifies the live website wires: server functions, protected provider credentials, research status, external-assistant readiness, and owner-review boundaries.

Open ArchĒ chat

Live status

ArchĒ runtime bridge checker

Use this after adding provider environment variables in Netlify. It reports only safe status, never secret values.

Runtime status not checked yet.

Click “Check runtime status” to query /.netlify/functions/arche-os-bridge.

Credentials to mount

Provider keys ArchĒ can use when the OS calls for them

Tavily Already connected

Internet Research Test Mode. Keep results research-only until reviewed.

TAVILY_API_KEY
OpenAI Optional external assistant

Use when the existing ArchĒ OS / Cross-AI Bridge selects OpenAI for a task.

OPENAI_API_KEY
OPENAI_MODEL
Anthropic / Claude Optional external assistant

Use when the existing ArchĒ OS selects Claude for critique, reasoning, or review.

ANTHROPIC_API_KEY
ANTHROPIC_MODEL
Poe Optional model gateway

Use if you want one Poe key to reach many models through Poe’s API and point system.

POE_API_KEY
POE_MODEL

How to add keys

Netlify environment variable setup

  1. Open Netlify and select the project serving mtthorne.com.
  2. Go to Project configuration → Environment variables.
  3. Add each key as a secret environment variable. Use the exact key names below.
  4. Make sure the scope includes Functions/runtime. If the UI is confusing, use all scopes while testing, then tighten later.
  5. Use the Production deploy context for the live site.
  6. Save, then run Clear cache and deploy site.
  7. Return here and click Check runtime status.
VariablePurposeValue shape
TAVILY_API_KEYInternet researchOnly the tvly-... key
OPENAI_API_KEYOpenAI external assistant adapterOnly the secret OpenAI project key
OPENAI_MODELChosen OpenAI model for test/adapterModel name approved in your OpenAI account
ANTHROPIC_API_KEYClaude external assistant adapterOnly the Anthropic API key
ANTHROPIC_MODELChosen Claude model for test/adapterModel name approved in your Anthropic account
POE_API_KEYPoe model gatewayOnly the Poe API key from Poe API keys
POE_MODELChosen Poe bot/modelModel/bot name available to your Poe account

Do not paste keys into public chat, public JavaScript, GitHub, screenshots, support tickets, or HTML. Provider keys belong only in Netlify environment variables with server-side Functions access.

Test URLs

Use these after deployment

OS bridge status

/.netlify/functions/arche-os-bridge

OS bridge self-test

/.netlify/functions/arche-os-bridge?selfTest=1

ArchĒ chat self-test

/.netlify/functions/arche-chat?selfTest=1

Tavily provider test

/.netlify/functions/arche-research?providerTest=1