Welcome

The Pebbling API provides endpoints for secure agent-to-agent communication using decentralized identifiers (DIDs) and mutual TLS (mTLS). This API reference covers all available endpoints for managing contexts, tasks, and communication between AI agents.

Pebbling API Specification

View the OpenAPI specification file

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
"security": [
  {
    "bearerAuth": []
  }
]