Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Shell tool configuration

Example Usage

import { ShellServerTool } from "@openrouter/sdk/models";

let value: ShellServerTool = {
  type: "shell",
};

Fields

FieldTypeRequiredDescription
type”shell”:heavy_check_mark:N/A