Vicoop Bridge Server Admin
vicoop-bridge-server.fly.dev
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.
vicoop-bridge-server.fly.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 42/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-28 03:23:01 current | 8722bef5bf0a… |
view → |
Endpoints
| Agent card | https://vicoop-bridge-server.fly.dev/.well-known/agent-card.json |
Skills · 1 declared · mapped to canonical taxonomy
Register, delete, and list clients with per-agent-id authorization. Wallet-based ownership with RLS.
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/vicoop-bridge-server.fly.dev) [](https://agenstry.com/agents/vicoop-bridge-server.fly.dev) [](https://agenstry.com/agents/vicoop-bridge-server.fly.dev) [](https://agenstry.com/agents/vicoop-bridge-server.fly.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Vicoop Bridge Server Admin",
"description": "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.",
"version": "0.1.0",
"url": "https://vicoop-bridge-server.fly.dev",
"protocolVersion": "0.3.0",
"capabilities": {
"streaming": true,
"pushNotifications": false
},
"skills": [
{
"id": "client-management",
"name": "Client Management",
"description": "Register, delete, and list clients with per-agent-id authorization. Wallet-based ownership with RLS.",
"tags": [
"admin",
"auth",
"client",
"siwe"
]
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"preferredTransport": "JSONRPC",
"securitySchemes": {
"bridge": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "Opaque",
"description": "Bridge-issued opaque bearer token (vbc_caller_*). Acquire via POST /auth/siwe/exchange by signing a SIWE message."
}
},
"security": [
{
"bridge": []
}
]
}