Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentDrive — SDKs

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.

Install

# Python
pip install agentdrive-sdk

# TypeScript / Node
npm install @tokencanopy/agentdrive-sdk

# Go
go get github.com/tokencanopy/agentdrive-sdk/sdk/go

The bare agentdrive package on PyPI is a separate name-claim placeholder; the REST SDK ships as agentdrive-sdk.

Using AgentDrive from an agent

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.

What's in this repo

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

Generation

Clients are generated reproducibly from the reviewed AgentDrive contract via a pinned OpenAPI Generator. See sdk/README.md and docs/sdk-generation.md.

Links

License

MIT © Mnexa AI

Releases

Packages

Contributors

Languages