Search the documentation
50 pages for interactive.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it. Cut at 50, so a narrower query shows the rest.
Interactive mode
Claude Code CLI · title
interactive-mode
SEP-1865: MCP Apps - Interactive User Interfaces for MCP
Model Context Protocol · title
seps/1865-mcp-apps-interactive-user-interfaces-for-mcp
glossary
Claude Developer Platform · in the page
about-claude/glossary
…nse times, which is crucial for real-time applications, chatbots, and interactive experiences. Factors that can affect latency include model size, hardware capabilities, network conditions, and the co…
Or, for the model with the same capabilities and no access approval requirement:
Claude Developer Platform · in the page
about-claude/models/migration-guide
…with near-frontier performance, delivering premium model quality for interactive applications and high-volume processing. For a complete overview of capabilities, see the [models overview](https://p…
optimizing-for-cost-and-intelligence
Claude Developer Platform · in the page
about-claude/models/optimizing-for-cost-and-intelligence
…oute every request no one is waiting on through a batch, and keep the interactive path for the rest. Batching is the second-largest free lever after caching for unattended agent work: evaluation runs,…
pricing
Claude Developer Platform · in the page
about-claude/pricing
…laude/pricing#batch-processing) | Sessions are stateful and interactive. There is no batch mode. | | [Cloud platform pricing](https://platform.claude.com/docs/en/about-claude/pricing#cloud-p…
customer-support-chat
Claude Developer Platform · in the page
about-claude/use-case-guides/customer-support-chat
…g of responses from the server to the client. This provides a smooth, interactive experience when working with LLMs. * Caching: Implementing caching can improve response times and reduce unnecessar…
bash-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/bash-tool
…: `export PATH=$PATH:/new/path && echo $PATH` ## Limitations * **No interactive commands:** The session can't run `vim`, `less`, password prompts, or any command that waits for input on stdin. * **N…
browser-use-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/browser-use-tool
…d_page", "toolset_name": "browser", "input": { "filter": "interactive" } } ], "stop_reason": "tool_use", "stop_sequence": null } ``` Your executor (the part of your application…
Organization
Claude Developer Platform · in the page
api/beta/organization
…ole` is `admin`. Creating an `admin`-role service account requires an interactive credential (a user OAuth token or a Console session) — a workload may only create `developer`-role service accounts.…
RBAC Roles
Claude Developer Platform · in the page
api/beta/organization/rbac_roles
…ss action, the scope action, or an authentication-method action (`interactive` or `managed`). - `resource: Organization or ConnectorTool or ConnectorScope or 2 more` What the permission ap…
Permissions
Claude Developer Platform · in the page
api/beta/organization/rbac_roles/permissions
…ss action, the scope action, or an authentication-method action (`interactive` or `managed`). - `resource: Organization or ConnectorTool or ConnectorScope or 2 more` What the permission ap…
List RBAC Role Permissions
Claude Developer Platform · in the page
api/beta/organization/rbac_roles/permissions/list
…ss action, the scope action, or an authentication-method action (`interactive` or `managed`). - `resource: Organization or ConnectorTool or ConnectorScope or 2 more` What the permission ap…
Service Accounts
Claude Developer Platform · in the page
api/beta/organization/service_accounts
…ole` is `admin`. Creating an `admin`-role service account requires an interactive credential (a user OAuth token or a Console session) — a workload may only create `developer`-role service accounts.…
Create Service Account
Claude Developer Platform · in the page
api/beta/organization/service_accounts/create
…ole` is `admin`. Creating an `admin`-role service account requires an interactive credential (a user OAuth token or a Console session) — a workload may only create `developer`-role service accounts.…
Update Service Account
Claude Developer Platform · in the page
api/beta/organization/service_accounts/update
…ting `organization_role` to `admin` (even when unchanged) requires an interactive credential (a user OAuth token or a Console session). ## Path parameters - `service_account_id: string` ID of the…
routines-fire
Claude Developer Platform · in the page
api/claude-code/routines-fire
…sulting sessions draw down the same Claude Code subscription usage as interactive sessions. When either limit is reached, the endpoint returns `429 rate_limit_error` with a `Retry-After` header. Organ…
Organizations
Claude Developer Platform · in the page
api/compliance/organizations
…so_console_enforced"` - `"sso_enabled"` - `"third_party_interactive_content_enabled"` - `"user_skill_creation_enabled"` - `"web_search_enabled"` - `"work_across_apps…
Settings
Claude Developer Platform · in the page
api/compliance/organizations/settings
…so_console_enforced"` - `"sso_enabled"` - `"third_party_interactive_content_enabled"` - `"user_skill_creation_enabled"` - `"web_search_enabled"` - `"work_across_apps…
Get effective organization settings
Claude Developer Platform · in the page
api/compliance/organizations/settings/retrieve
…so_console_enforced"` - `"sso_enabled"` - `"third_party_interactive_content_enabled"` - `"user_skill_creation_enabled"` - `"web_search_enabled"` - `"work_across_apps…
effort
Claude Developer Platform · in the page
build-with-claude/effort
…pletes but takes longer than necessary, or if you want a faster, more interactive working style. The same recommendations apply to Claude Mythos 5. For fuller guidance, see [Prompting Claude Fable 5](…
claude-prompting-best-practices
Claude Developer Platform · in the page
build-with-claude/prompt-engineering/claude-prompting-best-practices
…anvas and design tools where Claude generates and iterates on designs interactively. Here's a system prompt snippet you can use to encourage better frontend design: ```text Sample prompt for fronten…
overview
Claude Developer Platform · in the page
build-with-claude/prompt-engineering/overview
…ering is the right solution, and find Claude prompting techniques and interactive tutorials. --- ## Before prompt engineering This guide assumes that you have: 1. A clear definition of the success…
prompting-claude-fable-5
Claude Developer Platform · in the page
build-with-claude/prompt-engineering/prompting-claude-fable-5
…letes but takes longer than necessary, or if you want a quicker, more interactive working style. On routine work at higher effort, Claude Fable 5 can gather context and deliberate beyond what the tas…
prompting-claude-opus-4-8
Claude Developer Platform · in the page
build-with-claude/prompt-engineering/prompting-claude-opus-4-8
…ns for effects and micro-interactions. </frontend_aesthetics> ``` ## Interactive coding products Claude Opus 4.8's token usage and behavior can differ between autonomous, asynchronous coding agents…
prompting-claude-sonnet-5
Claude Developer Platform · in the page
build-with-claude/prompt-engineering/prompting-claude-sonnet-5
…ns for effects and micro-interactions. </frontend_aesthetics> ``` ## Interactive coding products Token usage and behavior can differ between autonomous, asynchronous coding agents with a single user…
apply
Claude Developer Platform · in the page
cli-sdks-libraries/cli/apply
…file is an agent from its path, here the `agents/` directory. In an interactive terminal, `ant apply` prints the plan and waits for your approval: ```text Output wrap First apply ./claude-lock.jso…
On a remote host without a browser:
Claude Developer Platform · in the page
cli-sdks-libraries/cli/authentication
…braries/cli/authentication description: Authenticate the ant CLI with interactive login, API keys, named profiles, and Workload Identity Federation. --- The `ant` CLI supports several credential sour…
scripting
Claude Developer Platform · in the page
cli-sdks-libraries/cli/scripting
…nts the text of every message in order. `--format auto` overrides the interactive explorer that list commands open by default in a terminal: ```bash ant beta:sessions:events list \ --se…
sessions-connect
Claude Developer Platform · in the page
cli-sdks-libraries/cli/sessions-connect
…n_011CZkZAtmR3yMPDzynEDxu7 ``` Without `--web`, the command needs an interactive terminal. In scripts, use `ant beta:sessions:events stream` and `ant beta:sessions:events send` instead. See [CLI scri…
using
Claude Developer Platform · in the page
cli-sdks-libraries/cli/using
…reate or modify resources. List and retrieve commands default to the [interactive explorer](https://platform.claude.com/docs/en/cli-sdks-libraries/cli/using#interactive-explorer) when writing to a ter…
overview
Claude Developer Platform · in the page
cli-sdks-libraries/overview
…API: * **CLI:** The `ant` command-line tool for shell scripting and interactive use. * **Client SDKs:** General-purpose Messages API clients for Python, TypeScript, C#, Go, Java, PHP, and Ruby. Each…
get-started
Claude Developer Platform · in the page
get-started
…environment, it takes precedence over the login credentials. For non-interactive environments such as CI, see [CLI authentication options](https://platform.claude.com/docs/en/cli-sdks-libraries/cli/a…
home
Claude Developer Platform · in the page
home
…p" title="Courses" href="https://academy.claude.com/courses"> Interactive courses to master Claude. </Card> <Card icon="book" title="Cookbook" href="https://platform.claude.com/co…
intro
Claude Developer Platform · in the page
intro
…chef-hat" href="https://platform.claude.com/cookbook"> Learn with interactive Jupyter notebooks covering PDFs, embeddings, and more. </Card> </CardGroup> *** ## Key capabilities Claude can as…
access-transparency
Claude Developer Platform · in the page
manage-claude/access-transparency
…ted safety systems process your content in a secured pipeline with no interactive human access; that processing does not generate `anthropic_access` events. The one event automated processing can init…
admin-api
Claude Developer Platform · in the page
manage-claude/admin-api
…KEN=$(ant auth print-credentials --profile admin --access-token) ``` Interactive tokens are short-lived. If requests start returning 401, re-run the `export` command to refresh the token. The SDKs a…
inference-hooks-configuration
Claude Developer Platform · in the page
manage-claude/inference-hooks-configuration
…, every governed request is inspected. Exclusion applies to a user's interactive sessions; traffic authenticated by machine credentials is always inspected. Changes to the exclusion list are recorded…
wif-admin-api
Claude Developer Platform · in the page
manage-claude/wif-admin-api
…service account and cannot perform every operation on this page. ### Interactive (your terminal) Log in with the [`ant` CLI](https://platform.claude.com/docs/en/cli-sdks-libraries/cli/quickstart) un…
wif-reference
Claude Developer Platform · in the page
manage-claude/wif-reference
….json` | `version`, the cached `access_token`, `expires_at`, and (for interactive login) `refresh_token`. | Secret. Written by the SDK with mode `0600`. | Both the config file and the credential…
agent-setup
Claude Developer Platform · in the page
managed-agents/agent-setup
…to either caller. Supplying `version` is the recommended default for interactive callers, and omitting it fits declarative apply loops, such as a CI job that syncs checked-in agent definitions, where…
onboarding
Claude Developer Platform · in the page
managed-agents/onboarding
…creating and configuring agents. It lets you iterate on configuration interactively before writing code. ## How to build an agent The [visual interface](https://platform.claude.com/workspaces/defaul…
permission-policies
Claude Developer Platform · in the page
managed-agents/permission-policies
…ver denied under `auto`: your client cannot override them. To answer interactively instead, use `ant beta:sessions connect`, which shows the waiting call and sends this event when you allow or deny i…
quickstart
Claude Developer Platform · in the page
managed-agents/quickstart
…arting a session, and streaming agent responses. <Tip> **Prefer an interactive walkthrough?** Run `/claude-api managed-agents-onboard` in the latest version of [Claude Code](https://claude.com/prod…
From Haiku 3.5
Claude Developer Platform · in the page
models/haiku-4-5/migration-guide
…with near-frontier performance, delivering premium model quality for interactive applications and high-volume processing. For a complete overview of capabilities, see the [models overview](https://p…
Use Claude Code with a screen reader
Claude Code CLI · in the page
accessibility
…te a word or a line with one of the [text editing shortcuts](/docs/en/interactive-mode#text-editing), Claude Code announces the deleted text: * Deleting words with `Ctrl+W` or `Alt+D`, or with `Optio…
Set up Claude Code for your organization
Claude Code CLI · in the page
admin-setup
…, `claude setup-token`, and `/install-github-app`, and the terminal's interactive login screen, reached by `/login` or first-run onboarding, pre-selects the method without enforcing it; Claude Code ve…
Escalate hard decisions with the advisor tool
Claude Code CLI · in the page
advisor
…y. The command also works where there is no terminal picker: in [non-interactive mode](/docs/en/headless) with `-p`, in the Agent SDK, in the desktop app, and over [Remote Control](/docs/en/remote-co…
How the agent loop works
Claude Code CLI · in the page
agent-sdk/agent-loop
…| Interactive applications with a custom approval callback…
Use Claude Code features in the SDK
Claude Code CLI · in the page
agent-sdk/claude-code-features
…prompts). Use CLAUDE.md when you want the same context shared between interactive Claude Code sessions and your SDK agents. </Tip> For how to structure and organize CLAUDE.md content, see [Manage Cla…