๐Ÿฅฅ
๐Ÿฅฅ
๐Ÿฅฅ
๐Ÿฅฅ

Coco Protocol

Come in, this is what yOu Can dO

The ethical invitation protocol for AI agents to interact with websites. Simple. Open. Transparent.

The Problem

AI agents are everywhere โ€” shopping, booking, applying, searching. But there's no standard way for websites to say what agents can do.

robots.txt

Only says "don't crawl" โ€” no way to say "welcome, here's what you CAN do"

OAuth

Complex, requires APIs โ€” most websites can't implement it

Scraping

Chaotic, unethical, no consent โ€” bad for everyone

Browser Hijacking

Security nightmare โ€” users don't know what's happening

The Solution

One JSON file. Clear permissions. Any website can add it in 5 minutes.

// https://yoursite.com/coco.json
{
  "coco_version": "0.1",
  "site": "yoursite.com",
  "welcome": true,
  
  "permissions": {
    "read_listings": true,
    "make_reservation": true,
    "purchase": false,
    "submit_forms": false
  },
  
  "human_readable": "We welcome AI agents to browse 
  and book. No purchases or form submissions."
}

That's it. Agents check coco.json before acting. Clear rules. Ethical AI.

How It Works

1

Website Declares

Add a coco.json file to your root with your permissions

2

Agent Checks

Before acting, agents fetch and read your coco.json

3

Rules Are Clear

Agent only does what's explicitly allowed. No guessing.

4

Users Stay Safe

Transparent. Ethical. User always in control.

The Principles

๐Ÿšช

Invitation

Not "stay out" โ€” but "welcome, here's what you can do"

โœ…

Consent

No action without explicit permission

๐Ÿชช

Identity

Agents identify themselves honestly

๐Ÿ‘๏ธ

Transparency

Users see everything their agent does

โœจ

Simplicity

One JSON file. Anyone can implement it.

๐Ÿ”“

Open

Free, open source, belongs to everyone

Join the Movement

The future of AI agents is being written now. Help us make it ethical, transparent, and open.