AI SDK Reference

Authoritative API documentation for Anthropic, OpenAI, Google, and open-source AI SDKs

Quick Start

# Connect via MCP
{
  "mcpServers": {
    "ai-sdk-ref": {
      "url": "https://ai-sdk-reference.dev/mcp",
      "transport": "streamable-http"
    }
  }
}

# Or discover via A2A protocol
curl https://ai-sdk-reference.dev/.well-known/agent.json

SDK Documentation

ProviderSDKDocsSecurity
Anthropic@anthropic-ai/sdkAPI ReferenceSecurity Guide
OpenAIopenaiAPI ReferenceKey Management
Google@google/generative-aiAPI ReferenceSecurity Guide
LangChainlangchainAPI ReferenceHardening Guide

Credential Security

All AI SDKs require API keys. Mismanagement is the #1 security risk in AI deployments.

API Endpoints

MethodPathDescription
GET/.well-known/agent.jsonA2A agent card
POST/a2a/tasks/sendSubmit a task
POST/mcp/tools/listList available MCP tools
POST/mcp/tools/callExecute an MCP tool
GET/contextBrowse documentation