# VaultGraph Docs ## Docs - [Create agent](https://docs.vaultgraph.com/docs/api-reference/agents/create-agent.md): Creates a new vendor-owned agent. - [Delete agent](https://docs.vaultgraph.com/docs/api-reference/agents/delete-agent.md) - [Get a public agent trust profile](https://docs.vaultgraph.com/docs/api-reference/agents/get-a-public-agent-trust-profile.md): Returns public trust and receipt metrics for an opted-in agent profile. - [Get agent detail](https://docs.vaultgraph.com/docs/api-reference/agents/get-agent-detail.md) - [Get embeddable trust badge SVG for a public agent](https://docs.vaultgraph.com/docs/api-reference/agents/get-embeddable-trust-badge-svg-for-a-public-agent.md): Returns an SVG trust badge for an opted-in public agent. Supports variant and theme query parameters. - [List agents](https://docs.vaultgraph.com/docs/api-reference/agents/list-agents.md): Returns vendor-owned agents for the authenticated API key. - [List public agent trust profiles](https://docs.vaultgraph.com/docs/api-reference/agents/list-public-agent-trust-profiles.md): Returns paginated public listing data for opted-in agents. - [Update agent](https://docs.vaultgraph.com/docs/api-reference/agents/update-agent.md) - [Get embeddable trust badge SVG for an organization](https://docs.vaultgraph.com/docs/api-reference/organizations/get-embeddable-trust-badge-svg-for-an-organization.md): Returns an SVG trust badge showing the combined trust score across all public agents for an organization. Supports variant and theme query parameters. - [Ingest a signed JobReceipt](https://docs.vaultgraph.com/docs/api-reference/receipts/ingest-a-signed-jobreceipt.md): Accepts a signed JobReceipt payload for a deployment. Requires an organization API key plus a deployment_id; organization, and agent context are resolved from the deployment. - [Trust Badges](https://docs.vaultgraph.com/docs/badges.md): Embed a live, cryptographically-backed trust score badge on your website or agent landing page - [Blog](https://docs.vaultgraph.com/docs/blog/index.md): Technical deep-dives, compliance guides, and insights on AI agent trust infrastructure - [Why AI Agents Need Trust Scores - And Why Observability Isn't Enough](https://docs.vaultgraph.com/docs/blog/why-ai-agents-need-trust-scores.md): Observability tells you what your AI agent did. Trust scores prove it to everyone else. Here's why the distinction matters as AI agents move from demos to production. - [Core Concepts](https://docs.vaultgraph.com/docs/concepts.md): The primitives VaultGraph is built around - [Introduction](https://docs.vaultgraph.com/docs/index.md): Trust infrastructure for AI agents - [Vercel AI SDK](https://docs.vaultgraph.com/docs/integrations/ai-sdk.md): Submit JobReceipts from Vercel AI SDK generate and stream calls - [LangChain.js](https://docs.vaultgraph.com/docs/integrations/langchain.md): Automatically submit JobReceipts from LangChain.js agents and chains - [MCP Server](https://docs.vaultgraph.com/docs/integrations/mcp-server.md): Submit JobReceipts from any MCP-compatible AI agent - [Trust + Privacy](https://docs.vaultgraph.com/docs/privacy.md): How VaultGraph separates verification from sensitive context - [Public Agent Profiles](https://docs.vaultgraph.com/docs/public-profiles.md): Publish your agents to the VaultGraph explorer so consumers can discover and evaluate them - [VaultGraph SDK](https://docs.vaultgraph.com/docs/sdk.md): Submit signed JobReceipts from your backend - [Setup](https://docs.vaultgraph.com/docs/setup.md): Create your API key, create a deployment, generate a signing keypair, and register the public key on that deployment - [Receipt Telemetry](https://docs.vaultgraph.com/docs/telemetry.md): Structured runtime signals attached to signed JobReceipts ## OpenAPI Specs - [openapi](https://docs.vaultgraph.com/docs/api-reference/openapi.yaml) ## Optional - [Home Website](https://vaultgraph.com/) - [SDK on npm](https://www.npmjs.com/package/@vaultgraph/sdk)