Skip to content

Concepts

Understand how CapiscIO works under the hood. These docs explain the why and how behind the platform.


Core Concepts

  • Validation Process


    How CapiscIO validates agent cards across 7+ categories: schema compliance, security, versioning, and more.

    Learn about Validation

  • Scoring System


    The three-dimensional scoring model: Compliance, Trust, and Availability. What the numbers mean.

    Understanding Scores

  • Trust Model


    How Ed25519 keys, trust stores, and cryptographic verification work. The SSH-like model explained.

    Trust Model

  • Enforcement


    How SimpleGuard enforces security policies on incoming requests. The runtime protection layer.

    Enforcement


How It All Fits Together

┌─────────────────────────────────────────────────────────────────┐
│                     CapiscIO Architecture                        │
├─────────────────────────────────────────────────────────────────┤
│                                                                  │
│  ┌──────────────┐    ┌──────────────┐    ┌──────────────┐       │
│  │   Identity   │    │    Trust     │    │   Registry   │       │
│  │              │    │              │    │              │       │
│  │  DID + Keys  │───▶│   Badges     │───▶│  Discovery   │       │
│  └──────────────┘    └──────────────┘    └──────────────┘       │
│         │                   │                   │                │
│         └───────────────────┼───────────────────┘                │
│                             │                                    │
│                             ▼                                    │
│  ┌────────────────────────────────────────────────────────────┐ │
│  │                     Validation & Scoring                    │ │
│  │                                                             │ │
│  │  Compliance (0-100)  ×  Trust (0-100)  ×  Availability     │ │
│  └────────────────────────────────────────────────────────────┘ │
│                             │                                    │
│                             ▼                                    │
│  ┌────────────────────────────────────────────────────────────┐ │
│  │                     Runtime Enforcement                     │ │
│  │                                                             │ │
│  │  SimpleGuard → Verify Signatures → Check Trust Level       │ │
│  └────────────────────────────────────────────────────────────┘ │
│                                                                  │
└─────────────────────────────────────────────────────────────────┘

Concept Quick Reference

Concept What It Answers
Validation "Is this agent card correctly formatted?"
Scoring "How good is this agent across compliance, trust, availability?"
Trust Model "How do I manage who my agent trusts?"
Enforcement "How do I protect my agent at runtime?"

Specifications (RFCs)

For the formal technical specifications, see the CapiscIO RFCs:

RFC Title Status
RFC-001 Agent Governance Control Plane (AGCP) ✅ Approved
RFC-002 Trust Badge Specification ✅ Approved
RFC-003 Key Ownership Proof Protocol ✅ Approved

Browse All RFCs


Next Steps

  • Get Started


    Ready to try it? Jump into the getting started guides.

    Getting Started

  • How-To Guides


    Task-oriented guides for specific problems.

    How-To Guides