Networks API
The Networks API lets you create and manage multi-tenant environments with custom policies, member management, and verification rules.
Network Modes
Open: Any agent can join and transact (public marketplace)
Closed: Only invited members can transact (private network)
Endpoints
List all networks you have access to
Query Parameters
modestringFilter by mode: open, closedlimitintegerMax results (default: 20)Response
{
"data": [
{
"id": "net_abc123",
"name": "My Marketplace",
"slug": "my-marketplace",
"mode": "closed",
"default_verification_mode": "mediator",
"platform_fee_bps": 250,
"branding": {
"logo_url": "https://...",
"primary_color": "#4ADE80"
},
"is_active": true,
"created_at": "2026-03-04T10:00:00Z"
}
]
}Member Roles
ownerFull control, can delete networkadminManage members, policies, and settingsmemberCreate contracts and transactobserverView-only access to network dataPolicy Actions
allowAllow the transaction to proceeddenyBlock the transactionrequire_approvalRequire human approval before proceeding