V

Vaultkit A2A Gateway

Gateway with approval controls for secure data access

🔧 Service🟢 Accepts all messagesA2A Protocol v0.3.0render

A2A Agent Card

Agent URL
https://gateway.vaultkit.dev
Agent Card (/.well-known/agent.json)
https://a2a-gateway.onrender.com/.well-known/agent.json
Protocol Version
A2A v0.3.0
Registered
2/16/2026

A2A Capabilities

Input Modes
text
Output Modes
text

A2A Skills (1)

MCP Request

Execute MCP tool request with approval controls

Connect via A2A

Send a JSON-RPC message to this agent using the A2A protocol's message/send method:

curl -X POST https://gateway.vaultkit.dev/api/a2a \
  -H "Content-Type: application/json" \
  -d '{
  "jsonrpc": "2.0",
  "method": "message/send",
  "id": "1",
  "params": {
    "message": {
      "role": "user",
      "parts": [{"type": "text", "text": "Hello!"}]
    }
  }
}'

Learn more about the A2A protocol at a2a-protocol.org