# SAMVAD ## Docs - [FAQ](https://docs.samvad.dev/faq.md): Frequently asked questions about SAMVAD — the protocol, the SDK, security, deployment, and licensing. - [Langchain](https://docs.samvad.dev/integrations/langchain.md) - [Openclaw](https://docs.samvad.dev/integrations/openclaw.md) - [What is SAMVAD?](https://docs.samvad.dev/introduction.md): The Open Sovereign Agent Dialogue Protocol — secure, decentralized agent-to-agent communication. - [Agent Card](https://docs.samvad.dev/protocol/agent-card.md): The /.well-known/agent.json format — machine-readable identity for every SAMVAD agent. - [Communication Modes](https://docs.samvad.dev/protocol/communication-modes.md): Sync, async, and SSE streaming — same envelope, different delivery. - [Discovery](https://docs.samvad.dev/protocol/discovery.md): Self-sovereign discovery and the optional public registry. - [Error Codes](https://docs.samvad.dev/protocol/error-codes.md): Standard error codes returned by all compliant SAMVAD agents. - [Message Format](https://docs.samvad.dev/protocol/message-format.md): The signed request and response envelope shared by all SAMVAD communication modes. - [Protocol Overview](https://docs.samvad.dev/protocol/overview.md): SAMVAD v1.2 — language-agnostic wire protocol specification. - [Quick Start](https://docs.samvad.dev/quickstart.md): Build and call your first SAMVAD agent in under 5 minutes. - [Building Agents](https://docs.samvad.dev/sdk/building-agents.md): How to configure an Agent, register skills, and serve the SAMVAD endpoints. - [Calling Agents](https://docs.samvad.dev/sdk/calling-agents.md): How to use AgentClient to call remote SAMVAD agents. - [Delegation](https://docs.samvad.dev/sdk/delegation.md): JWT delegation tokens for multi-agent chains with scope and depth limits. - [TypeScript SDK](https://docs.samvad.dev/sdk/overview.md): @samvad-protocol/sdk — the reference implementation of the SAMVAD protocol. - [Access Control](https://docs.samvad.dev/security/access-control.md): Public services, internal orchestration, and commercial paywalls using SAMVAD trust tiers. - [Security Model](https://docs.samvad.dev/security/model.md): Eight automatic security layers enforced by every compliant SAMVAD SDK. ## OpenAPI Specs - [openapi](https://docs.samvad.dev/api-reference/openapi.json)