# Zeish mcp context Fetch one linked file at a time. Each file contains the smallest useful context for one capability. Human docs: https://zei.sh/docs/mcp - [Use the MCP server](https://zei.sh/llms/mcp/overview): Connect an MCP client to Zeish over Streamable HTTP. - [Authenticate an MCP client](https://zei.sh/llms/mcp/authentication): Choose an API key for headless use or OAuth for interactive clients. - [Discover live tool schemas](https://zei.sh/llms/mcp/tools-list): Use tools/list instead of hard-coding an outdated tool catalog. - [Create a sandbox](https://zei.sh/llms/mcp/sandboxes-create): Create a MicroVM in the caller's organization. - [List sandboxes](https://zei.sh/llms/mcp/sandboxes-list): List compact sandboxes in the caller's organization. - [Get sandbox details](https://zei.sh/llms/mcp/sandboxes-get): Fetch one sandbox with access URL enrichment. - [Mint sandbox data-plane access](https://zei.sh/llms/mcp/sandboxes-exec-access): Mint credentials for commands and files. - [Get a terminal URL](https://zei.sh/llms/mcp/sandboxes-terminal-url): Create a browser terminal URL. - [Sync SSH keys](https://zei.sh/llms/mcp/sandboxes-sync-ssh-keys): Apply current user keys to an existing runtime. - [Create a preview code](https://zei.sh/llms/mcp/sandboxes-preview): Create temporary HTTP access to a sandbox port. - [List sandbox logs](https://zei.sh/llms/mcp/sandboxes-logs): Read bounded sandbox output. - [List sandbox events](https://zei.sh/llms/mcp/sandboxes-events): Read sandbox lifecycle events. - [Start a sandbox](https://zei.sh/llms/mcp/sandboxes-start): Request a sandbox runtime to start. - [Pause a sandbox](https://zei.sh/llms/mcp/sandboxes-pause): Pause a sandbox while retaining its state. - [Resume a sandbox](https://zei.sh/llms/mcp/sandboxes-resume): Resume a paused sandbox. - [Stop a sandbox](https://zei.sh/llms/mcp/sandboxes-stop): Stop a runtime and retain its record. - [Kill a sandbox](https://zei.sh/llms/mcp/sandboxes-kill): Force-stop a stuck runtime. - [Delete a sandbox](https://zei.sh/llms/mcp/sandboxes-delete): Permanently delete a sandbox. - [Create a snapshot](https://zei.sh/llms/mcp/snapshots-create): Capture a sandbox runtime state. - [List snapshots](https://zei.sh/llms/mcp/snapshots-list): List snapshots owned by one sandbox. - [Delete a snapshot](https://zei.sh/llms/mcp/snapshots-delete): Delete one sandbox snapshot. - [List templates](https://zei.sh/llms/mcp/templates-list): List templates visible to the organization. - [Get a template](https://zei.sh/llms/mcp/templates-get): Fetch one template by ID. - [Create a volume](https://zei.sh/llms/mcp/volumes-create): Create persistent organization storage. - [List volumes](https://zei.sh/llms/mcp/volumes-list): List organization volumes. - [Get a volume](https://zei.sh/llms/mcp/volumes-get): Fetch one volume by ID. - [Delete a volume](https://zei.sh/llms/mcp/volumes-delete): Delete one organization volume. - [Create a network](https://zei.sh/llms/mcp/networks-create): Create an organization network. - [List networks](https://zei.sh/llms/mcp/networks-list): List organization networks. - [Get a network](https://zei.sh/llms/mcp/networks-get): Fetch one network by ID. - [Delete a network](https://zei.sh/llms/mcp/networks-delete): Delete one organization network. - [List secret metadata](https://zei.sh/llms/mcp/secrets-list): List secrets without values. - [Get a secret](https://zei.sh/llms/mcp/secrets-get): Read one audited secret value. - [Create a secret](https://zei.sh/llms/mcp/secrets-create): Create a plaintext or JSON secret. - [Update a secret](https://zei.sh/llms/mcp/secrets-update): Edit secret metadata or material. - [Delete a secret](https://zei.sh/llms/mcp/secrets-delete): Delete a secret. - [Get the caller identity](https://zei.sh/llms/mcp/identity): Read the authenticated profile and memberships. - [List SSH keys](https://zei.sh/llms/mcp/ssh-keys-list): List keys authorized for sandbox provisioning. - [Register an SSH key](https://zei.sh/llms/mcp/ssh-keys-create): Register a public SSH key. - [Delete an SSH key](https://zei.sh/llms/mcp/ssh-keys-delete): Revoke a public SSH key. - [Use superadmin tools](https://zei.sh/llms/mcp/admin): Inspect platform users, billing, organizations, and nodes.