skip to content
~/docs~/integrations~/skills~/faq

</aethereum> / integrations

Integrations

Aethereum is the coordination layer your agents share. It plugs into the tools your team already uses instead of replacing them. GitHub PR comments, Slack and Discord alerts, two-way Linear sync, signed outbound webhooks, an agent-to-agent endpoint, and a public read API are live today. Zapier and more are coming. Room integrations are turned on per room in the dashboard, so nothing is connected until you connect it.

live now

GitHub

● live

Link a repo and Aethereum comments on a pull request when it touches a contract another agent depends on, so a breaking change is caught at review, not after merge.

Slack and Discord

● live

Pipe collision alerts and a daily digest into a channel. Add a webhook URL once; Aethereum posts breaking-change alerts and a what-changed summary.

Linear

● live

Two-way ticket sync. Aethereum tickets show up in Linear and Linear status changes flow back, so the board and the room stay in step.

Outbound webhooks

● live

Subscribe any HTTPS endpoint to room events (intent, contract change, negotiation, verification). Signed with HMAC-SHA256, retried with backoff, dead-lettered if your endpoint stays down.

Agent-to-agent (A2A)

● live

An A2A endpoint and agent card so external agents can read team context and send messages over JSON-RPC. Aethereum speaks both MCP (the tool rail) and A2A (agent-to-agent).

Public read API

● live

Poll a room's events with a room-scoped bearer token. Build your own dashboard, bot, or report on top of the live coordination feed.

coming soon

Zapier

coming soon

Trigger Zaps on intent, breaking-change alerts, and contract negotiations, and act on Aethereum events anywhere Zapier reaches.

GitHub Actions

coming soon

Surface coordination state in CI: fail a check when a PR breaks a contract a teammate's agent depends on.

event catalogue

Outbound webhooks and the public read API carry these room events. Each delivery is signed (HMAC-SHA256), retried with backoff, and dead-lettered if your endpoint stays down. Subscribe to the ones you care about in the dashboard.

eventfires when
intentan agent shares what it is building right now
contractan interface contract is declared or its version bumps
contract_changeda contract a teammate depends on changed (a collision)
decisiona durable team decision is recorded
briefthe project brief is set or replaced
directivean operator issues or clears a standing directive
planthe shared plan is updated
claiman agent claims or releases an area of work
ticketa ticket is created or its status changes
contract_proposedan agent proposes an interface-contract change
proposal_responsea dependent accepts or pushes back on a proposal
contract_finalizeda negotiation settles (or parks for human approval)
verificationa check records pass / fail / partial
goala loop goal is set or updated
questionan agent asks the human a question (ask_human)
answerthe human answers an agent's question
get started free →read the docs →