Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
53fdcab
feat(tables): background jobs (delete/export/backfill on trigger.dev)…
TheodoreSpeaks Jun 12, 2026
2c75a4a
fix(tables): per-batch delete-job commits, real trigger.dev retries, …
TheodoreSpeaks Jun 12, 2026
e2523e0
improvement(tables): migrate inputs to emcn chip components and clean…
waleedlatif1 Jun 12, 2026
3db7161
feat(integrations): add Vanta integration with compliance, evidence f…
waleedlatif1 Jun 12, 2026
2c4d9e9
improvement(emcn): show per-chip error tooltips on invalid email chip…
waleedlatif1 Jun 12, 2026
636bd74
fix(integrations): resolve OAuth connect UI by service id instead of …
waleedlatif1 Jun 12, 2026
a5b92b1
fix(tables): align sidebar dividers, disclosure spacing, and header h…
waleedlatif1 Jun 12, 2026
37e7121
improvement(billing): self-heal null usage limits and debounce api-ke…
waleedlatif1 Jun 12, 2026
bc92a2c
improvement(files): fit-width previews and chip-chrome viewer control…
waleedlatif1 Jun 12, 2026
c02c7b8
fix(tables): scope optimistic stop-cancel to the active filtered view…
TheodoreSpeaks Jun 12, 2026
ccda764
feat(integrations): add Documentation link to service-account connect…
TheodoreSpeaks Jun 12, 2026
0c2dbac
fix(tables): header "T…" flicker — emcn barrel Table component shadow…
waleedlatif1 Jun 12, 2026
31e166f
fix(jira): add classic JSM scopes to close granular scope-set gap (#5…
waleedlatif1 Jun 12, 2026
020baad
improvement(organization): invite validation experience (#5008)
icecrasher321 Jun 12, 2026
2c0a10a
improvement(auth): layer disposable-email-domains into signup email v…
TheodoreSpeaks Jun 12, 2026
58cff68
feat(deployments): add v1 deployment endpoints and Deployments block …
waleedlatif1 Jun 12, 2026
cd324d5
refactor(deployments): consolidate version reads, status mapping, and…
waleedlatif1 Jun 13, 2026
43017d7
Revert "improvement(auth): layer disposable-email-domains into signup…
TheodoreSpeaks Jun 13, 2026
98948c0
fix(tables): heartbeat export job before upload so the stale janitor …
waleedlatif1 Jun 13, 2026
fb9e481
feat(mailer): gate outbound email on AppConfig access-control ban lis…
TheodoreSpeaks Jun 13, 2026
c3c3416
fix(mothership): tenant-check outputTable writes and route them throu…
TheodoreSpeaks Jun 13, 2026
26224b8
chore(providers): remove claude-fable-5 model (#5020)
waleedlatif1 Jun 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions apps/docs/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7059,6 +7059,29 @@ export function SimTriggerIcon(props: SVGProps<SVGSVGElement>) {
)
}

export function SimDeploymentsIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg
{...props}
viewBox='0 0 222 222'
fill='none'
xmlns='http://www.w3.org/2000/svg'
aria-hidden='true'
>
<path
fillRule='evenodd'
clipRule='evenodd'
d='M107.822 93.76C107.822 97.35 106.403 100.792 103.884 103.328L103.523 103.692C101.006 106.236 97.59 107.658 94.02 107.658H13.45C6.02 107.658 0 113.718 0 121.191V208.332C0 215.806 6.02 221.866 13.45 221.866H99.96C107.383 221.866 113.4 215.806 113.4 208.332V126.745C113.4 123.419 114.71 120.228 117.047 117.874C119.377 115.527 122.546 114.207 125.849 114.207H207.777C215.198 114.207 221.214 108.148 221.214 100.674V13.53C221.214 6.06 215.198 0 207.777 0H121.26C113.839 0 107.822 6.06 107.822 13.53V93.76ZM134.078 18.55H194.952C199.289 18.55 202.796 22.09 202.796 26.45V87.76C202.796 92.12 199.289 95.66 194.952 95.66H134.078C129.748 95.66 126.233 92.12 126.233 87.76V26.45C126.233 22.09 129.748 18.55 134.078 18.55Z'
fill='#33C482'
/>
<path
d='M207.878 129.57H143.554C135.756 129.57 129.434 135.937 129.434 143.791V207.784C129.434 215.638 135.756 222.005 143.554 222.005H207.878C215.677 222.005 221.999 215.638 221.999 207.784V143.791C221.999 135.937 215.677 129.57 207.878 129.57Z'
fill='#33C482'
/>
</svg>
)
}

export function SimilarwebIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg
Expand Down Expand Up @@ -7555,6 +7578,57 @@ export function OnePasswordIcon(props: SVGProps<SVGSVGElement>) {
)
}

export function VantaIcon(props: SVGProps<SVGSVGElement>) {
const id = useId()
const clipId = `vanta_clip_${id}`
const maskId = `vanta_mask_${id}`
return (
<svg {...props} viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'>
<g clipPath={`url(#${clipId})`}>
<circle cx='256' cy='256' r='256' fill='#AC55FF' />
<mask
id={maskId}
style={{ maskType: 'alpha' }}
maskUnits='userSpaceOnUse'
x='0'
y='0'
width='512'
height='512'
>
<circle cx='256' cy='256' r='256' fill='#AC55FF' />
</mask>
<g mask={`url(#${maskId})`}>
<path
d='M269.699 530.451C360.294 530.451 407.136 502.376 421.276 474.223C422.09 472.599 420.53 470.761 418.81 471.332C402.863 476.607 390.96 466.808 389.625 455.498C389.625 455.498 385.167 407.538 369.22 402.858C370.165 400.913 374.01 385.586 362.126 371.424C365.376 361.406 362.691 354.81 360.26 349.823C363.222 346.191 365.498 341.506 366.482 336.943C366.726 335.861 366.721 334.905 367.598 333.887C373.201 329.231 379.384 325.389 383.145 318.574C389.923 306.26 385.382 292.196 377.167 281.817C376.334 280.671 375.681 280.12 375.622 277.176C375.642 272.145 374.731 266.968 372.027 262.717C370.648 260.557 368.84 258.69 366.945 256.959C359.052 249.598 349.609 244.163 340.542 238.293C339.295 237.494 337.843 236.431 337.302 234.978C334.447 224.351 327.065 216.131 317.886 213.894C317.691 206.776 310.187 195.983 298.835 195.983C295.371 195.983 292.506 197.865 290.718 194.623C286.566 186.75 278.293 185.287 273.976 185.088C273.25 185.053 273.046 184.078 273.704 183.766C275.087 183.103 277.182 182.187 280.291 180.988C295.882 173.524 289.431 131.009 283.049 108.575C280.062 100.199 272.49 76.3803 253.942 74.8057C252.665 74.6985 251.359 74.7277 250.126 75.0836C246.555 76.1122 243.909 78.9738 242.048 82.9372C235.914 95.2709 234.379 128.562 232.123 142.797C228.922 163.096 226.023 184.873 215.913 193.799C211.606 182.436 205.374 177.171 201.969 177.37C199.001 178.068 203.016 183.835 201.306 192.341C200.117 197.236 197.408 201.804 192.794 201.804C179.273 201.804 167.098 134.173 163.463 93.5451C163.365 92.4824 163.263 91.4245 163.068 90.3715C161.285 80.5533 156.12 74.757 150.663 74.757C147.896 74.757 137.961 73.7478 126.584 91.639C118.764 105.591 113.795 120.177 113.312 147.341C113.322 174.714 125.532 193.019 130.477 202.023C150.688 235.266 153.387 246.741 149.562 267.007C145.674 286.653 157.533 297.7 157.533 297.7C155.857 300.298 153.645 307.259 153.134 314.899C152.807 319.764 153.801 328.49 156.125 333.891C151.024 344.885 151.146 353.621 151.146 359.129C151.146 371.892 145.577 377.089 138.336 379.36C140.29 386.322 153.275 390.051 160.788 382.612C158.571 404.476 154.473 424.171 148.753 448.546C145.197 465.233 145.796 474.583 148.49 482.5C149.703 486.069 151.604 489.355 153.928 492.319C181.637 527.667 233.629 530.451 269.699 530.451ZM269.655 482.739C259.671 481.116 250.331 476.139 243.515 468.602C225.351 474.618 206.466 459.33 212.205 439.147C213.121 436.505 217.058 437.475 216.668 440.229C216.103 443.783 216.756 447.42 218.281 450.55C222.34 459.827 234.438 462.323 241.853 455.859C244.596 453.441 248.562 454.362 250.424 457.36C266.663 479.4 300.355 475.266 311.654 450.525C313.311 447.069 314.392 443.408 315.021 439.615C315.464 436.924 319.498 437.178 319.61 439.898C320.522 466.525 295.6 486.902 269.65 482.744L269.655 482.739Z'
fill='#240642'
/>
<path
d='M371.525 292.61C369.79 292.61 367.924 295.033 367.446 298.806C366.414 304.125 366.769 313.958 362.028 313.958C358.749 313.958 358.452 307.367 352.942 301.293C347.226 295.399 339.031 294.799 333.774 290.558C330.851 288.53 329.111 286.034 329.301 281.749C329.301 281.749 329.925 274.924 339.134 276.172C343.514 276.63 350.613 277.698 355.007 278.2C362.857 279.087 364.772 273.247 365.005 271.263C365.507 266.612 360.572 262.761 357.448 260.05C353.502 256.613 349.2 253.527 344.742 250.758C343.933 250.256 343.109 249.735 342.286 249.208C331.104 242.076 311.225 230.137 300.077 243.768C296.082 249.12 294.347 255.287 293.095 260.396C290.781 269.747 285.923 273.354 282.474 279.058C276.992 288.111 273.226 298.392 272.938 308.971C272.89 324.244 282.332 339.205 297.397 348.555C309.9 355.117 316.317 355.117 321.325 353.777C322.241 353.465 324.249 352.065 322.87 349.75C322.621 349.257 321.925 348.175 321.501 347.473C320.073 344.846 322.027 342.442 324.921 344.69C326.826 346.181 328.77 347.673 331.011 348.585C332.897 349.35 335.046 349.652 336.995 349.136C336.995 349.136 336.995 349.136 336.999 349.136C339.28 348.39 340.434 346.893 340.566 344.982C340.698 342.701 339.665 340.936 337.954 339.995C335.353 338.728 329.594 335.559 327.162 333.765C324.419 331.844 321.486 328.973 320.468 327.89C317.15 324.361 316.2 320.914 314.134 320.914C313.788 320.934 313.452 321.129 313.218 321.392C311.922 322.777 311.912 325.058 311.849 326.36C311.805 327.32 311.956 328.783 310.611 328.783C307.278 328.783 307.288 321.831 307.293 319.944C307.293 317.36 308.238 310.657 312.229 310.657C313.461 310.657 315.137 312.31 315.795 312.958C324.59 322.723 334.812 330.318 347.762 330.318C357.677 330.318 365.96 324.717 371.169 319.466C375.247 315.371 377.932 310.243 378.112 304.944C378.224 301.585 376.611 292.615 371.525 292.615V292.61ZM314.714 301.697C313.51 302.365 312.073 301.536 310.762 301.107C308.126 300.24 305.135 301.117 302.962 302.843C301.471 304.032 300.331 305.587 299.405 307.264C298.396 309.097 298.206 311.515 296.038 311.515C294.255 311.515 293.358 309.044 293.163 308.025C292.116 302.492 294.786 296.335 299.751 293.683C304.716 291.031 311.6 292.435 314.811 297.056C315.308 297.773 315.732 298.582 315.79 299.455C315.849 300.327 315.483 301.273 314.718 301.697H314.714Z'
fill='white'
/>
<path
d='M249.386 238.371C244.645 238.44 240.046 240.477 236.694 243.919C234.808 245.854 230.608 252.114 231.017 261.761C230.949 263.18 229.083 263.687 228.333 262.478C225.307 257.057 225.132 251.402 226.306 247.229C228.912 238.795 236.274 231.785 246.224 231.785C259.277 231.785 262.551 240.326 263.204 242.973C263.516 244.07 262.161 244.879 261.328 244.099C259.165 242.086 255.827 238.371 249.376 238.371H249.386Z'
fill='white'
/>
<path
d='M250.453 257.471C247.334 257.749 244.874 255.736 244.596 252.621C244.323 249.559 246.384 247.034 249.503 246.756C252.621 246.478 255.15 248.599 255.422 251.66C255.7 254.78 253.571 257.193 250.458 257.471H250.453Z'
fill='white'
/>
<path
d='M148.261 199.172C143.662 199.172 128.582 174.699 128.582 140.145C128.582 124.638 132.563 108.087 139.798 108.087C144.251 108.087 145.26 117.574 145.465 120.387C147.808 150.066 143.983 170.224 149.567 197.109C149.937 198.684 148.987 199.176 148.261 199.176V199.172Z'
fill='white'
/>
</g>
</g>
<defs>
<clipPath id={clipId}>
<rect width='512' height='512' fill='white' />
</clipPath>
</defs>
</svg>
)
}

export function VercelIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg
Expand Down
2 changes: 2 additions & 0 deletions apps/docs/components/ui/icon-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ import {
TwilioIcon,
TypeformIcon,
UpstashIcon,
VantaIcon,
VercelIcon,
VideoIcon,
WealthboxIcon,
Expand Down Expand Up @@ -456,6 +457,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
twilio_voice: TwilioIcon,
typeform: TypeformIcon,
upstash: UpstashIcon,
vanta: VantaIcon,
vercel: VercelIcon,
video_generator: VideoIcon,
video_generator_v2: VideoIcon,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"cancelExecution",
"listWorkflows",
"getWorkflow",
"deployWorkflow",
"undeployWorkflow",
"rollbackWorkflow",
"getJobStatus"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,20 @@ The service account inherits permissions from the project/space roles you grant
<Step>
Select the scopes the token needs. The minimum set Sim's Jira and Confluence blocks expect is:

**Jira (granular):**
**Jira (classic):**
```
read:jira-user
read:jira-work
write:jira-work
```

**Jira Service Management (classic):**
```
read:servicedesk-request
write:servicedesk-request
manage:servicedesk-customer
```

**Confluence (granular):**
```
read:confluence-content.all
Expand All @@ -82,6 +89,10 @@ The service account inherits permissions from the project/space roles you grant

Add more scopes only if you need the corresponding operations (delete, manage webhooks, etc.). The full list of scopes Sim's blocks may use is documented in [Atlassian's developer reference](https://developer.atlassian.com/cloud/jira/platform/scopes-for-oauth-2-3LO-and-forge-apps/).

<Callout type="warn">
Prefer the classic scopes above over granular equivalents. Atlassian enforces an endpoint's granular scope list as all-or-nothing, so a token built from a partial granular set fails with `Unauthorized; scope does not match` even though each individual scope was granted. The classic scopes each cover their product's endpoints on their own. If your organization only permits granular scopes, include every scope listed for each endpoint in Atlassian's reference — Jira Service Management request operations also require `read:user:jira`.
</Callout>

<div className="flex justify-center">
<Image
src="/static/credentials/atlassian/admin-scope-picker.png"
Expand Down
123 changes: 123 additions & 0 deletions apps/docs/content/docs/en/integrations/deployments.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
---
title: Deployments
description: Manage workflow deployments
---

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
type="deployments"
color="#0C0C0C"
/>

## Usage Instructions

Deploy, undeploy, and roll back workflows in the current workspace. Promote a previous deployment version to live, list every version, or fetch the deployed workflow state for a specific version.



## Actions

### `deployments_deploy`

Deploy a workflow’s current draft state, creating a new deployment version and making it live for API execution. Requires admin permission on the workflow’s workspace.

#### Input

| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `workflowId` | string | Yes | ID of the workflow to deploy |
| `name` | string | No | Optional label for the new deployment version |
| `description` | string | No | Optional summary of what changed in this version |

#### Output

| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `workflowId` | string | ID of the deployed workflow |
| `isDeployed` | boolean | Whether the workflow is now deployed |
| `deployedAt` | string | ISO 8601 timestamp of the deployment \(null if unavailable\) |
| `version` | number | The deployment version that is now active |
| `warnings` | array | Non-fatal warnings \(e.g. trigger or schedule sync still in progress\) |

### `deployments_undeploy`

Take a deployed workflow offline. API execution stops and schedules, webhooks, and other deployment side effects are removed. Requires admin permission on the workflow’s workspace.

#### Input

| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `workflowId` | string | Yes | ID of the workflow to undeploy |

#### Output

| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `workflowId` | string | ID of the undeployed workflow |
| `isDeployed` | boolean | Whether the workflow is still deployed \(false\) |
| `deployedAt` | string | Always null after an undeploy |
| `warnings` | array | Non-fatal warnings \(e.g. trigger or schedule cleanup still in progress\) |

### `deployments_promote`

Make a specific deployment version the live one without creating a new version — the same operation as Promote to live in the deploy modal. Useful for rolling back to a known-good version. Also works on an undeployed workflow: it re-deploys the workflow live at that version. Requires admin permission on the workflow’s workspace.

#### Input

| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `workflowId` | string | Yes | ID of the workflow |
| `version` | number | Yes | The deployment version number to promote to live |

#### Output

| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `workflowId` | string | ID of the workflow |
| `isDeployed` | boolean | Whether the workflow is now deployed |
| `deployedAt` | string | ISO 8601 timestamp of the active deployment \(null if unavailable\) |
| `version` | number | The deployment version that is now live |
| `warnings` | array | Non-fatal warnings \(e.g. trigger or schedule sync still in progress\) |

### `deployments_list_versions`

List every deployment version of a workflow, newest first, including which version is currently live.

#### Input

| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `workflowId` | string | Yes | ID of the workflow |

#### Output

| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `workflowId` | string | ID of the workflow |
| `versions` | array | Deployment versions, newest first \(id, version, name, description, isActive, createdAt, createdBy, deployedByName\) |

### `deployments_get_version`

Fetch a single deployment version of a workflow, including its metadata and the full workflow state snapshot that was deployed.

#### Input

| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `workflowId` | string | Yes | ID of the workflow |
| `version` | number | Yes | The deployment version number to fetch |

#### Output

| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `workflowId` | string | ID of the workflow |
| `version` | number | The deployment version number |
| `name` | string | Version label |
| `description` | string | Version description |
| `isActive` | boolean | Whether this version is currently live |
| `createdAt` | string | When this version was deployed \(ISO 8601\) |
| `deployedState` | json | The full workflow state snapshot \(blocks, edges, loops, parallels, variables\) |


2 changes: 2 additions & 0 deletions apps/docs/content/docs/en/integrations/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"databricks",
"datadog",
"daytona",
"deployments",
"devin",
"discord",
"docusign",
Expand Down Expand Up @@ -208,6 +209,7 @@
"twilio_voice",
"typeform",
"upstash",
"vanta",
"vercel",
"wealthbox",
"webflow",
Expand Down
Loading
Loading