Authoritative API documentation for Anthropic, OpenAI, Google, and open-source AI SDKs
# 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
| Provider | SDK | Docs | Security |
|---|---|---|---|
| Anthropic | @anthropic-ai/sdk | API Reference | Security Guide |
| OpenAI | openai | API Reference | Key Management |
| @google/generative-ai | API Reference | Security Guide | |
| LangChain | langchain | API Reference | Hardening Guide |
All AI SDKs require API keys. Mismanagement is the #1 security risk in AI deployments.
| Method | Path | Description |
|---|---|---|
| GET | /.well-known/agent.json | A2A agent card |
| POST | /a2a/tasks/send | Submit a task |
| POST | /mcp/tools/list | List available MCP tools |
| POST | /mcp/tools/call | Execute an MCP tool |
| GET | /context | Browse documentation |