vicoop-bridge

A2A server for outbound-connected local agents.

Admin agent

Vicoop Bridge Server Admin v0.1.0

Manages client registration, deletion, and access control for Vicoop Bridge Server. Clients are WebSocket services that bridge local A2A agents to the server. Each client is scoped to an owner wallet and an explicit agent ID allowlist. Requires a bridge-issued opaque caller token (vbc_caller_*) tied to a wallet principal; obtain one by signing a SIWE message at POST /auth/siwe/exchange.

Skills:

Card: /.well-known/agent-card.json

Connected clients (4)

Tools

Both accept a bridge-issued opaque caller token (vbc_caller_*) on the Authorization: Bearer ... header. Wallet-based clients obtain one by signing a SIWE message and exchanging it at POST /auth/siwe/exchange. Non-admin wallets only see clients they own (RLS enforced); admin wallets see everything.

Admin wallets