# Zeish api context Fetch one linked file at a time. Each file contains the smallest useful context for one capability. Human docs: https://zei.sh/docs/api - [List templates](https://zei.sh/llms/api/templates-list): List templates visible to the authenticated organization. - [Get a template](https://zei.sh/llms/api/templates-get): Fetch one visible sandbox template by ID. - [List SSH keys](https://zei.sh/llms/api/ssh-keys-list): List public SSH keys registered by the authenticated user. - [Register an SSH key](https://zei.sh/llms/api/ssh-keys-create): Register a public key for future sandbox access. - [Delete an SSH key](https://zei.sh/llms/api/ssh-keys-delete): Remove a registered public SSH key. - [Create a volume](https://zei.sh/llms/api/volumes-create): Create persistent organization storage. - [List volumes](https://zei.sh/llms/api/volumes-list): List persistent volumes in the organization. - [Get a volume](https://zei.sh/llms/api/volumes-get): Fetch one organization volume by ID. - [Delete a volume](https://zei.sh/llms/api/volumes-delete): Delete one organization volume. - [Create a network](https://zei.sh/llms/api/networks-create): Create an organization-scoped logical network. - [List networks](https://zei.sh/llms/api/networks-list): List logical networks in the organization. - [Get a network](https://zei.sh/llms/api/networks-get): Fetch one organization network by ID. - [Delete a network](https://zei.sh/llms/api/networks-delete): Delete an organization network. - [Create a sandbox](https://zei.sh/llms/api/sandboxes-create): Provision a MicroVM sandbox with optional resources, ingress, and secret injection. - [List sandboxes](https://zei.sh/llms/api/sandboxes-list): List compact sandbox records in the organization. - [Get sandbox details](https://zei.sh/llms/api/sandboxes-get): Fetch one sandbox with runtime and access URL enrichment. - [Update a sandbox](https://zei.sh/llms/api/sandboxes-update): Change mutable sandbox configuration. - [Delete a sandbox](https://zei.sh/llms/api/sandboxes-delete): Permanently delete a sandbox. - [Clone a sandbox](https://zei.sh/llms/api/sandboxes-clone): Create a new sandbox from an existing sandbox state. - [Mint data-plane access](https://zei.sh/llms/api/sandboxes-exec-access): Mint short-lived credentials for commands, files, and terminal sessions. - [Get a terminal URL](https://zei.sh/llms/api/sandboxes-terminal-url): Create a browser terminal URL for a sandbox. - [Sync SSH keys](https://zei.sh/llms/api/sandboxes-sync-ssh-keys): Apply the user's current SSH keys to an existing sandbox runtime. - [Create a preview code](https://zei.sh/llms/api/sandboxes-preview-codes): Mint temporary HTTP browser or agent access to an exposed port. - [Mint tunnel access](https://zei.sh/llms/api/sandboxes-tunnel-access): Mint a short-lived WebSocket tunnel for exposed TCP ports. - [Add a sandbox port](https://zei.sh/llms/api/sandboxes-ports-add): Expose a TCP or UDP port from a sandbox. - [Change port access](https://zei.sh/llms/api/sandboxes-ports-share): Change the access policy for an exposed port. - [List sandbox logs](https://zei.sh/llms/api/sandboxes-logs): Read bounded captured output from a sandbox. - [List sandbox events](https://zei.sh/llms/api/sandboxes-events): Read lifecycle events for a sandbox. - [Start a sandbox](https://zei.sh/llms/api/sandboxes-start): Request a sandbox runtime to start. - [Pause a sandbox](https://zei.sh/llms/api/sandboxes-pause): Pause a sandbox while preserving its state. - [Resume a sandbox](https://zei.sh/llms/api/sandboxes-resume): Resume a paused sandbox. - [Stop a sandbox](https://zei.sh/llms/api/sandboxes-stop): Stop a sandbox runtime while retaining the sandbox record. - [Kill a sandbox](https://zei.sh/llms/api/sandboxes-kill): Force-stop a stuck sandbox runtime. - [Create a snapshot](https://zei.sh/llms/api/sandboxes-snapshots-create): Capture a sandbox runtime state for reuse. - [List snapshots](https://zei.sh/llms/api/sandboxes-snapshots-list): List snapshots belonging to one sandbox. - [Delete a snapshot](https://zei.sh/llms/api/sandboxes-snapshots-delete): Delete one sandbox snapshot. - [List secret metadata](https://zei.sh/llms/api/secrets-list): List organization secrets without returning their values. - [Create a secret](https://zei.sh/llms/api/secrets-create): Store a provider-backed plaintext or JSON secret. - [Get a secret](https://zei.sh/llms/api/secrets-get): Read one secret value and its metadata. - [Update a secret](https://zei.sh/llms/api/secrets-update): Update secret metadata or material. - [Delete a secret](https://zei.sh/llms/api/secrets-delete): Remove a secret from its configured provider. - [Grant a secret to a sandbox](https://zei.sh/llms/api/secrets-grants): Authorize a secret for environment or file delivery. - [Mint a secret lease](https://zei.sh/llms/api/secrets-leases): Mint a short-lived lease for secret resolution.