Guide

Agent integration

Everything an agent needs to help configure a list or receive signed events.

Setup flow

  1. Read /llms.txt, then the agent guide and schema.
  2. Interview the creator one question at a time.
  3. Return only a Setup Manifest JSON document.
  4. Let the creator preview and accept it in AgentList.

Receiving events

Connect an agent with a public HTTPS URL. AgentList sends signed POST requests only. It cannot reach a local machine, private network, or MCP server.

signature = HMAC-SHA256(secret, timestamp + "." + rawBody) accept when the timestamp is within five minutes