AI Network Infrastructure
A2A Protocol v0.3.0 Validator View Spec

Validate AI Agent Protocol Compliance

Test schemas, verify signatures, and check live endpoints before deployment. The trust layer for the agent-to-agent economy.

Signature Verification
Live Endpoint Testing
CI/CD Ready

Three Validation Layers

Schema validation catches syntax errors. Production failures need deeper testing.

🌐Connectivity Testing

  • HTTP GET/POST to all declared endpoints
  • JSONRPC method availability checks
  • gRPC service reflection validation

🔒Signature Verification

  • JWS detached signature validation
  • JWKS key fetching and verification
  • Ed25519/RSA algorithm support

📋Specification Compliance

  • A2A v0.3.0 schema validation
  • Required field presence checks
  • Transport consistency validation

Common Validation Gaps

JSON schema validation doesn't catch runtime integration failures.

⚠️Schema-Valid But Broken

  • transport.jsonrpc URL returns 404
  • transport.grpc connection refused
  • Missing signature field allows tampering
  • Invalid capabilities[].operation values

Capiscio Validation Tests

  • HTTP connectivity to all transport URLs
  • gRPC service reflection and method calls
  • JWS signature verification with JWKS
  • A2A v0.3.0 specification compliance
3 layers
Connectivity + Crypto + Compliance
<5s
Average validation time
0 deps
Standalone binary available

See Real Validation Results

Actual CLI output showing how Capiscio identifies issues that other validators miss.

VALIDATION FAILEDExit code: 1
CLI validation failed output showing signature and protocol errors

🚨 Real validation failure showing signature and connectivity issues

VALIDATION PASSEDExit code: 0
CLI validation passed output showing successful signature verification and protocol testing

✅ Complete validation including cryptographic verification and protocol testing

Technical Implementation

🔒 Cryptographic Stack

  • • RFC 7515 JWS (JSON Web Signature)
  • • RFC 7517 JWKS (JSON Web Key Set)
  • • Ed25519 + RSA signature algorithms
  • • HTTPS-only key distribution

🌐 Protocol Support

  • • JSON-RPC 2.0 method validation
  • • gRPC reflection and health checks
  • • HTTP/REST endpoint connectivity
  • • A2A v0.3.0 specification compliance

Installation: npm, pip, or standalone binary. CI/CD: JSON output with proper exit codes.

Your Agent Lives in an Ecosystem

Your agent doesn't work in isolation—it depends on other agents you don't control. One broken dependency can break your entire integration.

Your Responsibility

  • Your agent card - Ensure protocol compliance
  • Your endpoints - Test live connectivity
  • Your signatures - Prove authenticity
capiscio validate ./my-agent.json

Their Responsibility (But Your Risk)

  • ?Third-party agents - Are they compliant?
  • ?External endpoints - Are they actually reachable?
  • ?Trust verification - Can you trust their claims?
capiscio validate https://their-agent.com
💡

Real Talk: You Can't Control Their Code

But you CAN validate their protocol compliance before you depend on them. Catch broken integrations before they hit production—not after.

Coming soon: Real-time monitoring and health tracking for your agent dependencies.Stay informed →

Installation & Usage

Install in One Command

Node.js / npm
npm install -g capiscio-cli
Requires Node.js 18+
Python / pip
pip install capiscio
Requires Python 3.7+

Also available as standalone binary (zero dependencies)

View all installation options & usage examples →

Automated Quality Gates

Enforce validation in CI/CD with three-dimensional scoring and production readiness checks.

GitHub Action Available

Automate validation in your CI/CD pipeline with zero setup. The GitHub Action installs the CLI, runs validation, and exports three-dimensional scores for your workflow.

Zero Configuration
Auto-installs and runs
Score Outputs
Compliance, Trust, Availability
Any CI Platform
Works with Jenkins, GitLab, etc.

Don't Trust Third-Party Agents Blindly

Evaluate agent quality and compliance before integration. Avoid broken dependencies.

Without Validation

  • Integration breaks in production
  • Unknown compliance status
  • Transport protocol mismatches
  • Silent failures and timeouts

With Capiscio

  • Pre-integration quality assessment
  • A2A compliance scoring
  • Multi-transport compatibility check
  • Reliable integration confidence
Evaluate any agent before integration:
capiscio validate https://agent-vendor.com

Show Your Agent is Trusted

Display compliance badges in your README or agent metadata to build instant trust.

Capiscio logo
A2A-COMPLIANT
verified by capiscio

Dynamic verification badges coming soon. Validate with CLI today.

⏳ Badge API in development. Use capiscio-cli for validation now

Latest Insights

Stay up to date with A2A protocol developments, validation best practices, and agent integration guides.

Ready to Validate Your AI Agents?

Start with comprehensive validation that includes cryptographic verification and live protocol testing. Catch integration issues before they reach production.