You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/(landing)/components/hero/hero.tsx
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -86,11 +86,12 @@ export function Hero() {
86
86
headingId='hero-heading'
87
87
heading={
88
88
<>
89
-
Sim is the AI workspace <br/>
90
-
for building AI agents.
89
+
Sim is the AI workspace for <br/>
90
+
building and managing AI agents.
91
91
</>
92
92
}
93
-
description='Open source, with 1,000+ integrations and every major LLM. Build, deploy, and manage agents visually, conversationally, or with code.'
93
+
description='Sim is an AI agent and workflow builder for teams creating agents that automate real work. Design workflows visually, describe what you need in natural language, or use code for complete control.'
94
+
definition='Connect your agents to 1,000+ integrations and every major LLM, then deploy, monitor, and improve them from one collaborative workspace.'
Copy file name to clipboardExpand all lines: apps/sim/app/(landing)/components/solutions-page/components/solutions-card-row/components/solutions-card-row-header/solutions-card-row-header.tsx
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@ import { SOLUTIONS_SPACING } from '@/app/(landing)/components/solutions-page/con
Copy file name to clipboardExpand all lines: apps/sim/app/(landing)/enterprise/enterprise.tsx
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -50,17 +50,19 @@ import {
50
50
* `WebPage.description` via {@link SolutionsPageConfig.seoDescription}.
51
51
*/
52
52
exportconstENTERPRISE_SEO_DESCRIPTION=
53
-
'Sim is the AI workspace where teams build, deploy, and govern enterprise AI agents with SOC2, role-based access, audit trails, and 1,000+ integrations.'
53
+
'Build and govern enterprise AI agents in Sim with SSO, approvals, audit trails, versioning, and 1,000+ integrations.'
54
54
55
55
constENTERPRISE_CONFIG: SolutionsPageConfig={
56
56
module: 'Enterprise',
57
57
path: '/enterprise',
58
58
seoDescription: ENTERPRISE_SEO_DESCRIPTION,
59
59
offersFreeTier: false,
60
60
hero: {
61
-
heading: 'Sim is the AI workspace for enterprise AI agents.',
61
+
heading: 'Sim is the enterprise AI agent platform for governed workflows.',
62
62
description:
63
-
'IT, operations, and technical teams build, deploy, and govern agents in Sim, with SOC2, role-based access, approvals, and full audit trails.',
63
+
'Build, deploy, and govern enterprise AI agents in one AI workspace. Connect every major LLM and 1,000+ integrations with role-based access, approval paths, versioning, monitoring, and complete audit trails.',
64
+
definition:
65
+
'An enterprise AI agent uses AI models, business data, and connected tools to complete multi-step work within the permissions, approval policies, and human oversight your organization defines.',
64
66
summary:
65
67
'Sim is the open-source AI workspace where IT, operations, and technical teams build, deploy, and govern enterprise AI agents. Connect 1,000+ integrations and every major LLM, with role-based access, approvals, versioning, and full audit trails.',
title: 'Build, Deploy, and Manage AI Agents in One Workspace',
85
+
title: 'Build, Deploy, and Manage Enterprise AI Agents',
84
86
subtitle:
85
-
'Sim carries agents from first draft to production, with versioning and monitoring built in.',
87
+
'Sim takes enterprise AI agents from initial design to production in one workspace. Build visually or with code, validate changes, deploy approved versions, and monitor every run without connecting separate development and operations tools.',
86
88
cta: {label: 'Start building',href: SIGNUP_HREF},
87
89
cards: [
88
90
{
89
91
title: 'Build visually or with code',
90
-
description: "Create agents in Sim's visual builder, through chat, or directly in code.",
92
+
description:
93
+
"Create enterprise AI agents in Sim's visual builder, describe the workflow in plain English, or write custom logic directly in code.",
title: 'Governance and Security for Enterprise AI Agents',
111
115
subtitle:
112
-
'Sim gives security teams role-based access, approval paths, and a complete audit trail for every deployment.',
116
+
'Control how enterprise AI agents access data, use tools, and take action. Sim provides SSO, permission groups, approval paths, configurable data retention, and append-only audit logs for every security-relevant change.',
title: 'Deploy Enterprise Workflow Agents with Confidence',
139
143
subtitle:
140
-
'Test in staging, watch live runs, and roll back in seconds. Sim versions every deployment.',
144
+
'Enterprise workflow agents need controlled release processes. Test changes in staging, observe production runs, version every deployment, and restore a stable version if updates cause an issue.',
145
+
note: 'Deploy Sim on your own infrastructure with Docker or Kubernetes when your organization requires greater control over its environment and data.',
0 commit comments