Relayon Runtime Console

Fund projects, connect agents, and keep runtime continuity visible

A project is the runtime boundary for Codex-style agents: access, keys, policy, evidence, safe stop, and resume actions stay together without exposing internal operator tools.

Runtime Command Center

Sign in to continue

Sign in to continue setup

Sign in first so Relayon can show your project boundary and next activation step.

account: Sign in requiredaccess review: Create a project firstAPI keys: Create a project before generating keysprojects: 0orders: 0

First runtime setup

Connect Codex and send the first request

Use one project-scoped API key, send one OpenAI-compatible request, then confirm whether runtime evidence is visible before expanding managed access.

POST https://api.relayon.ai/v1/chat/completions
curl https://api.relayon.ai/v1/chat/completions \
  -H "Authorization: Bearer $RELAYON_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"messages":[{"role":"user","content":"Say hello from Relayon"}]}'
  • Create or select a project.
  • Create a project API key.
  • Send one OpenAI-compatible request through Relayon.
  • Check whether runtime evidence is available for that request.

The first response confirms transport and runtime gating. Evidence may still show as pending if the request completed before the bounded evidence view is refreshed.

Recent runtime evidence

Confirm the latest Relayon-routed request

No Relayon-routed request seen yet.

Sign in, create a project, and use the runtime test to produce the first Relayon-routed request.

state: empty

Runtime continuity

Stopped safe

The project needs one usable runtime key before Codex or another agent can connect safely.

This is a quick preview only. Open the project runtime page for full key, runtime, and evidence details.

state: stopped_safereason: missing_runtime_keyconfidence: high

Next actions

Finish the Runtime Console path in order

Account ready

You are signed in. Keep this account tied to project access and recovery.

Create your first project

Projects are the runtime boundary for keys, agents, orders, and controls.

Request managed access

Managed access opens after billing and account review.

Open project runtime

Review readiness, keys, and controls before agents run.