Complete reference

Every command on one page, generated from the CLI itself. Start at the overview to browse; this page is for searching and for tools.

Append .mdx to any page for its raw Markdown — /cli/reference.mdx is this page as plain text. The docs are also published as /llms.txt and /llms-full.txt.

Global options

These apply to every command, and may be written before or after it.

OptionDescription
-P, --profile <name>Profile to use (env: SIM_PROFILE).
--endpoint <url>Sim deployment to talk to (env: SIM_ENDPOINT).
-w, --workspace <id>Workspace to target (env: SIM_WORKSPACE).
--output <format>Output format for this command. Accepted values: table, json, yaml, text.

sim login

Authorize this terminal and store an API key for the profile

sim login [options]

Options

OptionRequiredDescription
--scope <scope>NoKey space to mint from: platform or copilot. Defaults to platform.
--no-browserNoPrint the URL instead of opening a browser.
-y, --yesNoOverwrite an existing profile without prompting.

sim logout

Remove the profile's stored API key

sim logout [options]

Options

OptionRequiredDescription
--allNoRemove the profile entirely, including its settings.

sim whoami

Show the resolved profile, where each setting came from, and whether it works

sim whoami [options]

Options

OptionRequiredDescription
--no-verifyNoSkip the API check and only print the resolved settings.

sim configure

Set a profile's endpoint, default workspace, or output format

sim configure [options]

Options

OptionRequiredDescription
--set-endpoint <url>NoSim deployment to talk to.
--set-workspace <id>NoDefault workspace for workspace-scoped commands.
--set-output <format>NoDefault output format (table | json | yaml | text).
--unset <key...>NoRemove settings (endpoint, workspace, output).

sim chat

Ask Sim and print the reply

sim chat <message> [options]

Arguments

ArgumentRequiredDescription
messageYesWhat to ask Sim

Options

OptionRequiredDescription
-c, --conversation <id>NoContinue the conversation with this ID.

sim profiles

Also spelled sim profile.

sim profiles list

List configured profiles

sim profiles list

sim profiles add

Add a workspace profile that shares the active stored login

sim profiles add <name> [options]

Arguments

ArgumentRequiredDescription
nameYesName for the new profile

Options

OptionRequiredDescription
-w, --workspace <id>NoExisting workspace to use; omit for an interactive picker.

sim audit-logs

Also spelled sim audit-log.

sim audit-logs get

Get Audit Log (personal API key required)

sim audit-logs get <auditLogId> [options]

Arguments

ArgumentRequiredDescription
auditLogIdYesAudit-log entry identifier.

Options

OptionRequiredDescription
--organization <value>NoOrganization ID; defaults to your only organization, and is required when your account belongs to more than one (personal API key required).

sim audit-logs list

List Audit Logs (personal API key required)

sim audit-logs list [options]

Options

OptionRequiredDescription
--action <value>NoFilter by exact action name.
--resource-type <value>NoFilter by resource type. Accepts a comma-separated set; members are trimmed and deduplicated, and member order affects neither the result nor the cursor.
--resource-id <value>NoFilter by exact resource identifier.
--start-date <value>NoOnly include runs started at or after this UTC ISO 8601 timestamp, e.g. 2026-08-06T00:00:00Z. A date without a time, or a timestamp carrying a UTC offset instead of Z, is rejected, as is year 0000, which names no storable instant.
--end-date <value>NoOnly include runs started at or before this UTC ISO 8601 timestamp, e.g. 2026-08-06T00:00:00Z. A date without a time, or a timestamp carrying a UTC offset instead of Z, is rejected, as is year 0000, which names no storable instant.
--include-departedNoInclude actions by users who have left the organization.
--no-include-departedNoSend --include-departed as false.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.
--organization <value>NoOrganization ID; defaults to your only organization, and is required when your account belongs to more than one (personal API key required).
--actor-email <value>NoFilter by actor email address.
--all-workspacesNoDo not filter to the configured workspace (personal API key required for account-wide access).

sim billing

sim billing status

Show billing status and current-period credit usage (credits and storage require a personal API key)

sim billing status [options]

Options

OptionRequiredDescription
--all-workspacesNoDo not filter to the configured workspace (personal API key required for account-wide access).

sim billing logs

List credit usage events (a personal API key reports only your own events; a workspace API key reports every member's in aggregate, unattributed)

sim billing logs [options]

Options

OptionRequiredDescription
--source <value>NoFilter by usage source; sim-chat combines Copilot and workspace chat. Accepted values: workflow, wand, sim-chat, mcp_copilot, mothership_block, knowledge-base, voice-input, enrichment, voice-output, api-tool.
--period <value>NoBilling period. Accepted values: 1d, 7d, 30d, all, custom.
--start-date <value>NoCustom period start (ISO 8601).
--end-date <value>NoCustom period end (ISO 8601).
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.
--all-workspacesNoDo not filter to the configured workspace (personal API key required for account-wide access).

sim blocks

sim blocks get

Get Block

sim blocks get <blockId>

Arguments

ArgumentRequiredDescription
blockIdYesBlock type identifier. An unversioned base type resolves to the newest version, and the response echoes the resolved id.

sim blocks list

List Blocks

sim blocks list [options]

Options

OptionRequiredDescription
--search <value>NoCase-insensitive substring match against the block id, name, and description.
--category <value>NoRestrict to one toolbar category. Accepted values: blocks, tools, triggers.
--capability <value>NoRestrict to blocks that can start a workflow — the triggers category, blocks declaring triggerAllowed, and blocks with trigger-mode fields. Accepted values: trigger.
--source <value>NoRestrict to shipped blocks or to this workspace’s deployed custom blocks. Accepted values: builtin, custom.
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: id, name, category.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim chat-deployments

sim chat-deployments list

List Chat Deployments

sim chat-deployments list [options]

Options

OptionRequiredDescription
--workflow-id <value>NoRestrict to deployments of one workflow.
--is-activeNoRestrict to active or inactive deployments.
--no-is-activeNoSend --is-active as false.
--sort-by <value>NoField used to sort the result. Accepted values: identifier, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim connector-types

sim connector-types list

List Connector Types

sim connector-types list [options]

Options

OptionRequiredDescription
--search <value>NoCase-insensitive substring match against the connector name.

sim credentials

Also spelled sim credential.

sim credentials delete

Disconnect Credential (personal API key required)

sim credentials delete <credentialId> [options]

Arguments

ArgumentRequiredDescription
credentialIdYesCredential to disconnect.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim credentials providers list

List Credential Providers

sim credentials providers list [options]

Options

OptionRequiredDescription
--search <value>NoCase-insensitive substring match against the credential provider name.

sim credentials list

List Credentials

sim credentials list [options]

Options

OptionRequiredDescription
--type <value>NoRestrict results to this credential type. Accepted values: oauth, service_account.
--provider-id <value>NoRestrict results to credentials for this integration provider.
--search <value>NoCase-insensitive substring match against the credential display name.
--sort-by <value>NoField used to sort the result. Accepted values: displayName, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim credentials update

Update Credential (personal API key required)

sim credentials update <credentialId> [options]

Arguments

ArgumentRequiredDescription
credentialIdYesCredential to update.

Options

OptionRequiredDescription
--display-name <value>NoNew name shown for the credential in Sim.
--description <value>NoNew credential description. Send null to clear the stored one. (--description null sends the word, not JSON null).
--service-account-json <value>NoWrite-only Google service-account JSON key.
--api-token <value>NoWrite-only provider API token.
--domain <value>NoProvider account domain.
--signing-secret <value>NoWrite-only webhook signing secret.
--bot-token <value>NoWrite-only bot token.
--client-id <value>NoOAuth client identifier.
--client-secret <value>NoWrite-only OAuth client secret.
--certificate-id <value>NoProvider certificate mapping identifier.
--org-id <value>NoProvider organization ID.
--data-center <value>NoProvider data center.
--auth-method <value>NoProvider authentication method.
--private-key <value>NoWrite-only PEM private key.
--username <value>NoProvider run-as username.
--name <displayName>NoAlias for --display-name.

sim credentials create

Create a service-account credential using its discovered provider schema (personal API key required)

sim credentials create <providerId> [options]

Arguments

ArgumentRequiredDescription
providerIdYesService-account provider to create a credential for

Options

OptionRequiredDescription
--name <displayName>YesName shown for the credential in Sim.
--credentials <json|@file>YesProvider credentials as JSON (or @path / @- to read a file or stdin).
--description <description>NoOptional credential description.
--id <credentialId>NoClient-generated credential ID when provider discovery requires it.

sim credentials connect

Create a short-lived link for connecting an OAuth provider (personal API key required)

sim credentials connect <providerId> [options]

Arguments

ArgumentRequiredDescription
providerIdYesOAuth provider to connect

Options

OptionRequiredDescription
--name <displayName>YesName shown for the new credential in Sim.

sim credentials reconnect

Create a short-lived link for reconnecting an OAuth credential (personal API key required)

sim credentials reconnect <credentialId>

Arguments

ArgumentRequiredDescription
credentialIdYesExisting OAuth credential to re-authorize

sim custom-tools

Also spelled sim custom-tool.

sim custom-tools create

Create Custom Tool

sim custom-tools create [options]

Options

OptionRequiredDescription
--title <value>YesDisplay title, unique within the workspace.
--schema <json|@file>YesOpenAI function schema: {"type":"function","function":{"name":"...","parameters":{"type":"object","properties":{}}}} (JSON, or @path / @- to read a file or stdin).
--code <value>YesTool implementation executed in the sandboxed function runtime.

sim custom-tools delete

Delete Custom Tool

sim custom-tools delete <customToolId> [options]

Arguments

ArgumentRequiredDescription
customToolIdYesUnique custom tool identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim custom-tools get

Get Custom Tool

sim custom-tools get <customToolId>

Arguments

ArgumentRequiredDescription
customToolIdYesUnique custom tool identifier.

sim custom-tools list

List Custom Tools

sim custom-tools list [options]

Options

OptionRequiredDescription
--search <value>NoCase-insensitive substring match against the tool title.
--sort-by <value>NoField used to sort the result. Accepted values: title, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim custom-tools update

Update Custom Tool

sim custom-tools update <customToolId> [options]

Arguments

ArgumentRequiredDescription
customToolIdYesUnique custom tool identifier.

Options

OptionRequiredDescription
--title <value>NoNew display title for the tool.
--schema <json|@file>NoOpenAI function schema: {"type":"function","function":{"name":"...","parameters":{"type":"object","properties":{}}}} (JSON, or @path / @- to read a file or stdin).
--code <value>NoReplacement tool implementation.

sim files

Also spelled sim file.

sim files batch-delete

Delete several files at once

sim files batch-delete [options]

Options

OptionRequiredDescription
--file-ids <value...>YesFile identifiers to update. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
-y, --yesYesConfirm this operation.

sim files create

Create File

sim files create [options]

Options

OptionRequiredDescription
--name <value>YesFile name, including its extension. Path separators and dot segments are rejected.
--content-type <value>NoMIME type. When omitted, it is inferred from the file extension.
--folder <value>NoFolder path as shown in the app; the leading / is optional.
--content <value>NoInitial file content. Omit or send an empty string for a zero-byte file. The 70,000,000-character bound guards the JSON envelope; the decoded bytes must be at most 50 MiB, and a longer base64 payload is rejected with 413. Use an upload session for anything larger.
--encoding <value>NoEncoding of the content field. Accepted values: utf-8, base64.

sim files folders create

Create a file folder at a path

sim files folders create <path>

Arguments

ArgumentRequiredDescription
pathYesFolder path as shown in the app; the leading / is optional

sim files folders delete

Delete Folder

sim files folders delete <path> [options]

Arguments

ArgumentRequiredDescription
pathYesFolder path as shown in the app; the leading / is optional

Options

OptionRequiredDescription
--recursiveNoDelete the folder and its descendants.
-y, --yesYesConfirm this operation.

sim files folders list

List folders

sim files folders list [options]

Also available as sim files folders ls.

Options

OptionRequiredDescription
--parent <value>NoDirect parent folder path.
--search <value>NoCase-insensitive substring match against the folder name.
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: name, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--scope <value>NoWhich lifecycle set to list: active (default) returns live folders only; archived returns folders a recursive delete soft-deleted, which is how a caller finds a path to hand to the folder restore. Authorization is identical for both. Accepted values: active, archived.
--recursive <value>NoWhether parentPath includes every descendant instead of direct children only. Accepted values: true, 1, yes, on, y, enabled, false, 0, no, off, n, disabled.
--depth <value>NoDeepest level below parentPath to include when recursive is true.

sim files folders move

Rename or move a file folder

sim files folders move <path> <destination>

Also available as sim files folders mv.

Arguments

ArgumentRequiredDescription
pathYesFolder path as shown in the app; the leading / is optional
destinationYesFolder path as shown in the app; the leading / is optional

sim files folders restore

Restore an archived file folder

sim files folders restore <path>

Arguments

ArgumentRequiredDescription
pathYesFolder path as shown in the app; the leading / is optional

sim files delete

Delete File

sim files delete <fileId> [options]

Arguments

ArgumentRequiredDescription
fileIdYesFile identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim files edit

Apply one exact or anchor-based edit to a text file

sim files edit <fileId> [options]

Arguments

ArgumentRequiredDescription
fileIdYesFile identifier.

Options

OptionRequiredDescription
--edit <json|@file>YesOne edit object: {"mode":"search_replace","search":"old","content":"new","replaceAll":false}, {"mode":"replace_between","beforeAnchor":"start line","afterAnchor":"end line","content":"new"}, {"mode":"insert_after","anchor":"line","content":"new"}, or {"mode":"delete_between","startAnchor":"first line deleted","endAnchor":"ending line kept"}. Anchored modes also accept occurrence starting at 1 (JSON, or @path / @- to read a file or stdin).

sim files describe

Show file metadata and sharing status

sim files describe <fileId> [options]

Arguments

ArgumentRequiredDescription
fileIdYesFile identifier.

Options

OptionRequiredDescription
--scope <value>NoWhich lifecycle set to read from: active (default) resolves live files only and returns 404 for a file a delete soft-deleted; archived also resolves soft-deleted files, so metadata stays readable before the file is restored. Authorization is identical for both. Accepted values: active, archived.

sim files share get

Show a file’s share settings

sim files share get <fileId>

Arguments

ArgumentRequiredDescription
fileIdYesFile identifier.

sim files share set

Enable or disable sharing for a file (personal API key required)

sim files share set <fileId> [options]

Arguments

ArgumentRequiredDescription
fileIdYesFile identifier.

Options

OptionRequiredDescription
--is-active <true|false>YesWhether the share should resolve. Disabling preserves the token and the whole access configuration, so re-enabling restores the share as it was; enabling rewrites the credentials the resulting mode does not use. Accepted values: true, false.
--auth-type <value>NoHow access to the share is gated. The stored mode is kept when omitted. Enabling public clears the stored password and empties allowedEmails; password empties allowedEmails; email and sso clear the stored password. Accepted values: public, password, email, sso.
--password <value>NoPassword for a password-gated share. Kept when omitted; enabling password with neither a supplied nor a stored password is a 400.
--allowed-emails <value...>NoAllowed addresses or @domain patterns for email and SSO shares. Kept when omitted; enabling email or sso with an empty resulting list is a 400. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).

sim files list

List Files

sim files list [options]

Options

OptionRequiredDescription
--folder <value>NoFolder path as shown in the app; the leading / is optional.
--recursiveNoWhether the folder filter includes files in subfolders. Defaults to true when a search is set, false otherwise, so listing a folder shows that folder while searching one looks through everything in it. Ignored when no folder filter is set, which already spans the workspace.
--no-recursiveNoSend --recursive as false.
--scope <value>NoWhich lifecycle set to list: active (default) for live files, archived for files a delete soft-deleted. folderPath resolves against active folders only, so pairing it with scope=archived returns an empty page when the containing folder was archived too. Accepted values: active, archived.
--search <value>NoCase-insensitive substring match against the file name.
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: name, size, uploadedAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim files move

Move files into another folder

sim files move [options]

Also available as sim files mv.

Options

OptionRequiredDescription
--file-ids <value...>YesFile identifiers to update. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--to <value>NoDestination folder path; omit for root.

sim files read

Read a file’s text content

sim files read <fileId> [options]

Arguments

ArgumentRequiredDescription
fileIdYesFile identifier.

Options

OptionRequiredDescription
--max-bytes <value>NoOptional ceiling on the source bytes fed to the parser, lowering but never raising the server limit.
--offset <value>NoFirst line to return, 1-based. Absent starts at the first line.
--limit <value>NoHow many lines to return from offset. Absent reads to the end.

sim files rename

Rename a file

sim files rename <fileId> [options]

Arguments

ArgumentRequiredDescription
fileIdYesFile identifier.

Options

OptionRequiredDescription
--name <value>YesNew file name, including its extension.

sim files restore

Restore an archived file

sim files restore <fileId>

Arguments

ArgumentRequiredDescription
fileIdYesFile identifier.

Search File Content

sim files search [options]

Options

OptionRequiredDescription
--query <value>YesRegular expression, or exact text when mode is exact.
--mode <value>NoHow query is read. Accepted values: exact, regex.
--max-results <value>NoMaximum matching lines to return.
--folder <value...>NoFolders to search, by path as shown in the app; omit to search the whole workspace (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--include-subfoldersNoWhether each folder scope includes nested folders; on by default.
--no-include-subfoldersNoSend --include-subfolders as false.

sim files unzip

Unzip an archive into a new folder beside it

sim files unzip <fileId> [options]

Arguments

ArgumentRequiredDescription
fileIdYesFile identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim files set-content

Replace a file’s contents

sim files set-content <fileId> [options]

Arguments

ArgumentRequiredDescription
fileIdYesFile identifier.

Options

OptionRequiredDescription
--content <value>YesComplete replacement content for the file. The 70,000,000-character bound guards the JSON envelope; the decoded bytes must be at most 50 MiB, and a longer base64 payload is rejected with 413.
--encoding <value>NoContent encoding. Accepted values: utf-8, base64.

sim files upload

Upload a file to the workspace

sim files upload <path> [options]

Arguments

ArgumentRequiredDescription
pathYesLocal file to upload

Options

OptionRequiredDescription
--folder <path>NoFolder path as shown in the app; defaults to the root folder.
--name <name>NoStore it under a different name.

sim files get

Get a file’s content

sim files get <fileId> [options]

Arguments

ArgumentRequiredDescription
fileIdYesFile whose content to read

Options

OptionRequiredDescription
-o, --output-file <path>NoWrite content to a file instead of stdout.
--forceNoOverwrite --output-file if it already exists.

sim files ls

List file resources and child folders together

sim files ls [path] [options]

Arguments

ArgumentRequiredDescription
pathNoFolder path to list; defaults to the root folder

Options

OptionRequiredDescription
--search <text>NoFilter folders and resources by name.
--limit <n>NoMaximum combined items to return (0 for everything). Defaults to 100.

sim files mkdir

Create a file directory at a path

sim files mkdir <path>

Arguments

ArgumentRequiredDescription
pathYesFolder path to create; the leading / is optional

sim knowledge

Also spelled sim kb.

sim knowledge from-workspace-files create

Index files the workspace already stores (personal API key required)

sim knowledge from-workspace-files create <knowledgeBaseId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

Options

OptionRequiredDescription
--file <value...>YesWorkspace file ID or key (repeatable) (space-separated, or @path / @- with one value per line; @@value for a literal leading @).

sim knowledge tags save

Declare the tag definitions a knowledge base needs (personal API key required)

sim knowledge tags save <knowledgeBaseId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

Options

OptionRequiredDescription
--definitions <json|@file>YesTag definitions: [{"tagSlot":"tag1","displayName":"category","fieldType":"text"}] (JSON, or @path / @- to read a file or stdin).

sim knowledge tags create

Create Tag (personal API key required)

sim knowledge tags create <knowledgeBaseId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

Options

OptionRequiredDescription
--display-name <value>YesName tag filters and document reads use for this tag.
--field-type <value>NoValue type stored in the slot; it decides which slots are usable and which filter operators apply. Defaults to text, so a number, date, or boolean slot must name its type here. Slot capacity per type: text 7, number 5, date 2, boolean 3. Accepted values: text, number, date, boolean.
--tag-slot <value>NoSlot to store the tag in. Omit to take the next free slot for the field type; a slot that does not belong to the field type, or one already in use, is rejected. Accepted values: tag1, tag2, tag3, tag4, tag5, tag6, tag7, number1, number2, number3, number4, number5, date1, date2, boolean1, boolean2, boolean3.

sim knowledge tags delete

Delete Tag (personal API key required)

sim knowledge tags delete <knowledgeBaseId> <tagId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.
tagIdYesUnique tag definition identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim knowledge tags cleanup

Remove tag definitions no document still uses (personal API key required)

sim knowledge tags cleanup <knowledgeBaseId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

Options

OptionRequiredDescription
--unusedNoWhether to remove only the tag definitions no document in the knowledge base still carries a value for. Defaults to true. Pass --no-unused to delete every definition on the knowledge base, which also clears its slot on every document and chunk and is not recoverable.
--no-unusedNoSend --unused as false.
-y, --yesYesConfirm this operation.

sim knowledge tags next-slot

Show which tag slot a create would take for a field type (personal API key required)

sim knowledge tags next-slot <knowledgeBaseId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

Options

OptionRequiredDescription
--field-type <value>YesValue type stored in the slot; it decides which slots are usable and which filter operators apply. Slot capacity per type: text 7, number 5, date 2, boolean 3. Accepted values: text, number, date, boolean.

sim knowledge tags list

List Tags

sim knowledge tags list <knowledgeBaseId>

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

sim knowledge tags usage

Show how many documents and chunks carry each tag (personal API key required)

sim knowledge tags usage <knowledgeBaseId>

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

sim knowledge tags update

Update Tag (personal API key required)

sim knowledge tags update <knowledgeBaseId> <tagId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.
tagIdYesUnique tag definition identifier.

Options

OptionRequiredDescription
--display-name <value>NoNew tag display name.
--field-type <value>NoNew value type for the tag. Accepted values: text, number, date, boolean.

sim knowledge chunks batch-update

Enable, disable, or delete many chunks at once (personal API key required)

sim knowledge chunks batch-update <knowledgeBaseId> <documentId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.
documentIdYesUnique knowledge document identifier.

Options

OptionRequiredDescription
--operation <value>YesWhat to do with the selected chunks. Accepted values: enable, disable, delete.
--chunk <value...>YesChunks to operate on, by identifier. An id naming no chunk in the document is reported in errors and does not fail the request. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
-y, --yesYesConfirm this operation.

sim knowledge chunks create

Create Chunk (personal API key required)

sim knowledge chunks create <knowledgeBaseId> <documentId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.
documentIdYesUnique knowledge document identifier.

Options

OptionRequiredDescription
--content <value>YesText to embed. It is embedded on write, so the chunk is searchable immediately.
--enabledNoWhether the new chunk participates in search.
--no-enabledNoSend --enabled as false.

sim knowledge chunks delete

Delete Chunk (personal API key required)

sim knowledge chunks delete <knowledgeBaseId> <documentId> <chunkId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.
documentIdYesUnique knowledge document identifier.
chunkIdYesUnique chunk identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim knowledge chunks get

Get Chunk (personal API key required)

sim knowledge chunks get <knowledgeBaseId> <documentId> <chunkId>

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.
documentIdYesUnique knowledge document identifier.
chunkIdYesUnique chunk identifier.

sim knowledge chunks list

List Chunks (personal API key required)

sim knowledge chunks list <knowledgeBaseId> <documentId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.
documentIdYesUnique knowledge document identifier.

Options

OptionRequiredDescription
--search <value>NoCase-insensitive substring match against chunk content.
--enabled <value>NoRestrict to enabled or disabled chunks. all returns both. Accepted values: true, false, all.
--sort-by <value>NoField used to sort the result. Accepted values: chunkIndex, tokenCount, enabled.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim knowledge chunks update

Update Chunk (personal API key required)

sim knowledge chunks update <knowledgeBaseId> <documentId> <chunkId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.
documentIdYesUnique knowledge document identifier.
chunkIdYesUnique chunk identifier.

Options

OptionRequiredDescription
--content <value>NoReplacement text. Changing it re-embeds the chunk and re-derives its token and character counts.
--enabledNoWhether the chunk participates in search. Disabling keeps it indexed.
--no-enabledNoSend --enabled as false.

sim knowledge documents batch-update

Enable or disable every matching document (personal API key required)

sim knowledge documents batch-update <knowledgeBaseId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

Options

OptionRequiredDescription
--operation <value>YesWhether the selected documents become enabled or disabled for search. Accepted values: enable, disable.
--document <value...>NoDocuments to update, by identifier. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--select-allNoApply to every document in the knowledge base.
--enabled-filter <value>NoWith selectAll, restrict the update to documents in this state. Accepted values: all, enabled, disabled.

sim knowledge documents delete

Delete Document

sim knowledge documents delete <knowledgeBaseId> <documentId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.
documentIdYesUnique knowledge document identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim knowledge documents get

Get Document

sim knowledge documents get <knowledgeBaseId> <documentId>

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.
documentIdYesUnique knowledge document identifier.

sim knowledge documents list

List Documents

sim knowledge documents list <knowledgeBaseId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

Options

OptionRequiredDescription
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.
--search <value>NoCase-insensitive substring match against the document filename.
--enabled-filter <value>NoFilter by whether documents are enabled for search. Accepted values: all, enabled, disabled.
--sort-by <value>NoField used to sort the result. Sorting by filename is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: filename, fileSize, tokenCount, chunkCount, uploadedAt, processingStatus, enabled.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--tag-filters <value>NoA JSON-encoded array of at most 10 tag filters, using the same display-name shape as knowledge search: [&#123;"tagName":"category","operator":"eq","value":"billing"&#125;]. Every filter must hold, including two that name the same tag. A name that is not defined in this knowledge base is rejected, never ignored.

sim knowledge documents update

Update Document (personal API key required)

sim knowledge documents update <knowledgeBaseId> <documentId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.
documentIdYesUnique knowledge document identifier.

Options

OptionRequiredDescription
--filename <value>NoNew filename for the document.
--enabledNoWhether the document participates in search. Disabling keeps it indexed.
--no-enabledNoSend --enabled as false.
--tag1 <value>NoNew value for tag slot 1.
--tag2 <value>NoNew value for tag slot 2.
--tag3 <value>NoNew value for tag slot 3.
--tag4 <value>NoNew value for tag slot 4.
--tag5 <value>NoNew value for tag slot 5.
--tag6 <value>NoNew value for tag slot 6.
--tag7 <value>NoNew value for tag slot 7.
--number1 <value>NoNew value for number tag slot 1.
--number2 <value>NoNew value for number tag slot 2.
--number3 <value>NoNew value for number tag slot 3.
--number4 <value>NoNew value for number tag slot 4.
--number5 <value>NoNew value for number tag slot 5.
--date1 <value>NoNew value for date tag slot 1, formatted YYYY-MM-DD.
--date2 <value>NoNew value for date tag slot 2, formatted YYYY-MM-DD.
--boolean1NoNew value for boolean tag slot 1.
--no-boolean1NoSend --boolean1 as false.
--boolean2NoNew value for boolean tag slot 2.
--no-boolean2NoSend --boolean2 as false.
--boolean3NoNew value for boolean tag slot 3.
--no-boolean3NoSend --boolean3 as false.
--retry-processingNoRequeue a failed or stuck document for processing. Send it alone — no other field may accompany it — and it answers with a queue acknowledgement rather than the document.

sim knowledge documents upload

Upload a document to a knowledge base

sim knowledge documents upload <knowledgeBaseId> <path> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesKnowledge base to upload into
pathYesLocal file to upload

Options

OptionRequiredDescription
--name <name>NoStore it under a different name.
--tag <value...>NoDocument tags, in tag1 through tag7 order.
--recipe <name>NoDocument processing recipe. Accepted values: default, plain, markdown, code.
--lang <code>NoDocument language tag: hyphen-separated letter and digit subtags, for example en or en-US.

sim knowledge create

Create Knowledge Base

sim knowledge create [options]

Options

OptionRequiredDescription
--name <value>YesHuman-readable knowledge base name.
--description <value>NoOptional knowledge base description.
--chunking-config <json|@file>NoChunking configuration; defaults are applied when omitted. (JSON, or @path / @- to read a file or stdin).
--folder <value>NoFolder path as shown in the app; the leading / is optional.

sim knowledge connectors create

Create Knowledge Connector (personal API key required)

sim knowledge connectors create <knowledgeBaseId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

Options

OptionRequiredDescription
--connector-type <value>YesRegistered connector type.
--credential-id <value>NoOAuth credential identifier for connectors that require OAuth.
--api-key <value>NoWrite-only API key for connectors that use API-key authentication.
--source-config <json|@file>YesConnector-specific source selection and filtering configuration. (JSON, or @path / @- to read a file or stdin).
--sync-interval-minutes <value>NoScheduled synchronization interval in minutes; zero disables scheduling.

sim knowledge connectors delete

Delete Knowledge Connector (personal API key required)

sim knowledge connectors delete <knowledgeBaseId> <connectorId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesKnowledge base that owns the connector.
connectorIdYesConnector selected for the operation.

Options

OptionRequiredDescription
--delete-documentsNoAlso permanently delete documents produced by this connector.
--no-delete-documentsNoSend --delete-documents as false.
-y, --yesYesConfirm this operation.

sim knowledge connectors get

Get Knowledge Connector (personal API key required)

sim knowledge connectors get <knowledgeBaseId> <connectorId>

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesKnowledge base that owns the connector.
connectorIdYesConnector selected for the operation.

sim knowledge connectors documents list

List Knowledge Connector Documents (personal API key required)

sim knowledge connectors documents list <knowledgeBaseId> <connectorId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesKnowledge base that owns the connector.
connectorIdYesConnector selected for the operation.

Options

OptionRequiredDescription
--include-excludedNoInclude documents explicitly excluded by a user.
--no-include-excludedNoSend --include-excluded as false.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim knowledge connectors documents update

Update Knowledge Connector Documents (personal API key required)

sim knowledge connectors documents update <knowledgeBaseId> <connectorId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesKnowledge base that owns the connector.
connectorIdYesConnector selected for the operation.

Options

OptionRequiredDescription
--operation <value>YesWhether to restore or exclude the selected documents. Accepted values: restore, exclude.
--document <value...>YesConnector document identifiers to update. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).

sim knowledge connectors list

List Knowledge Connectors (personal API key required)

sim knowledge connectors list <knowledgeBaseId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

Options

OptionRequiredDescription
--sort-by <value>NoField used to sort the result. Accepted values: connectorType, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim knowledge connectors sync

Queue a knowledge connector synchronization (personal API key required)

sim knowledge connectors sync <knowledgeBaseId> <connectorId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesKnowledge base that owns the connector.
connectorIdYesConnector selected for the operation.

Options

OptionRequiredDescription
--rehydrateNoRe-fetch and re-index every existing connector document.
--no-rehydrateNoSend --rehydrate as false.

sim knowledge connectors update

Update Knowledge Connector (personal API key required)

sim knowledge connectors update <knowledgeBaseId> <connectorId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesKnowledge base that owns the connector.
connectorIdYesConnector selected for the operation.

Options

OptionRequiredDescription
--source-config <json|@file>NoReplacement source selection and filtering configuration. Updating a runnable connector queues synchronization; paused connectors remain paused. (JSON, or @path / @- to read a file or stdin).
--sync-interval-minutes <value>NoNew scheduled synchronization interval in minutes.
--status <value>NoNew connector state. Accepted values: active, paused.

sim knowledge folders create

Create a knowledge folder at a path

sim knowledge folders create <path>

Arguments

ArgumentRequiredDescription
pathYesFolder path as shown in the app; the leading / is optional

sim knowledge folders delete

Delete Folder

sim knowledge folders delete <path> [options]

Arguments

ArgumentRequiredDescription
pathYesFolder path as shown in the app; the leading / is optional

Options

OptionRequiredDescription
--recursiveNoDelete the folder and its descendants.
-y, --yesYesConfirm this operation.

sim knowledge folders list

List knowledge folders

sim knowledge folders list [options]

Also available as sim knowledge folders ls.

Options

OptionRequiredDescription
--parent <value>NoDirect parent folder path.
--search <value>NoCase-insensitive substring match against the folder name.
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: name, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.

sim knowledge folders move

Rename or move a knowledge folder

sim knowledge folders move <path> <destination>

Also available as sim knowledge folders mv.

Arguments

ArgumentRequiredDescription
pathYesFolder path as shown in the app; the leading / is optional
destinationYesFolder path as shown in the app; the leading / is optional

sim knowledge delete

Delete Knowledge Base

sim knowledge delete <knowledgeBaseId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim knowledge get

Get Knowledge Base

sim knowledge get <knowledgeBaseId>

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

sim knowledge list

List Knowledge Bases

sim knowledge list [options]

Options

OptionRequiredDescription
--scope <value>NoWhich lifecycle set to list: active (default) for live knowledge bases, archived for knowledge bases a DELETE archived and POST /knowledge/&#123;knowledgeBaseId&#125;/restore can bring back. folderPath resolves against active folders only, so pairing it with scope=archived returns an empty page when the containing folder was archived too. Accepted values: active, archived.
--folder <value>NoFolder path as shown in the app; the leading / is optional.
--search <value>NoCase-insensitive substring match against the resource name.
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: name, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim knowledge restore

Restore an archived knowledge base

sim knowledge restore <knowledgeBaseId>

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

Search Knowledge

sim knowledge search [options]

Options

OptionRequiredDescription
--kb <value...>YesKnowledge base ID (repeatable) (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--query <value>NoText to search for.
--top-k <value>NoMaximum number of search results to return. Must be a whole number between 1 and 100; the boundary schema only bounds the range, so a fractional value is admitted here and then rejected with 400 during search.
--tag-filters <json|@file>NoTag filters as [{"tagName":"...","operator":"...","value":"..."}] (JSON, or @path / @- to read a file or stdin).
--search-mode <value>NoSearch algorithm. Accepted values: vector, hybrid.
--reranker-enabledNoRe-order retrieved chunks with a reranking model before truncating to topK. Ignored for a tag-only search, and billed as an additional search unit. Reranking is best-effort — a provider failure falls back to vector ordering, so check rerankerStatus on the response.
--no-reranker-enabledNoSend --reranker-enabled as false.
--reranker-model <value>NoReranking model to use when rerankerEnabled is true. Defaults to rerank-v4.0-fast. Accepted values: rerank-v4.0-pro, rerank-v4.0-fast, rerank-v3.5.
--reranker-input-count <value>NoHow many candidate chunks to retrieve before reranking. Defaults to four times topK, capped at 100. A larger pool costs more retrieval work but gives the reranker more to choose from.

sim knowledge update

Update Knowledge Base

sim knowledge update <knowledgeBaseId> [options]

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.

Options

OptionRequiredDescription
--name <value>NoNew knowledge base name.
--description <value>NoNew knowledge base description.
--chunking-config <json|@file>NoNew document chunking configuration. (JSON, or @path / @- to read a file or stdin).
--folder <value>NoFolder path as shown in the app; the leading / is optional.

sim knowledge mv

Move a knowledge base to a folder

sim knowledge mv <knowledgeBaseId> <folder>

Arguments

ArgumentRequiredDescription
knowledgeBaseIdYesUnique knowledge base identifier.
folderYesFolder path as shown in the app; the leading / is optional

sim knowledge ls

List knowledge resources and child folders together

sim knowledge ls [path] [options]

Arguments

ArgumentRequiredDescription
pathNoFolder path to list; defaults to the root folder

Options

OptionRequiredDescription
--search <text>NoFilter folders and resources by name.
--limit <n>NoMaximum combined items to return (0 for everything). Defaults to 100.

sim knowledge mkdir

Create a knowledge directory at a path

sim knowledge mkdir <path>

Arguments

ArgumentRequiredDescription
pathYesFolder path to create; the leading / is optional

sim logs

Also spelled sim log.

sim logs get

Show run diagnostics

sim logs get <runId> [options]

Arguments

ArgumentRequiredDescription
runIdYesUnique workflow run identifier.

Options

OptionRequiredDescription
--traceNoShow expanded trace spans with inputs, outputs, errors, timing, and cost.

sim logs stats

Summarize run counts, failures and latency over a window

sim logs stats [options]

Options

OptionRequiredDescription
--workflow <value...>NoComma-separated workflow identifiers to include. At most 200 entries. An empty entry is rejected. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--folder <value...>NoFolder path as shown in the app; the leading / is optional (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--trigger <value...>NoComma-separated trigger types to include. An empty entry is rejected. The vocabulary is open, so an unrecognized member selects no runs; the literal all disables this filter. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--level <value>NoSeverity level to include. Accepted values: info, error.
--start-date <value>NoOnly include runs started at or after this UTC ISO 8601 timestamp, e.g. 2026-08-06T00:00:00Z. A date without a time, or a timestamp carrying a UTC offset instead of Z, is rejected, as is year 0000, which names no storable instant.
--end-date <value>NoOnly include runs started at or before this UTC ISO 8601 timestamp, e.g. 2026-08-06T00:00:00Z. A date without a time, or a timestamp carrying a UTC offset instead of Z, is rejected, as is year 0000, which names no storable instant.
--segment-count <value>NoNumber of equal time buckets to divide the window into, from 1 to 500. Exactly this many buckets are always returned. Buckets are never narrower than one minute, so on a short window the series extends past the end of the window rather than being compressed, and the trailing buckets are empty.

sim logs list

List Logs

sim logs list [options]

Options

OptionRequiredDescription
--workflow <value...>NoComma-separated workflow identifiers to include. An empty entry is rejected. At most 200 entries. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--trigger <value...>NoComma-separated trigger types to include. An empty entry is rejected. Values are matched exactly and are case-sensitive — every recorded trigger is lowercase, so API matches nothing while api matches. The vocabulary is open: it covers the core trigger types (manual, api, schedule, chat, webhook, mcp, copilot, workflow, custom_block) and the provider id of any webhook trigger (slack, gmail, github, …), so an unrecognized member is not rejected — it selects no runs. The literal value all is a sentinel that disables this filter entirely, so a list containing it returns runs of every trigger type; no real trigger type is named all. At most 100 entries. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--level <value>NoSeverity level to include. Accepted values: info, error.
--start-date <value>NoOnly include runs started at or after this UTC ISO 8601 timestamp, e.g. 2026-08-06T00:00:00Z. A date without a time, or a timestamp carrying a UTC offset instead of Z, is rejected, as is year 0000, which names no storable instant.
--end-date <value>NoOnly include runs started at or before this UTC ISO 8601 timestamp, e.g. 2026-08-06T00:00:00Z. A date without a time, or a timestamp carrying a UTC offset instead of Z, is rejected, as is year 0000, which names no storable instant.
--min-duration-ms <value>NoMinimum total execution duration in milliseconds. Whole milliseconds from 0 to 2147483647; the stored duration is a 32-bit integer, so a fractional or out-of-range bound is rejected.
--max-duration-ms <value>NoMaximum total execution duration in milliseconds. Whole milliseconds from 0 to 2147483647; the stored duration is a 32-bit integer, so a fractional or out-of-range bound is rejected.
--min-cost <value>NoMinimum execution cost in USD, from 0 to 1000000. A run is never charged a negative amount, so a negative bound is rejected rather than treated as a filter that matches every run.
--max-cost <value>NoMaximum execution cost in USD, from 0 to 1000000. A run is never charged a negative amount, so a negative bound is rejected rather than treated as a filter that matches every run.
--model <value>NoAI model used during execution.
--details <value>NoResponse detail level; full is requested by default to name each run’s workflow. Accepted values: basic, full.
--include-trace-spansNoInclude trace spans in JSON or YAML output (implies full detail).
--include-final-outputNoInclude final output in JSON or YAML output (implies full detail).
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.
--status <value>NoComma-separated execution statuses to include, from pending | running | paused | redacting | completed | failed | cancelled. An empty entry is rejected. ANDed with level, which reports severity rather than lifecycle.
--workflow-name <value>NoCase-insensitive substring match against the run's workflow name. Runs whose workflow has been deleted match nothing, because the name is no longer joinable.
--include-job-runsNoWhether Chat and Sim-agent job runs join the sequence alongside workflow runs. Job runs report kind: "job", carry no workflow summary, and never carry a cost ledger. They are dropped entirely — not partially matched — whenever a filter they cannot answer is set: by workflow, workflow name, folder, model, or status. A filter therefore never means two different things across the union. Accepted only when sorting by startedAt: job runs record cost as a document and no comparable status, so they cannot participate in the other orderings.
--no-include-job-runsNoSend --include-job-runs as false.
--run-id <value>NoExact run identifier to match.
--sort-by <value>NoField used to sort the result. durationMs and cost are null until a run settles; those runs order as though the value were below every recorded one, so they trail an ascending page and lead a descending one. Only startedAt can order Chat and Sim-agent job runs, so any other value is rejected when job runs are included. Accepted values: startedAt, durationMs, cost, status.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--folder <value...>NoFolder path as shown in the app; the leading / is optional (space-separated, or @path / @- with one value per line; @@value for a literal leading @).

sim logs follow

Watch runs as they arrive, printing each new run once

sim logs follow [options]

Options

OptionRequiredDescription
--workflow <id>NoOnly follow runs of this workflow (repeatable).
--folder <path>NoOnly follow runs of workflows in this folder (repeatable).
--trigger <type>NoOnly follow runs with this trigger type (repeatable).
--level <level>NoOnly follow runs at this severity. Accepted values: info, error.
--details <level>NoResponse detail level; full names each run’s workflow. Accepted values: basic, full. Defaults to full.
-n, --lines <count>NoRecent runs to print before watching. Defaults to 10.
--interval <seconds>NoSeconds between polls. Defaults to 3.

sim mcp-servers

Also spelled sim mcp-server.

sim mcp-servers create

Create MCP Server

sim mcp-servers create [options]

Options

OptionRequiredDescription
--name <value>YesServer display name.
--description <value>NoOptional server description.
--transport <value>NoTransport used to communicate with the server. Applied server-side as streamable-http when omitted on create. Accepted values: streamable-http.
--url <value>YesAbsolute HTTP or HTTPS endpoint URL without &#123;&#123;ENV_VAR&#125;&#125; references. It determines server identity and is immutable: delete and recreate the server to change endpoints.
--auth-type <value>NoAuthentication method. When omitted, and no headers are sent, registration probes the endpoint once to classify it, falling back to headers when the probe fails or the server does not advertise OAuth. A server publishing RFC 9728 metadata is therefore stored as oauth, and headers configured afterwards will not authenticate — send this field explicitly to pin the method. Accepted values: none, headers, oauth.
--headers <json|@file>NoWrite-only request headers sent to the server. Replaced wholesale rather than merged on update: sending this field drops every stored header it does not repeat. (JSON, or @path / @- to read a file or stdin).
--timeout <value>NoPer-request timeout in milliseconds. Applied server-side as 30000 when omitted on create.
--retries <value>NoNumber of retries per request. Applied server-side as 3 when omitted on create.
--enabledNoWhether the server tools are available to workflows. Applied server-side as true when omitted on create.
--no-enabledNoSend --enabled as false.
--oauth-client-id <value>NoPre-registered OAuth client identifier. Changing it on update revokes the stored OAuth grant and forces reauthorization.
--oauth-client-secret <value>NoWrite-only pre-registered OAuth client secret. Sending it on update as null or a new value revokes the stored OAuth grant and forces reauthorization, as does switching away from OAuth authentication. (--oauth-client-secret null sends the word, not JSON null).

sim mcp-servers delete

Delete MCP Server

sim mcp-servers delete <mcpServerId> [options]

Arguments

ArgumentRequiredDescription
mcpServerIdYesUnique MCP server identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim mcp-servers get

Get MCP Server

sim mcp-servers get <mcpServerId>

Arguments

ArgumentRequiredDescription
mcpServerIdYesUnique MCP server identifier.

sim mcp-servers list

List MCP Servers

sim mcp-servers list [options]

Options

OptionRequiredDescription
--search <value>NoCase-insensitive substring match against the server name.
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: name, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim mcp-servers tools list

List MCP Server Tools (personal API key required)

sim mcp-servers tools list <mcpServerId> [options]

Arguments

ArgumentRequiredDescription
mcpServerIdYesUnique MCP server identifier.

Options

OptionRequiredDescription
--refreshNoBypass the short-lived per-workspace tool cache and reconnect under your own credentials. A cached result reflects whichever workspace member last ran discovery, so this is the only way to pick up a tool added since then; it costs a live round trip.
--no-refreshNoSend --refresh as false.

sim mcp-servers update

Update MCP Server

sim mcp-servers update <mcpServerId> [options]

Arguments

ArgumentRequiredDescription
mcpServerIdYesUnique MCP server identifier.

Options

OptionRequiredDescription
--name <value>NoServer display name.
--description <value>NoOptional server description.
--transport <value>NoTransport used to communicate with the server. Applied server-side as streamable-http when omitted on create. Accepted values: streamable-http.
--url <value>NoImmutable server URL. When provided, it must equal the current URL; use delete and create to change endpoints.
--auth-type <value>NoAuthentication method. When omitted, and no headers are sent, registration probes the endpoint once to classify it, falling back to headers when the probe fails or the server does not advertise OAuth. A server publishing RFC 9728 metadata is therefore stored as oauth, and headers configured afterwards will not authenticate — send this field explicitly to pin the method. Accepted values: none, headers, oauth.
--headers <json|@file>NoWrite-only request headers sent to the server. Replaced wholesale rather than merged on update: sending this field drops every stored header it does not repeat. (JSON, or @path / @- to read a file or stdin).
--timeout <value>NoPer-request timeout in milliseconds. Applied server-side as 30000 when omitted on create.
--retries <value>NoNumber of retries per request. Applied server-side as 3 when omitted on create.
--enabledNoWhether the server tools are available to workflows. Applied server-side as true when omitted on create.
--no-enabledNoSend --enabled as false.
--oauth-client-id <value>NoPre-registered OAuth client identifier. Changing it on update revokes the stored OAuth grant and forces reauthorization.
--oauth-client-secret <value>NoWrite-only pre-registered OAuth client secret. Sending it on update as null or a new value revokes the stored OAuth grant and forces reauthorization, as does switching away from OAuth authentication. (--oauth-client-secret null sends the word, not JSON null).

sim meta

sim meta status

Show what this API supports and which limits apply

sim meta status

sim sandboxes

Also spelled sim sandbox.

sim sandboxes create

Create Sandbox (personal API key required)

sim sandboxes create [options]

Options

OptionRequiredDescription
--name <value>YesDisplay name, unique within the workspace; 1 to 64 characters.
--language <value>YesDependency ecosystem: javascript installs from npm, python from PyPI. Accepted values: javascript, python.
--dependencies <value...>NoPackage specifiers installed into the sandbox, one per entry. (space-separated, or @path / @- with one value per line; in a file, blank lines and # comments are ignored, while inline values are sent as typed and may not be empty; @@value for a literal leading @).
--cli-tools <value...>NoPinned managed CLI ids installed into the sandbox, at most 10, no duplicates. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--system-packages <value...>NoDebian packages installed into the sandbox, one per entry. (space-separated, or @path / @- with one value per line; in a file, blank lines and # comments are ignored, while inline values are sent as typed and may not be empty; @@value for a literal leading @).

sim sandboxes delete

Delete Sandbox (personal API key required)

sim sandboxes delete <sandboxId> [options]

Arguments

ArgumentRequiredDescription
sandboxIdYesUnique sandbox identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim sandboxes get

Get Sandbox

sim sandboxes get <sandboxId>

Arguments

ArgumentRequiredDescription
sandboxIdYesUnique sandbox identifier.

sim sandboxes list

List Sandboxes

sim sandboxes list [options]

Options

OptionRequiredDescription
--search <value>NoCase-insensitive substring match against the sandbox name.
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: name, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim sandboxes update

Update Sandbox (personal API key required)

sim sandboxes update <sandboxId> [options]

Arguments

ArgumentRequiredDescription
sandboxIdYesUnique sandbox identifier.

Options

OptionRequiredDescription
--name <value>NoNew display name, unique within the workspace; 1 to 64 characters.
--language <value>NoReplacement dependency ecosystem. The whole spec is revalidated against it, so a Python dependency list does not survive a switch to JavaScript. Accepted values: javascript, python.
--dependencies <value...>NoReplacement package list; replaces the whole list. (space-separated, or @path / @- with one value per line; in a file, blank lines and # comments are ignored, while inline values are sent as typed and may not be empty; @@value for a literal leading @).
--cli-tools <value...>NoReplacement managed CLI list; replaces the whole list. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--system-packages <value...>NoReplacement Debian package list; replaces the whole list. (space-separated, or @path / @- with one value per line; in a file, blank lines and # comments are ignored, while inline values are sent as typed and may not be empty; @@value for a literal leading @).

sim secrets

Also spelled sim secret.

sim secrets delete

Delete Secret (personal API key required)

sim secrets delete <name> [options]

Arguments

ArgumentRequiredDescription
nameYesSecret to delete.

Options

OptionRequiredDescription
--scope <value>YesWhether the secret belongs to the workspace or to the caller. A personal secret belongs to the caller across every workspace, not to one workspace. Accepted values: workspace, personal.
-y, --yesYesConfirm this operation.

sim secrets list

List Secrets (personal API key required)

sim secrets list [options]

Options

OptionRequiredDescription
--scope <value>NoRestrict results to one ownership scope. Accepted values: workspace, personal.
--search <value>NoCase-insensitive substring match against the secret name.
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: name, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim secrets set

Create or replace a named secret (personal API key required)

sim secrets set <name> [options]

Arguments

ArgumentRequiredDescription
nameYesSecret name, as referenced in workflows

Options

OptionRequiredDescription
--scope <scope>YesSecret ownership scope. Accepted values: workspace, personal.
--value <value|@file>NoSecret value. Passing it inline exposes it to shell history and process listings; @path reads it from a file and @- from stdin, verbatim — a trailing newline is part of the value, so write the file with printf rather than echo. Prefix a literal leading @ with a second one.
--description <description>NoWhat the secret is for, shown to teammates; workspace scope only. Omit to leave an existing description unchanged.
--unredactedNoOpt the workspace secret out of redaction: its value then appears in plaintext in run logs, model-visible content, and files, including publicly shared log links. Workspace scope only — sending it for a personal secret is rejected. Omit it to leave the current setting untouched. Pass --no-unredacted to restore redaction.
--no-unredactedNoSend --unredacted as false.

sim skills

Also spelled sim skill.

sim skills create

Create Skill (personal API key required)

sim skills create [options]

Options

OptionRequiredDescription
--name <value>YesKebab-case name, unique within the workspace and not reserved by a built-in skill.
--description <value>YesOne-line summary of when the skill applies.
--content <value>YesSkill body containing the instructions given to the agent.

sim skills delete

Delete Skill (personal API key required)

sim skills delete <skillId> [options]

Arguments

ArgumentRequiredDescription
skillIdYesUnique skill identifier. A built-in skill is builtin- followed by its name, for example builtin-research.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim skills get

Get Skill

sim skills get <skillId>

Arguments

ArgumentRequiredDescription
skillIdYesUnique skill identifier. A built-in skill is builtin- followed by its name, for example builtin-research.

sim skills editors create

Grant Skill Editor (personal API key required)

sim skills editors create <skillId> [options]

Arguments

ArgumentRequiredDescription
skillIdYesUnique skill identifier. A built-in skill is builtin- followed by its name, for example builtin-research.

Options

OptionRequiredDescription
--email <value>YesEmail address of a current workspace member.

sim skills editors list

List Skill Editors

sim skills editors list <skillId> [options]

Arguments

ArgumentRequiredDescription
skillIdYesUnique skill identifier. A built-in skill is builtin- followed by its name, for example builtin-research.

Options

OptionRequiredDescription
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: email, name.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim skills editors delete

Revoke Skill Editor (personal API key required)

sim skills editors delete <skillId> [options]

Arguments

ArgumentRequiredDescription
skillIdYesUnique skill identifier. A built-in skill is builtin- followed by its name, for example builtin-research.

Options

OptionRequiredDescription
--email <value>YesEmail address of a current workspace member.
-y, --yesYesConfirm this operation.

sim skills list

List Skills

sim skills list [options]

Options

OptionRequiredDescription
--search <value>NoCase-insensitive substring match against the skill name.
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: name, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim skills update

Update Skill (personal API key required)

sim skills update <skillId> [options]

Arguments

ArgumentRequiredDescription
skillIdYesUnique skill identifier. A built-in skill is builtin- followed by its name, for example builtin-research.

Options

OptionRequiredDescription
--name <value>NoNew kebab-case skill name.
--description <value>NoNew one-line summary of when the skill applies.
--content <value>NoReplacement skill body.

sim tables

Also spelled sim table.

sim tables columns create

Add Column

sim tables columns create <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--column <json|@file>YesColumn definition to add. (JSON, or @path / @- to read a file or stdin).

sim tables columns delete

Delete Column

sim tables columns delete <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--column-name <value>YesName of the column to delete.
-y, --yesYesConfirm this operation.

sim tables columns update

Update Column

sim tables columns update <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--column-name <value>YesCurrent name of the column to update.
--updates <json|@file>YesMutable column fields. (JSON, or @path / @- to read a file or stdin).

sim tables groups create

Add Workflow Group

sim tables groups create <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--group <json|@file>YesWorkflow or enrichment producer definition. (JSON, or @path / @- to read a file or stdin).
--output-columns <json|@file>YesColumns created for producer outputs. (JSON, or @path / @- to read a file or stdin).
--auto-runNoWhether to schedule existing rows after group creation.
--no-auto-runNoSend --auto-run as false.

sim tables groups delete

Delete Workflow Group

sim tables groups delete <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--group-id <value>YesWorkflow group to delete.
-y, --yesYesConfirm this operation.

sim tables groups list

List Workflow Groups

sim tables groups list <tableId>

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

sim tables groups update

Update Workflow Group

sim tables groups update <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--group-id <value>YesWorkflow group to update.
--workflow-id <value>NoReplacement backing workflow identifier.
--name <value>NoReplacement workflow-group display name.
--dependencies <json|@file>NoReplacement input dependencies. (JSON, or @path / @- to read a file or stdin).
--outputs <json|@file>NoReplacement producer outputs. (JSON, or @path / @- to read a file or stdin).
--new-output-columns <json|@file>NoColumns to add for new outputs. (JSON, or @path / @- to read a file or stdin).
--mapping-updates <json|@file>NoExisting output-column mapping changes. (JSON, or @path / @- to read a file or stdin).
--input-mappings <json|@file>NoReplacement workflow input mappings. (JSON, or @path / @- to read a file or stdin).
--deployment-mode <value>NoReplacement workflow execution mode. Accepted values: live, deployed.
--type <value>NoWorkflow-group producer type. Must match the group's stored type — a group's producer cannot be changed after creation. Accepted values: manual, enrichment.
--auto-runNoReplacement automatic-run setting.
--no-auto-runNoSend --auto-run as false.

sim tables batch-delete

Bulk Delete Tables and Folders

sim tables batch-delete [options]

Options

OptionRequiredDescription
--table-ids <json|@file>NoTables to archive, by identifier. (JSON, or @path / @- to read a file or stdin).
--folder <value...>NoFolder path as shown in the app; the leading / is optional (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
-y, --yesYesConfirm this operation.

sim tables rows update-each

Apply a distinct patch to each listed row

sim tables rows update-each <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--updates <json|@file>YesOne merge patch per row. Each row identifier may appear at most once. (JSON, or @path / @- to read a file or stdin).

sim tables rows create

Create Rows

sim tables rows create <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--data <json|@file>NoOne row keyed by column name (JSON, or @path / @-; choose exactly one body flag).
--rows <json|@file>NoSeveral rows keyed by column name (JSON, or @path / @-; choose exactly one body flag).

sim tables rows delete

Delete Row

sim tables rows delete <tableId> <rowId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.
rowIdYesUnique table row identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim tables rows batch-delete

Delete rows matching a filter, or an explicit list of ids

sim tables rows batch-delete <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--filter <json|@file>NoPredicate: {"all":[{"field":"status","op":"eq","value":"active"}]}; groups use all/any. Operators: eq, ne, gt, gte, lt, lte, in, nin, contains, ncontains, startsWith, endsWith, like, ilike, nlike, nilike, isEmpty, isNotEmpty, isNull, isNotNull (JSON, or @path / @- to read a file or stdin).
--limit <value>NoMaximum matching rows to delete. (caps a --filter match only; omit it to act on every match, and note 0 is not accepted).
--row <value...>NoExplicit row identifiers to delete. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
-y, --yesYesConfirm this operation.

sim tables rows get

Get Row

sim tables rows get <tableId> <rowId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.
rowIdYesUnique table row identifier.

Options

OptionRequiredDescription
--include-run-stateNoInclude per-workflow-group run state on the returned row. Off by default.
--no-include-run-stateNoSend --include-run-state as false.

sim tables rows list

List Rows

sim tables rows list <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.
--include-run-stateNoInclude per-workflow-group run state on every returned row. Off by default: run state is a separate sidecar read and its blockErrors are unbounded, so a full page carries it only when asked. Caps limit at 200.
--no-include-run-stateNoSend --include-run-state as false.

sim tables rows query

Query Rows

sim tables rows query <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--filter <json|@file>NoCondition: {"field":"status","op":"eq","value":"active"}. Groups: {"all":[{"field":"status","op":"eq","value":"active"}]} or {"any":[{"field":"status","op":"eq","value":"active"}]}; group entries may also be nested groups. Operators: eq, ne, gt, gte, lt, lte, in, nin, contains, ncontains, startsWith, endsWith, like, ilike, nlike, nilike, isEmpty, isNotEmpty, isNull, isNotNull (JSON, or @path / @- to read a file or stdin).
--sort <json|@file>NoOrdered sort keys: [{"field":"createdAt","direction":"desc"}] (direction: asc or desc) (JSON, or @path / @- to read a file or stdin).
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.
--include-run-stateNoInclude per-workflow-group run state on every returned row. Off by default: run state is a separate sidecar read and its blockErrors are unbounded, so a full page carries it only when asked. Incompatible with limit: 0, and caps limit at 200.
--no-include-run-stateNoSend --include-run-state as false.

sim tables rows count

Count rows matching a filter

sim tables rows count <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--filter <json|@file>NoCondition: {"field":"status","op":"eq","value":"active"}. Groups: {"all":[{"field":"status","op":"eq","value":"active"}]} or {"any":[{"field":"status","op":"eq","value":"active"}]}; group entries may also be nested groups. Operators: eq, ne, gt, gte, lt, lte, in, nin, contains, ncontains, startsWith, endsWith, like, ilike, nlike, nilike, isEmpty, isNotEmpty, isNull, isNotNull (JSON, or @path / @- to read a file or stdin).

sim tables rows enrich

Run one row’s enrichment group

sim tables rows enrich <tableId> <rowId> <groupId>

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.
rowIdYesUnique table row identifier.
groupIdYesWorkflow or enrichment group to run.

Search cells for a value and return their coordinates

sim tables rows search <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--query <value>YesValue to search for.
--filter <json|@file>NoPredicate: {"all":[{"field":"status","op":"eq","value":"active"}]}; groups use all/any. Operators: eq, ne, gt, gte, lt, lte, in, nin, contains, ncontains, startsWith, endsWith, like, ilike, nlike, nilike, isEmpty, isNotEmpty, isNull, isNotNull (JSON, or @path / @- to read a file or stdin).
--sort <json|@file>NoOrdered sort keys: [{"field":"createdAt","direction":"desc"}] (direction: asc or desc) (JSON, or @path / @- to read a file or stdin).

sim tables rows batch-update

Update every row matching a filter

sim tables rows batch-update <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--filter <json|@file>YesPredicate: {"all":[{"field":"status","op":"eq","value":"active"}]}; groups use all/any. Operators: eq, ne, gt, gte, lt, lte, in, nin, contains, ncontains, startsWith, endsWith, like, ilike, nlike, nilike, isEmpty, isNotEmpty, isNull, isNotNull (JSON, or @path / @- to read a file or stdin).
--data <json|@file>YesRow-data patch applied to every matching row. (JSON, or @path / @- to read a file or stdin).
--limit <value>NoMaximum matching rows to update. (caps a --filter match only; omit it to act on every match, and note 0 is not accepted).
-y, --yesYesConfirm this operation.

sim tables rows update

Update Row

sim tables rows update <tableId> <rowId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.
rowIdYesUnique table row identifier.

Options

OptionRequiredDescription
--data <json|@file>YesPartial row-data patch keyed by column name. (JSON, or @path / @- to read a file or stdin).

sim tables dispatches cancel

Cancel a running dispatch

sim tables dispatches cancel <tableId> <dispatchId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.
dispatchIdYesUnique table run-dispatch identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim tables dispatches create

Start a column or enrichment run

sim tables dispatches create <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--group-ids <value...>YesWorkflow or enrichment groups to run. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--run-mode <value>NoWhether to run all or only incomplete cells. Accepted values: all, incomplete.
--row-ids <value...>NoExplicit row subset to run. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--filter <json|@file>NoPredicate: {"all":[{"field":"status","op":"eq","value":"active"}]}; groups use all/any. Operators: eq, ne, gt, gte, lt, lte, in, nin, contains, ncontains, startsWith, endsWith, like, ilike, nlike, nilike, isEmpty, isNotEmpty, isNull, isNotNull (JSON, or @path / @- to read a file or stdin).
--exclude-row-ids <value...>NoRows excluded from a select-all run scope. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--max-rows <n>NoStop after this many eligible rows have run (1-1,000,000). Omit for an unbounded run.

sim tables dispatches get

Get Run Dispatch

sim tables dispatches get <tableId> <dispatchId>

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.
dispatchIdYesUnique table run-dispatch identifier.

sim tables dispatches list

List Active Run Dispatches

sim tables dispatches list <tableId>

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

sim tables exports cancel

Stop a running export

sim tables exports cancel <tableId> <exportId>

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.
exportIdYesUnique table-export identifier.

sim tables exports create

Create Table Export

sim tables exports create <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--format <value>NoExport file format. Accepted values: csv, json.

sim tables exports get

Get Table Export

sim tables exports get <tableId> <exportId>

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.
exportIdYesUnique table-export identifier.

sim tables exports download

Get the download URL for a finished export

sim tables exports download <tableId> <exportId>

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.
exportIdYesUnique table-export identifier.

sim tables imports cancel

Stop a running import

sim tables imports cancel <importId> [options]

Arguments

ArgumentRequiredDescription
importIdYesUnique table-import identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim tables imports get

Get Table Import

sim tables imports get <importId>

Arguments

ArgumentRequiredDescription
importIdYesUnique table-import identifier.

sim tables cancel-runs

Stop every running column job

sim tables cancel-runs <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--scope <value>YesWhether to cancel across the table or one row. Accepted values: all, row.
--row-id <value>NoRow whose runs should be canceled for row scope.
--filter <json|@file>NoPredicate: {"all":[{"field":"status","op":"eq","value":"active"}]}; groups use all/any. Operators: eq, ne, gt, gte, lt, lte, in, nin, contains, ncontains, startsWith, endsWith, like, ilike, nlike, nilike, isEmpty, isNotEmpty, isNull, isNotNull (JSON, or @path / @- to read a file or stdin).
--exclude-row-ids <value...>NoRows excluded from an all-scope cancellation. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
-y, --yesYesConfirm this operation.

sim tables create

Create Table

sim tables create [options]

Options

OptionRequiredDescription
--name <value>YesIdentifier: letters, numbers, and underscores; cannot start with a number.
--description <value>NoOptional table description.
--schema <json|@file>YesTable schema: {"columns":[{"name":"email","type":"string"}]} (JSON, or @path / @- to read a file or stdin).
--folder <value>NoFolder path as shown in the app; the leading / is optional.

sim tables folders create

Create a table folder at a path

sim tables folders create <path>

Arguments

ArgumentRequiredDescription
pathYesFolder path as shown in the app; the leading / is optional

sim tables folders delete

Delete Folder

sim tables folders delete <path> [options]

Arguments

ArgumentRequiredDescription
pathYesFolder path as shown in the app; the leading / is optional

Options

OptionRequiredDescription
--recursiveNoDelete the folder and its descendants.
-y, --yesYesConfirm this operation.

sim tables folders list

List table folders

sim tables folders list [options]

Also available as sim tables folders ls.

Options

OptionRequiredDescription
--parent <value>NoDirect parent folder path.
--search <value>NoCase-insensitive substring match against the folder name.
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: name, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.

sim tables folders move

Rename or move a table folder

sim tables folders move <path> <destination>

Also available as sim tables folders mv.

Arguments

ArgumentRequiredDescription
pathYesFolder path as shown in the app; the leading / is optional
destinationYesFolder path as shown in the app; the leading / is optional

sim tables folders restore

Restore an archived table folder

sim tables folders restore <path>

Arguments

ArgumentRequiredDescription
pathYesFolder path as shown in the app; the leading / is optional

sim tables views create

Create View

sim tables views create <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--name <value>YesSaved-view display name.
--config <json|@file>YesSaved filter, sort, and column-layout configuration. (JSON, or @path / @- to read a file or stdin).

sim tables views delete

Delete View

sim tables views delete <tableId> <viewId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.
viewIdYesUnique saved-view identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim tables views get

Get View

sim tables views get <tableId> <viewId>

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.
viewIdYesUnique saved-view identifier.

sim tables views list

List Views

sim tables views list <tableId>

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

sim tables views update

Update View

sim tables views update <tableId> <viewId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.
viewIdYesUnique saved-view identifier.

Options

OptionRequiredDescription
--name <value>NoReplacement saved-view display name.
--config <json|@file>NoComplete replacement saved-view configuration. (JSON, or @path / @- to read a file or stdin).
--config-patch <json|@file>NoSaved-view configuration fields to shallow-merge. (JSON, or @path / @- to read a file or stdin).
--is-defaultNoWhether to promote this view to the table default.
--no-is-defaultNoSend --is-default as false.

sim tables delete

Delete Table

sim tables delete <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim tables enrichment get

Get Enrichment Run Detail

sim tables enrichment get <tableId> <rowId> <groupId>

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.
rowIdYesUnique table row identifier.
groupIdYesWorkflow or enrichment group to run.

sim tables get

Get Table

sim tables get <tableId>

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

sim tables list

List Tables

sim tables list [options]

Options

OptionRequiredDescription
--scope <value>NoWhich lifecycle set to list: active (default) for live tables, archived for tables a delete archived and a table restore can bring back. folderPath resolves against active folders only, so pairing it with scope=archived returns an empty page when the containing folder was archived too. Accepted values: active, archived.
--folder <value>NoFolder path as shown in the app; the leading / is optional.
--search <value>NoCase-insensitive substring match against the resource name.
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: name, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim tables move

Move Tables and Folders

sim tables move [options]

Options

OptionRequiredDescription
--table-ids <json|@file>NoTables to move, by identifier. (JSON, or @path / @- to read a file or stdin).
--folder <value...>NoTable folders to move, by path as shown in the app; the leading / is optional (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--to <value>NoDestination folder path; omit for root.

sim tables restore

Restore an archived table

sim tables restore <tableId>

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

sim tables update

Update Table

sim tables update <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--name <value>NoIdentifier: letters, numbers, and underscores; cannot start with a number.
--description <value>NoReplacement table description, or null to clear it. (--description null sends the word, not JSON null).
--folder <value>NoFolder path as shown in the app; the leading / is optional.

sim tables mv

Move a table to a folder

sim tables mv <tableId> <folder>

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.
folderYesFolder path as shown in the app; the leading / is optional

sim tables upsert

Insert a row, or update the one that conflicts on a unique column

sim tables upsert <tableId> [options]

Arguments

ArgumentRequiredDescription
tableIdYesUnique table identifier.

Options

OptionRequiredDescription
--data <json|@file>YesComplete set of row cells keyed by column name. On the update branch this REPLACES the matched row: any column not present here is cleared, unlike a single-row update, which merges. (JSON, or @path / @- to read a file or stdin).
--on <value>NoUnique column to resolve the conflict against.

sim tables import

Import a CSV, into a new table by default

sim tables import [path] [options]

Arguments

ArgumentRequiredDescription
pathNoLocal CSV file to import; omit when using --file-id

Options

OptionRequiredDescription
--name <name>NoIdentifier for the new table: letters, numbers, and underscores; defaults to the sanitized file name.
--table-id <id>NoImport into this existing table instead of creating one.
--mode <append|replace>NoHow to write into --table-id (default: append). Accepted values: append, replace.
--folder <path>NoFolder path for the new table, as shown in the app.
--file-id <id>NoImport a file already in the workspace instead of a local path.
--mapping <json|@file>NoColumn mapping (--table-id only).
--create-columns <json|@file>NoColumns to create (--table-id only).
--timezone <iana>NoTimezone for date parsing, e.g. America/New_York.
-y, --yesNoConfirm this destructive operation (required with --mode replace).
--no-waitNoReturn once the import is queued instead of watching it.

sim tables ls

List table resources and child folders together

sim tables ls [path] [options]

Arguments

ArgumentRequiredDescription
pathNoFolder path to list; defaults to the root folder

Options

OptionRequiredDescription
--search <text>NoFilter folders and resources by name.
--limit <n>NoMaximum combined items to return (0 for everything). Defaults to 100.

sim tables mkdir

Create a table directory at a path

sim tables mkdir <path>

Arguments

ArgumentRequiredDescription
pathYesFolder path to create; the leading / is optional

sim tools

sim tools execute

Run one built-in tool and print what it produced (personal API key required)

sim tools execute <toolId> [options]

Arguments

ArgumentRequiredDescription
toolIdYesTool identifier. An unversioned name resolves to the newest version, and the response echoes the resolved id.

Options

OptionRequiredDescription
--input <json|@file>NoTool arguments as JSON, keyed by the parameter ids sim tools get &lt;toolId&gt; lists (JSON, or @path / @- to read a file or stdin).
--credential-id <value>NoCredential to authenticate with, required for OAuth tools.
--timeout <value>NoSeconds to wait before abandoning the call.

sim tools get

Get Tool

sim tools get <toolId>

Arguments

ArgumentRequiredDescription
toolIdYesTool identifier. An unversioned name resolves to the newest version, and the response echoes the resolved id.

sim tools list

List Tools

sim tools list [options]

Options

OptionRequiredDescription
--search <value>NoCase-insensitive substring match against the tool id, name, and description.
--hosted-api-key <value>NoRestrict to tools by how their API key is supplied. Accepted values: always, conditional, none.
--oauth-provider <value>NoRestrict to tools that authenticate against this OAuth service.
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: id, name.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim workflow-mcp-servers

sim workflow-mcp-servers create

Create Workflow MCP Server (personal API key required)

sim workflow-mcp-servers create [options]

Options

OptionRequiredDescription
--name <value>YesServer display name, shown to connecting MCP clients.
--description <value>NoOptional server description.
--is-publicNoWhether the server answers MCP clients without a Sim API key. Defaults to false — a public server executes the workflows it publishes for anyone holding its URL.
--no-is-publicNoSend --is-public as false.
--workflow <value...>NoDeployed workflows to publish as tools on the new server. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).

sim workflow-mcp-servers delete

Delete Workflow MCP Server (personal API key required)

sim workflow-mcp-servers delete <serverId> [options]

Arguments

ArgumentRequiredDescription
serverIdYesUnique workflow-MCP server identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim workflow-mcp-servers tools create

Publish Workflow As MCP Tool (personal API key required)

sim workflow-mcp-servers tools create <serverId> [options]

Arguments

ArgumentRequiredDescription
serverIdYesUnique workflow-MCP server identifier.

Options

OptionRequiredDescription
--workflow-id <value>YesDeployed workflow to publish. The workflow must already be deployed.
--tool-name <value>NoName MCP clients call. Normalized to the MCP tool-name grammar, and derived from the workflow name when omitted.
--tool-description <value>NoDescription shown to MCP clients. Derived from the workflow name when omitted.
--parameter-descriptions <json|@file>NoPer-field description overrides applied to the schema generated from the deployed workflow inputs, as [{"name":"email","description":"Customer email address"}]. A name matching no input field is ignored (JSON, or @path / @- to read a file or stdin).

sim workflow-mcp-servers tools list

List Workflow MCP Tools (personal API key required)

sim workflow-mcp-servers tools list <serverId>

Arguments

ArgumentRequiredDescription
serverIdYesUnique workflow-MCP server identifier.

sim workflow-mcp-servers tools delete

Unpublish Workflow MCP Tool (personal API key required)

sim workflow-mcp-servers tools delete <serverId> <workflowId> [options]

Arguments

ArgumentRequiredDescription
serverIdYesUnique workflow-MCP server identifier.
workflowIdYesWorkflow published as a tool on this server.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim workflow-mcp-servers get

Get Workflow MCP Server (personal API key required)

sim workflow-mcp-servers get <serverId>

Arguments

ArgumentRequiredDescription
serverIdYesUnique workflow-MCP server identifier.

sim workflow-mcp-servers list

List Workflow MCP Servers (personal API key required)

sim workflow-mcp-servers list [options]

Options

OptionRequiredDescription
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: name, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim workflow-mcp-servers update

Update Workflow MCP Server (personal API key required)

sim workflow-mcp-servers update <serverId> [options]

Arguments

ArgumentRequiredDescription
serverIdYesUnique workflow-MCP server identifier.

Options

OptionRequiredDescription
--name <value>NoServer display name, shown to connecting MCP clients.
--description <value>NoNew server description, or null to clear it. (--description null sends the word, not JSON null).
--is-publicNoWhether the server answers MCP clients without a Sim API key.
--no-is-publicNoSend --is-public as false.

sim workflows

Also spelled sim workflow.

sim workflows activate create

Activate Workflow Version (personal API key required)

sim workflows activate create <workflowId> <version> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.
versionYesNumeric deployment version.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim workflows operations apply

Apply Workflow Operations (personal API key required)

sim workflows operations apply <workflowId> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

Options

OptionRequiredDescription
--dry-runNoValidate and lint without persisting. The response is identical to the committed write of the same body, so a caller can inspect lint and then re-send the request for real. Nothing is written, no audit entry is recorded, and collaborators are not notified.
--no-dry-runNoSend --dry-run as false.
--operations <json|@file>YesEdits to apply, in a single batch, keyed by operation_type: [{"operation_type":"add","block_id":"my-fn","params":{"type":"function","name":"My Fn","inputs":{"code":"return {ok:true}"}}},{"operation_type":"edit","block_id":"<uuid>","params":{"name":"Renamed","connections":{"success":"my-fn"}}},{"operation_type":"delete","block_id":"<uuid>"}]. Also extract_from_subflow, whose params carry {"subflowId":"<loop-id>"}, and insert_into_subflow, which creates a block and so takes an add’s params plus that subflowId (JSON, or @path / @- to read a file or stdin).
--atomicNoFail the whole batch when any operation is declined or any block input would be dropped. The default applies what it can and reports the rest in skipped and inputValidationErrors; true writes nothing and answers 409 instead.
--no-atomicNoSend --atomic as false.
--layout <value>NoWhether to reposition blocks the batch touched. targeted (default) nudges only the affected subgraph; none leaves every position exactly as supplied. Accepted values: targeted, none.
--set-block-enabled <json|@file>NoBlocks to enable or disable, applied after --operations: [{"block_id":"<uuid>","enabled":false}]. Disabling a loop or parallel cascades to its unlocked descendants; enabling a block whose container is disabled is declined (JSON, or @path / @- to read a file or stdin).
-y, --yesNoConfirm this operation (required unless --dry-run).

sim workflows variables update

Update Workflow Variables

sim workflows variables update <workflowId> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

Options

OptionRequiredDescription
--operations <json|@file>YesVariable changes to apply in order, keyed by operation: [{"operation":"add","name":"my_var","type":"string","value":"hello"},{"operation":"edit","name":"my_var","value":"updated"},{"operation":"delete","name":"my_var"}] (JSON, or @path / @- to read a file or stdin).
-y, --yesYesConfirm this operation.

sim workflows runs cancel

Cancel a running workflow run

sim workflows runs cancel <runId> [options]

Arguments

ArgumentRequiredDescription
runIdYesUnique workflow run identifier.

Options

OptionRequiredDescription
--workflow <workflowId>YesWorkflow ID.

sim workflows runs get

Show run status (requested outputs are included in JSON or YAML output)

sim workflows runs get <runId> [options]

Arguments

ArgumentRequiredDescription
runIdYesUnique workflow run identifier.

Options

OptionRequiredDescription
--workflow <workflowId>YesWorkflow ID.
--include-outputNoInclude the final output in JSON or YAML output.
--select-output <value...>NoInclude blockId or blockId.path values in JSON or YAML output; block names are not resolved on a finished run (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--include-file-base64NoInline each produced file's bytes as base64. Requires includeOutput. A file above the inline ceiling answers 413 naming its download path; fetch large files from downloadPath instead.
--no-include-file-base64NoSend --include-file-base64 as false.
--base64-max-bytes <value>NoPer-file inline ceiling, lowering but never raising the server limit of 16 MiB.

sim workflows runs list

List runs for a workflow

sim workflows runs list [options]

Options

OptionRequiredDescription
--workflow <workflowId>YesWorkflow ID.
--status <value>NoFilter by run status. Accepted values: pending, running, completed, failed, cancelled, paused.
--trigger <value>NoFilter by trigger type.
--start-date <value>NoOnly include runs started at or after this UTC ISO 8601 timestamp, e.g. 2026-08-06T00:00:00Z. A date without a time, or a timestamp carrying a UTC offset instead of Z, is rejected, as is year 0000, which names no storable instant.
--end-date <value>NoOnly include runs started at or before this UTC ISO 8601 timestamp, e.g. 2026-08-06T00:00:00Z. A date without a time, or a timestamp carrying a UTC offset instead of Z, is rejected, as is year 0000, which names no storable instant.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.
--order <value>NoSort direction by run start time. This list is sortable only by run start time, so it takes order in place of sortBy/sortOrder, which it rejects. Accepted values: asc, desc.

sim workflows runs resume

Resume a paused run (output is included in JSON or YAML output)

sim workflows runs resume <runId> [options]

Arguments

ArgumentRequiredDescription
runIdYesUnique workflow run identifier.

Options

OptionRequiredDescription
--workflow <workflowId>YesWorkflow ID.
--context <value>YesPause context ID returned by run status.
--input <json|@file>NoResume input as JSON (JSON, or @path / @- to read a file or stdin).

sim workflows runs wait

Wait for a run to reach a terminal state, then show it

sim workflows runs wait <runId> [options]

Arguments

ArgumentRequiredDescription
runIdYesUnique workflow run identifier.

Options

OptionRequiredDescription
--workflow <workflowId>YesWorkflow ID.
--wait-timeout <seconds>NoGive up after this many seconds, or 0 to wait indefinitely (default: 3600). Bounds the whole wait; SIM_TIMEOUT_SECONDS bounds one request.

sim workflows create

Create Workflow

sim workflows create [options]

Options

OptionRequiredDescription
--name <value>YesWorkflow name.
--description <value>NoOptional workflow description.
--folder <value>NoFolder path as shown in the app; the leading / is optional.

sim workflows folders create

Create a workflow folder at a path

sim workflows folders create <path>

Arguments

ArgumentRequiredDescription
pathYesFolder path as shown in the app; the leading / is optional

sim workflows folders delete

Delete Workflow Folder

sim workflows folders delete <path> [options]

Arguments

ArgumentRequiredDescription
pathYesFolder path as shown in the app; the leading / is optional

Options

OptionRequiredDescription
--recursiveNoDelete the folder and its descendants.
-y, --yesYesConfirm this operation.

sim workflows folders list

List workflow folders

sim workflows folders list [options]

Also available as sim workflows folders ls.

Options

OptionRequiredDescription
--parent <value>NoDirect parent folder path.
--search <value>NoCase-insensitive substring match against the folder name.
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: name, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.

sim workflows folders move

Rename or move a workflow folder

sim workflows folders move <path> <destination>

Also available as sim workflows folders mv.

Arguments

ArgumentRequiredDescription
pathYesFolder path as shown in the app; the leading / is optional
destinationYesFolder path as shown in the app; the leading / is optional

sim workflows delete

Delete Workflow

sim workflows delete <workflowId> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim workflows chat unpublish

Take a workflow’s chat deployment offline (personal API key required)

sim workflows chat unpublish <workflowId> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim workflows chat status

Show a workflow’s chat deployment (personal API key required)

sim workflows chat status <workflowId>

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

sim workflows chat publish

Publish or replace a workflow’s chat deployment (personal API key required)

sim workflows chat publish <workflowId> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

Options

OptionRequiredDescription
--identifier <value>YesURL slug the deployed chat answers on. Must be free across live deployments.
--title <value>YesTitle shown to visitors.
--description <value>NoDescription shown to visitors. Omitted clears it.
--customizations <json|@file>NoPresentation overrides. Omitted fields take platform defaults. (JSON, or @path / @- to read a file or stdin).
--auth-type <value>NoHow visitors are gated. public leaves the chat open to anyone holding the URL. Accepted values: public, password, email, sso.
--password <value>NoWrite-only password. Required whenever authType is password, and rejected otherwise. Never readable back.
--allowed-emails <json|@file>NoEmail addresses or domains admitted under email and sso gating. At least one is required for those modes. (JSON, or @path / @- to read a file or stdin).
--output-configs <json|@file>NoBlock outputs to surface to visitors. Omitted surfaces none. (JSON, or @path / @- to read a file or stdin).
--include-thinkingNoAllow visitors to receive provider thinking events.
--no-include-thinkingNoSend --include-thinking as false.
--include-tool-callsNoAllow visitors to receive tool lifecycle events.
--no-include-tool-callsNoSend --include-tool-calls as false.
-y, --yesYesConfirm this operation.

sim workflows deploy

Deploy Workflow (personal API key required)

sim workflows deploy <workflowId> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

Options

OptionRequiredDescription
--name <value>NoOptional label for the deployment version.
--description <value>NoOptional release note for the deployment version.

sim workflows duplicate create

Duplicate Workflow

sim workflows duplicate create <workflowId> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

Options

OptionRequiredDescription
--name <value>NoName for the copy. Defaults to the source name, deduplicated within the folder.
--folder <value>NoFolder path as shown in the app; the leading / is optional.

sim workflows run

Run a deployed workflow or execute saved state manually

sim workflows run <workflowId> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

Options

OptionRequiredDescription
--input <json|@file>NoTrigger input as JSON (JSON, or @path / @- to read a file or stdin).
--asyncNoQueue the run and return immediately.
--execution-timeout-seconds <value>NoRequested server-side timeout for an asynchronous run, in seconds. An upper bound, not the effective timeout: the run uses the smaller of this value and the plan's execution timeout, so requesting more than the plan allows silently yields the plan timeout. Rejected with 400 unless async is true.
--select-output <value...>NoReturn streamed outputs as blockName.path or childWorkflowId.blockName.path; selecting a child workflow applies to every invocation, requires --follow (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--include-file-base64NoInline eligible output files as base64 content. Rejected when async is true.
--no-include-file-base64NoSend --include-file-base64 as false.
--base64-max-bytes <value>NoMaximum total bytes of file content to inline as base64, lowering but never raising the server limit of 16 MiB. Rejected when async is true.
--run-id <value>NoOne-shot identifier for this run; NOT an idempotency key — reusing a claimed value fails with RUN_ID_CONFLICT instead of replaying the first result, and a fresh value starts another run.
--manualNoRun the current saved workflow state instead of the active deployment.
--trigger <blockId>NoEnter a manual run through this runnable trigger (requires --manual).
--mock-payloadNoUse the selected trigger's server-derived mock payload (requires --manual).
--from-block <blockId>NoRun manually from this saved workflow block.
--source-run <runId>NoPrior run whose persisted state supplies upstream outputs (requires --from-block).
--followNoStream the run as it happens; progress on stderr, result on stdout. The stream reports only success and output, so the result omits the run id and timings a non-streaming run returns.
--include-thinkingNoShow model reasoning while following (requires --follow).
--include-tool-callsNoShow tool calls while following (requires --follow).

sim workflows export

Print a workflow as a portable JSON document

sim workflows export <workflowId>

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

sim workflows get

Get Workflow

sim workflows get <workflowId>

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

sim workflows deployment status

Show a workflow’s current deployment

sim workflows deployment status <workflowId>

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

sim workflows deployment update

Update Workflow Public API Access (personal API key required)

sim workflows deployment update <workflowId> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

Options

OptionRequiredDescription
--is-public-api <true|false>YesWhether the deployed workflow should accept unauthenticated public API execution. Accepted values: true, false.

sim workflows state get

Get Workflow State

sim workflows state get <workflowId>

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

sim workflows state replace

Replace Workflow State (personal API key required)

sim workflows state replace <workflowId> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

Options

OptionRequiredDescription
--dry-runNoValidate and lint without persisting. The response is identical to the committed write of the same body, so a caller can inspect lint and then re-send the request for real. Nothing is written, no audit entry is recorded, and collaborators are not notified.
--no-dry-runNoSend --dry-run as false.
--blocks <json|@file>YesBlocks keyed by block id. (JSON, or @path / @- to read a file or stdin).
--edges <json|@file>YesDirected connections between blocks. (JSON, or @path / @- to read a file or stdin).
--loops <json|@file>NoIgnored on write: loop containers are recomputed from blocks. (JSON, or @path / @- to read a file or stdin).
--parallels <json|@file>NoIgnored on write: parallel containers are recomputed from blocks. (JSON, or @path / @- to read a file or stdin).
--variables <json|@file>NoReplacement variable set. Omit to leave the stored variables untouched. (JSON, or @path / @- to read a file or stdin).
-y, --yesNoConfirm this operation (required unless --dry-run).

sim workflows versions get

Get Workflow Version

sim workflows versions get <workflowId> <version>

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.
versionYesNumeric deployment version.

sim workflows versions list

List Workflow Versions

sim workflows versions list <workflowId> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

Options

OptionRequiredDescription
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim workflows versions update

Update Workflow Version

sim workflows versions update <workflowId> <version> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.
versionYesNumeric deployment version.

Options

OptionRequiredDescription
--name <value>NoNew label for the deployment version.
--description <value>NoNew release note for the deployment version, or null to clear it. (--description null sends the word, not JSON null).

sim workflows import

Import Workflow

sim workflows import [options]

Options

OptionRequiredDescription
--workflow <json|@file>YesWorkflow export object, bare workflow state, or JSON string containing either form. (JSON, or @path / @- to read a file or stdin).
--folder <value>NoFolder path as shown in the app; the leading / is optional.
--name <value>NoOverride for the imported workflow name.
--description <value>NoOverride for the imported workflow description.

sim workflows list

List Workflows

sim workflows list [options]

Options

OptionRequiredDescription
--scope <value>NoWhich lifecycle set to list: active (default) for live workflows, archived for workflows a DELETE archived. The folder filter resolves against active folders only, so pairing it with archived returns an empty page when the containing folder was archived too. Accepted values: active, archived.
--folder <value>NoFolder path as shown in the app; the leading / is optional.
--deployed-onlyNoReturn only workflows with an active deployment when true.
--no-deployed-onlyNoSend --deployed-only as false.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.
--search <value>NoCase-insensitive substring match against the resource name.
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: position, name, createdAt, updatedAt, runCount.
--sort-order <value>NoSort direction. Accepted values: asc, desc.

sim workflows move

Move Workflows

sim workflows move [options]

Options

OptionRequiredDescription
--workflow <value...>YesWorkflows to move. Duplicates are collapsed. (space-separated, or @path / @- with one value per line; @@value for a literal leading @).
--to <value>YesDestination folder path; / moves the workflows to the workspace root.

sim workflows restore

Restore an archived workflow

sim workflows restore <workflowId>

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

sim workflows revert create

Revert Workflow To Version (personal API key required)

sim workflows revert create <workflowId> <version> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.
versionYesNumeric deployment version, or active for the currently live version.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim workflows rollback

Rollback Workflow (personal API key required)

sim workflows rollback <workflowId> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

Options

OptionRequiredDescription
--to-version <value>NoDeployment version to reactivate. Omit to select the previous active version.
-y, --yesYesConfirm this operation.

sim workflows undeploy

Take a workflow out of deployment (personal API key required)

sim workflows undeploy <workflowId> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

Options

OptionRequiredDescription
-y, --yesYesConfirm this operation.

sim workflows update

Update Workflow

sim workflows update <workflowId> [options]

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.

Options

OptionRequiredDescription
--name <value>NoReplacement workflow name.
--description <value>NoReplacement workflow description; null clears it. (--description null sends the word, not JSON null).
--folder <value>NoFolder path as shown in the app; the leading / is optional.

sim workflows mv

Move a workflow to a folder

sim workflows mv <workflowId> <folder>

Arguments

ArgumentRequiredDescription
workflowIdYesUnique workflow identifier.
folderYesFolder path as shown in the app; the leading / is optional

sim workflows ls

List workflow resources and child folders together

sim workflows ls [path] [options]

Arguments

ArgumentRequiredDescription
pathNoFolder path to list; defaults to the root folder

Options

OptionRequiredDescription
--search <text>NoFilter folders and resources by name.
--limit <n>NoMaximum combined items to return (0 for everything). Defaults to 100.

sim workflows mkdir

Create a workflow directory at a path

sim workflows mkdir <path>

Arguments

ArgumentRequiredDescription
pathYesFolder path to create; the leading / is optional

sim workspaces

Also spelled sim workspace.

sim workspaces get

Get Workspace

sim workspaces get

sim workspaces members

List workspace members

sim workspaces members [options]

Options

OptionRequiredDescription
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

sim workspaces list

List Workspaces

sim workspaces list [options]

Options

OptionRequiredDescription
--sort-by <value>NoField used to sort the result. Sorting by name is case-sensitive and follows the storage collation, so do not rely on a case-insensitive order. Accepted values: name, createdAt, updatedAt.
--sort-order <value>NoSort direction. Accepted values: asc, desc.
--limit <n>NoMaximum items to return (0 for everything). Defaults to 100.

On this page

Global options
sim login
sim logout
sim whoami
sim configure
sim chat
sim profiles
sim profiles list
sim profiles add
sim audit-logs
sim audit-logs get
sim audit-logs list
sim billing
sim billing status
sim billing logs
sim blocks
sim blocks get
sim blocks list
sim chat-deployments
sim chat-deployments list
sim connector-types
sim connector-types list
sim credentials
sim credentials delete
sim credentials providers list
sim credentials list
sim credentials update
sim credentials create
sim credentials connect
sim credentials reconnect
sim custom-tools
sim custom-tools create
sim custom-tools delete
sim custom-tools get
sim custom-tools list
sim custom-tools update
sim files
sim files batch-delete
sim files create
sim files folders create
sim files folders delete
sim files folders list
sim files folders move
sim files folders restore
sim files delete
sim files edit
sim files describe
sim files share get
sim files share set
sim files list
sim files move
sim files read
sim files rename
sim files restore
sim files search
sim files unzip
sim files set-content
sim files upload
sim files get
sim files ls
sim files mkdir
sim knowledge
sim knowledge from-workspace-files create
sim knowledge tags save
sim knowledge tags create
sim knowledge tags delete
sim knowledge tags cleanup
sim knowledge tags next-slot
sim knowledge tags list
sim knowledge tags usage
sim knowledge tags update
sim knowledge chunks batch-update
sim knowledge chunks create
sim knowledge chunks delete
sim knowledge chunks get
sim knowledge chunks list
sim knowledge chunks update
sim knowledge documents batch-update
sim knowledge documents delete
sim knowledge documents get
sim knowledge documents list
sim knowledge documents update
sim knowledge documents upload
sim knowledge create
sim knowledge connectors create
sim knowledge connectors delete
sim knowledge connectors get
sim knowledge connectors documents list
sim knowledge connectors documents update
sim knowledge connectors list
sim knowledge connectors sync
sim knowledge connectors update
sim knowledge folders create
sim knowledge folders delete
sim knowledge folders list
sim knowledge folders move
sim knowledge delete
sim knowledge get
sim knowledge list
sim knowledge restore
sim knowledge search
sim knowledge update
sim knowledge mv
sim knowledge ls
sim knowledge mkdir
sim logs
sim logs get
sim logs stats
sim logs list
sim logs follow
sim mcp-servers
sim mcp-servers create
sim mcp-servers delete
sim mcp-servers get
sim mcp-servers list
sim mcp-servers tools list
sim mcp-servers update
sim meta
sim meta status
sim sandboxes
sim sandboxes create
sim sandboxes delete
sim sandboxes get
sim sandboxes list
sim sandboxes update
sim secrets
sim secrets delete
sim secrets list
sim secrets set
sim skills
sim skills create
sim skills delete
sim skills get
sim skills editors create
sim skills editors list
sim skills editors delete
sim skills list
sim skills update
sim tables
sim tables columns create
sim tables columns delete
sim tables columns update
sim tables groups create
sim tables groups delete
sim tables groups list
sim tables groups update
sim tables batch-delete
sim tables rows update-each
sim tables rows create
sim tables rows delete
sim tables rows batch-delete
sim tables rows get
sim tables rows list
sim tables rows query
sim tables rows count
sim tables rows enrich
sim tables rows search
sim tables rows batch-update
sim tables rows update
sim tables dispatches cancel
sim tables dispatches create
sim tables dispatches get
sim tables dispatches list
sim tables exports cancel
sim tables exports create
sim tables exports get
sim tables exports download
sim tables imports cancel
sim tables imports get
sim tables cancel-runs
sim tables create
sim tables folders create
sim tables folders delete
sim tables folders list
sim tables folders move
sim tables folders restore
sim tables views create
sim tables views delete
sim tables views get
sim tables views list
sim tables views update
sim tables delete
sim tables enrichment get
sim tables get
sim tables list
sim tables move
sim tables restore
sim tables update
sim tables mv
sim tables upsert
sim tables import
sim tables ls
sim tables mkdir
sim tools
sim tools execute
sim tools get
sim tools list
sim workflow-mcp-servers
sim workflow-mcp-servers create
sim workflow-mcp-servers delete
sim workflow-mcp-servers tools create
sim workflow-mcp-servers tools list
sim workflow-mcp-servers tools delete
sim workflow-mcp-servers get
sim workflow-mcp-servers list
sim workflow-mcp-servers update
sim workflows
sim workflows activate create
sim workflows operations apply
sim workflows variables update
sim workflows runs cancel
sim workflows runs get
sim workflows runs list
sim workflows runs resume
sim workflows runs wait
sim workflows create
sim workflows folders create
sim workflows folders delete
sim workflows folders list
sim workflows folders move
sim workflows delete
sim workflows chat unpublish
sim workflows chat status
sim workflows chat publish
sim workflows deploy
sim workflows duplicate create
sim workflows run
sim workflows export
sim workflows get
sim workflows deployment status
sim workflows deployment update
sim workflows state get
sim workflows state replace
sim workflows versions get
sim workflows versions list
sim workflows versions update
sim workflows import
sim workflows list
sim workflows move
sim workflows restore
sim workflows revert create
sim workflows rollback
sim workflows undeploy
sim workflows update
sim workflows mv
sim workflows ls
sim workflows mkdir
sim workspaces
sim workspaces get
sim workspaces members
sim workspaces list