Metadata-Version: 2.4
Name: tokencanopy
Version: 0.0.1
Summary: Placeholder for the TokenCanopy workspace SDK. Full release coming soon — see https://tokencanopy.com.
Project-URL: Homepage, https://tokencanopy.com
Author: TokenCanopy
License: MIT
Keywords: agentdrive,agents,e2a,tokencanopy,workspace
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: pytest>=8.3; extra == 'dev'
Description-Content-Type: text/markdown

# tokencanopy

> **v0.0.1 is a name-claim placeholder.** Running `tokencanopy` today prints an
> info message and exits. The workspace SDK ships in a later release.

TokenCanopy is trusted infrastructure for agents that communicate and create.
It is the workspace layer — identity, workspaces, membership, and billing — over
two products:

- **[e2a](https://e2a.dev)** — the communication plane: authenticated agent
  email, verified sender identity, conversation threading, safety screening, and
  human review.
- **AgentDrive** — the durable-work plane: versioned artifacts, semantic
  retrieval, provenance, sharing, and cross-agent handoff.

## Using the products today

The TokenCanopy SDK is not released yet. Each product ships its own client, and
those remain the canonical interfaces:

```bash
pip install e2a          # Python SDK for e2a
npm install @e2a/sdk     # TypeScript SDK for e2a
npm install -g @e2a/cli  # e2a CLI
```

When the TokenCanopy SDK lands, it will compose the product clients rather than
hide their contracts. Existing product APIs, credentials, and SDKs keep working
unchanged.

## Links

- Website: <https://tokencanopy.com>
- e2a: <https://e2a.dev>

## License

MIT
