> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wipe.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Developer Tools

> Official tools for creating, consuming, and integrating Wipe.me private links.

Wipe.me provides an official command-line application, a local MCP server for AI
agents, and synchronized SDKs for JavaScript/TypeScript, Go, and Python.

All official tools use the same protocol v1 envelope. Encryption and decryption
happen locally; the service receives opaque encrypted bytes and derived
capabilities, never plaintext or the private URL-fragment secret.

<Warning>
  The tools and SDKs are alpha prereleases. APIs may change, and the protocol and
  implementations have not received an independent security audit.
</Warning>

<CardGroup cols={3}>
  <Card title="Command-line interface" icon="terminal" href="/developer-tools/command-line-interface">
    Let humans and agents coordinate local creation, protected-file output, and direct injection into trusted tools.
  </Card>

  <Card title="MCP server" icon="bot" href="/developer-tools/mcp-server">
    Let agents generate, transfer, and apply secrets without receiving plaintext.
  </Card>

  <Card title="Software Development Kits" icon="code" href="/developer-tools/software-development-kits">
    Integrate Wipe.me into browser, backend, automation, and compiled applications.
  </Card>
</CardGroup>

<Card title="AI-agent and automation use cases" icon="bot" href="/use-cases">
  Choose a private handoff pattern for humans, agents, trusted tools, and multi-agent workflows.
</Card>
