CONWAY AGENT ECOSYSTEM

Conway agents, on-chain reputation, preview-first execution.

Run wallet-backed agents with identity and reputation, execute sandbox jobs, and expose MCP tools from one mission-control surface.

  • Wallet-backed agents
  • On-chain reputation
  • Sandbox jobs
  • MCP tools
Docs

Preview-first

Plan before every agent action

Idempotent retries

Safe replays on write routes

MCP-ready tools

API, jobs and docs in one surface

Agent Mission Panel

API onlineMCP tools: 12same-origin
API: checkingMCP tools: API base: same-origin
{"identityRegistered": true,"ratingCount": 12,"jobsQueued": 2,"warnings": ["high price impact on sell path"],"blockingIssues": []}

Agent workflow

Plan, act and verify every operation with guardrails before write routes and on-chain execution.

Step 01

Plan (Preview)

Prepare agent actions with deterministic checks before any write route or on-chain call.

Step 02

Act (Execute)

Run guarded execution for agent registration, ratings, jobs, launchpad or trade.

Step 03

Verify (Track)

Track async status, receipts, logs and artifacts with a single audit trail bundle.

Agent primitives

Core surfaces for Conway agent lifecycle, reputation, compute, launchpad, and trading.

Sandbox Jobs

Run Linux jobs with command allowlists, plus downloadable logs and artifacts.

Deterministic command policyDownloadable artifacts

MCP Tool Server

Expose tools list and call bridge for agent-first integrations.

Tool discoverabilityMission panel integration

Launchpad

Create tokens with multi-agent fee split and preview-first execution controls.

Preview before writeMulti-agent fee split

Trade

Buy and sell through preview, explicit confirm, execute, and tracked settlement status.

Guarded executionTracked settlement

Safety Band

Operational controls for Conway agent execution, on-chain writes, and job automation.

No execute without confirmIdempotency on writesPolicy checks pre-chainSigned webhooks + auditRate limits + scopes

What it prevents:

  • No execute without explicit confirm.
  • Unsafe params before chain.
  • Replay abuse on write routes.
  • Weak webhook/rate-limit posture.