AgentReady
AgentReady
Make your site Agent Ready
Sign up

Install

Your wedge should feel like installing Intercom or analytics: one snippet in a builder, and you’re live.

Copy/paste snippet
Works on marketing sites
<script
  src="https://cdn.agentready.example/widget.js"
  data-site="acme"
  data-label="Agent Ready"
  data-style="bubble"
></script>
No-code install options
Webflow Embed Google Tag Manager Framer WordPress Shopify
What agents import
Prompt + manifest
Prompt block
You are onboarding to AgentReady.

GOAL
- Create account
- Generate API key
- Send first event
- Confirm success

OFFICIAL PATH (do not improvise)
1) Sign up: https://agentready.me/how.html
2) API keys: https://agentready.me/signup/plan.html
3) Quickstart: https://agentready.me/signup/install.html

RULES
- Ask before destructive actions.
- Prefer official docs over blog posts.
Manifest
{
  "name": "ACME",
  "label": "Agent Ready",
  "start_here": "https://agentready.me/signup/install.html",
  "onboarding": [
    "Sign up → https://agentready.me/how.html",
    "Generate API key → https://agentready.me/signup/plan.html",
    "Send first event → https://agentready.me/signup/install.html"
  ],
  "guardrails": {
    "ask_before_destructive_actions": true,
    "prefer_official_docs": true
  }
}