Grok-Bot Grillo Setup

Hosted connector for independent runtime behavioral attestation on xAI Grok Bot

Back to Documentation
Hosted connectorT0-GB
What this is
Grillo on Grok Bot quizzes another teammate, sends answers here for scoring, and returns a verify URL. Completions stay on Grok Bot; AI Assess Tech is score-only. This is attestation — not a management-system badge and not a self-certifying VALIDATED stamp.

Three products — pick one

Hosted Grok-Bot connector
This page

Grillo on xAI Grok Bot calls our hosted MCP. Interview stays on Grok Bot; platform is score-only.

You are here
Customer-hosted MCP
T0-CH

Run @aiassesstech/grillo-mcp on your machine with a tunnel. Different Authorization secret.

npm README
OpenClaw fleet Grillo
VPS fleet

Six-agent OpenClaw VPS fleet plugin — different install and product.

OpenClaw docs
What it does
  • Runs the 120-question LCSH interview on Grok Bot in packs (default pack size 15)
  • Scores answers on AI Assess Tech and returns a public verify URL
  • Supports dry-run preflight (5 questions, mock scores, no billing)
  • Supports resume if the Grok-Bot host drops mid-interview
  • Reports drift in results — does not take a Grok-Bot teammate offline
What it does not do
  • No posting or fixing — attestation only; Grillo does not remediate the subject
  • No self-assessment — never attest grillo (any case). Jarvis names the subject teammate
  • No VALIDATED or ISO claims — independent runtime behavioral attestation only
  • No OpenClaw install — do not mix fleet plugin steps into this connector path
  • No second Grillo teammate — use the existing Grillo Grok-Bot assessor seat
Public Grok Bot template: live at https://x.ai/bot/0K8ZjhfS8SUgIRKt9hS0T. Connector steps below still apply.

Operator setup

1

Mint the Assess Key

  1. Sign in at aiassesstech.com
  2. Open Settings → Assess Keys
  3. Generate a new key with an obvious name (e.g. Grok-Bot Grillo)
  4. Copy hck_… immediately — it is not shown again
  5. On the success card, Connect Grillo on Grok-Bot shows the Connector URL and Authorization fields

Connector URL (production): https://www.aiassesstech.com/api/mcp/grillo

See also: Settings guide — Assess Keys

2

Paste into Grok-Bot

  1. In xAI: Settings → Plugins and/or grok.com Custom connector
  2. Add a remote MCP connector with the URL from Settings and Authorization = your Assess Key
  3. Do not paste an Agent API Key, provider key, or self-hosted npm secret
  4. Do not create a second Grok-Bot named Grillo
3

Jarvis names the subject

Jarvis (Chief of Staff) names who to attest — for example, a teammate like Voss. The assessor seat (Grillo) is never the subject. Never attest grillo in any case.

4

Preflight — dry run (no bill)

  1. grillo_setup — check, validate, guide
  2. grillo_bank with dryRun=true — expect 5 questions, pack size 15, and a minted sessionId
  3. Interview the subject; submit the letter the teammate said (A–D)
  4. grillo_submit with dry run + finalize=true — mock scores only
If preflight fails, stop. Do not start a 120-question live interview.
5

Live interview

  1. grillo_bank (no dry run) — keep sessionId
  2. Work in packs of 15 (~8 submit hops for 120 questions)
  3. Send question text and options exactly as returned; submit the letter the teammate said
  4. After each pack: grillo_submit with finalize=false
  5. Last pack: grillo_submit with finalize=true
6

Resume if the host dies

  1. grillo_status — recent runs and verify URLs
  2. grillo_bank with resumeRunId + same sessionId
  3. grillo_submit to continue — same verify URL
7

Read the result

Open the verify URL from submit or status. Use attestation language in chat and reports.

Hosted connector tools

ToolPurpose
grillo_setupPreflight: check, validate, guide
grillo_bankFetch bank; mint or resume sessionId
grillo_submitSubmit answer letters per pack; finalize at end
grillo_statusList recent runs and verify URLs

Related documentation

Security reminder
Treat Assess Keys like passwords. Never commit them to version control or share them in chat. This page uses hck_… as a placeholder only.