> For the complete documentation index, see [llms.txt](https://docs.zipwire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zipwire.io/tools-and-integrations.md).

# Tools & Integrations

- [Tools & Integrations](https://docs.zipwire.io/tools-and-integrations/tools.md): Command-line tools and integrations for Zipwire
- [Why the Zipwire CLI is a Big Deal](https://docs.zipwire.io/tools-and-integrations/cli-introduction.md): Understanding the Zipwire CLI and the power of command-line automation
- [Getting Started with the CLI](https://docs.zipwire.io/tools-and-integrations/getting-started.md): Quick start guide for the Zipwire CLI
- [Authentication & Security](https://docs.zipwire.io/tools-and-integrations/authentication.md): Authentication and token management for the Zipwire CLI
- [Configuration](https://docs.zipwire.io/tools-and-integrations/configuration.md): Configuring the Zipwire CLI for your workflow
- [Common Workflows](https://docs.zipwire.io/tools-and-integrations/workflows.md): Common workflows and examples for the Zipwire CLI
- [Managing & Consolidating Activities](https://docs.zipwire.io/tools-and-integrations/activity-management.md): Manage, organize, and consolidate your activities over time
- [ProofPack & Agent Delegation](https://docs.zipwire.io/tools-and-integrations/proofpack-agent-delegation.md): ProofPack and agent delegation for developers and service providers
- [ProofPack Examples](https://docs.zipwire.io/tools-and-integrations/proofpack-agent-delegation/proofpack-examples.md): Canonical code examples for ProofPack and agent verification
- [Path 1: Wallet-only (JavaScript)](https://docs.zipwire.io/tools-and-integrations/proofpack-agent-delegation/path1-wallet-only-javascript.md): ProofPack Path 1 — wallet-only verification in JavaScript
- [Path 2: JWS with claims (JavaScript)](https://docs.zipwire.io/tools-and-integrations/proofpack-agent-delegation/path2-jws-claims-javascript.md): ProofPack Path 2 — verifying JWS or JWT with claims in JavaScript
- [Express.js middleware](https://docs.zipwire.io/tools-and-integrations/proofpack-agent-delegation/express-middleware.md): Express.js middleware for agent authorization (wallet or JWS/JWT)
- [ASP.NET Core agent verification](https://docs.zipwire.io/tools-and-integrations/proofpack-agent-delegation/aspnet-core-agent-verification.md): ASP.NET Core controller for agent authorization (wallet and JWS/JWT)
- [Quick setup: verification context](https://docs.zipwire.io/tools-and-integrations/proofpack-agent-delegation/quick-setup-verification-context.md): Configuring verification context and verifiers for ProofPack (JS and C#)
- [Common use cases](https://docs.zipwire.io/tools-and-integrations/proofpack-agent-delegation/common-use-cases.md): ProofPack use cases — MCP, payments, age, residency, compliance (AML, KYC)
- [Installation](https://docs.zipwire.io/tools-and-integrations/proofpack-agent-delegation/installation.md): Installing ProofPack (JavaScript, C#, Rust)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.zipwire.io/tools-and-integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
