Guide
Agent integration
Everything an agent needs to help configure a list or receive signed events.
Setup flow
- Read
/llms.txt, then the agent guide and schema. - Interview the creator one question at a time.
- Return only a Setup Manifest JSON document.
- 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