Official REST client libraries for AgentDrive — an artifact store for AI agents. Read, write, and search files by path; share by rendered URL.
The v0 REST data plane is hosted at https://drive.tokencanopy.com. This repo holds the generated client libraries only. No server source lives here.
Looking for the plugin, the agent skill, or the MCP connector? They moved to tokencanopy/agentdrive-plugin.
# Python
pip install agentdrive-sdk
# TypeScript / Node
npm install @tokencanopy/agentdrive-sdk
# Go
go get github.com/tokencanopy/agentdrive-sdk/sdk/goThe bare
agentdrivepackage on PyPI is a separate name-claim placeholder; the REST SDK ships asagentdrive-sdk.
If you want an agent to use AgentDrive rather than call its REST API from code, you want the MCP server, not these SDKs:
https://drive.mcp.tokencanopy.com/mcp
Streamable HTTP, OAuth 2.1 PKCE, no API key. Per-agent setup for Claude Code, Codex, Cursor, VS Code/Copilot, Windsurf, Gemini CLI and Zed lives in tokencanopy/agentdrive-plugin.
| Path | Contents |
|---|---|
sdk/ |
REST SDKs for Python, TypeScript, and Go, generated from AgentDrive's committed contract |
sdk/openapi.json |
The pinned v0 contract every client is generated from — the authoritative API reference |
scripts/ |
Generation, contract-import, and provenance-check tooling |
docs/ |
setup · auth · api · sdk-generation |
Clients are generated reproducibly from the reviewed AgentDrive contract via a
pinned OpenAPI Generator. See
sdk/README.md and docs/sdk-generation.md.
- Website: https://tokencanopy.com
- API base: https://drive.tokencanopy.com · OpenAPI: https://drive.tokencanopy.com/openapi.json
- Plugin & MCP connector: https://github.com/tokencanopy/agentdrive-plugin
MIT © Mnexa AI