Skip to content

Getting Started

Install CapiscIO and follow the guide that matches what you need to do.

npm install -g capiscio       # or: pip install capiscio

Choose Your Path

  • Validate an Agent Card


    Check your agent-card.json is A2A-compliant.

    5 minutes · Beginner

    Start Validating

  • Secure Your Agent


    Add request signing, badges, and trust verification.

    15 minutes · Intermediate

    Add Security

  • Protect MCP Tools


    Add tool-level authorization to MCP servers.

    10 minutes · Intermediate

    MCP Guard Quickstart

  • CI/CD Integration


    Automate validation in GitHub Actions.

    10 minutes · Intermediate

    Setup CI/CD


End-to-End Walkthrough

If you want to see the full flow — identity, registration, badges, gateway — in one tutorial:

Complete Workflow (30 minutes)


Prerequisites

Path Requirements
CLI (capiscio init) Node.js 18+ or Python 3.10+
Python SDK (CapiscIO.connect()) Python 3.10+
CI/CD GitHub repository

What's Next?

  • Concepts — Understand how trust, scoring, and identity work
  • How-To Guides — Solve specific problems with copy-paste recipes
  • CLI Reference — All CLI commands and flags