[go: up one dir, main page]

Disposable email for agents

No signup. No API key. Just HTTP.

# create an inbox
$ curl -X POST api.agentburner.com/inbox
{"address":"[email protected]","key":"550e..."}

# read emails
$ curl api.agentburner.com/inbox/550e...
{"entries":[{"from":"...","subject":"...","id":"..."}]}

# get full email
$ curl api.agentburner.com/inbox/550e.../EMAIL_ID
{"body":"...","html":"...","urls":["..."]}

Have your agent read SKILL.md