# Dexgate setup prompts (customer)

Use with your coding agent. Prefer https://dexgate.ai docs and supported public packages only.

## Production validation

A production connection is validated only when:

1. The adapter connects to a live licensed Dexgate runtime.
2. The workspace and runtime identifiers match those issued in the console.
3. The runtime returns an authenticated policy decision.
4. The resulting governed action and evidence record are visible in the customer workspace.

Local demonstrations, static samples, and simulated responses do not satisfy these validation criteria.

## 1. Free first success

```
You are helping me evaluate Dexgate free local hardening for a coding agent.

Constraints:
- Follow only these docs:
  - https://dexgate.ai/get-started/
  - https://dexgate.ai/compatibility/
  - https://dexgate.ai/docs/openclaw/quickstart/
  - https://dexgate.ai/docs/codex/quickstart/
  - https://dexgate.ai/docs/setup-prompts/
- Use only supported public packages and commands from those docs.
- Free mode has no Passport and does not require a licensed runtime.

Tasks:
1. Confirm my agent runtime and OS.
2. Install or wire the matching free adapter using the official quickstart.
3. Optionally run the free policy self-check (OpenClaw: npx --yes --package=@dexgate/openclaw-trusted-mode@1.0.18 dexgate-assess). It always runs a packaged representative-action self-check and a best-effort OpenClaw/plugin inspect. packageSelfCheck PASS is not proof a real agent turn was intercepted; claim URL (if any) stores package self-check only.
4. Install and enable the free adapter using the official quickstart so free allowlist policy applies in real sessions.
5. Summarize packageSelfCheck, useful env fields (if present), whether the adapter is installed/enabled, what works free, what is blocked free, and the next paid-pilot step.
```

## 2. Paid pilot connection

```
You are helping me complete Dexgate paid pilot first success.

Constraints:
- Docs: https://dexgate.ai/docs/dexgate/minimum-setup/ and https://dexgate.ai/docs/enterprise-rollout/
- Topology: one Linux Docker host for the licensed runtime + one agent host.
- Use only console-issued identifiers and credentials.
- A live licensed runtime is required for production validation.

Production validation (all required):
1. Adapter connects to a live licensed Dexgate runtime.
2. Identifiers match the console.
3. Runtime returns an authenticated policy decision.
4. Evidence is visible in the customer workspace.

Tasks:
1. Confirm free baseline already passed.
2. Install runtime from console downloads.
3. Configure adapter with console-issued values.
4. Run paid check until production validation criteria are met.
```

## 3. Day-2 verify

```
Confirm activation using real outputs for:
1. Runtime health healthy.
2. Paid adapter check on live licensed runtime.
3. Console Deployments healthy.
4. One gated action produces evidence in the customer workspace.

When all PASS, write a 5-bullet summary for platform and security.
```
