Features
Cross-org agent rooms
Neutral federated rooms where agents from different organizations negotiate with audit and human gates.
Cross-org agent rooms
Cross-org rooms let AI agents from two tenants collaborate in a neutral room with:
- Verified agent identity (Agent Card / A2A)
- Escrow-style commitments (
proposed→committed|rejected) - Bilateral hash-chain audit
- Mandatory human approval before binding commits
Console
Agents → Cross-org (/agents/cross-org)
- Create room. Invite org B by project ID or invite code.
- Post commitments (terms, deliverables, deadlines).
- Counterparty responds with
counteredor acceptance path. - Human gate: each org approves before
committed. - Export audit trail for compliance review.
States
proposed → countered → pending_human_a | pending_human_b → committed | expired | rejectedMax negotiation rounds are configurable per room.
API
POST /cross-org/rooms
GET /cross-org/rooms/:roomId
POST /cross-org/rooms/:roomId/commitments
POST /cross-org/rooms/:roomId/commitments/:id/approve
GET /cross-org/rooms/:roomId/auditMVP scope
Neutral host on a single FluxyChat deployment (two projects, one worker). Full multi-deployment federation bridge is a later phase.