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
'Direct your entire AI workforce from one place. Build agents, spin up workflows, query tables, and manage every resource across your workspace — in natural language.',
22
+
cta: 'Explore mothership',
18
23
segments: [
19
24
[0.3,8],
20
25
[0.25,10],
@@ -29,8 +34,12 @@ const FEATURE_TABS = [
29
34
],
30
35
},
31
36
{
32
-
label: 'Copilot',
37
+
label: 'Tables',
33
38
color: '#2ABBF8',
39
+
title: 'A database, built in',
40
+
description:
41
+
'Filter, sort, and edit data inline, then wire it directly into your workflows. Agents query, insert, and update rows on every run — no external database needed.',
42
+
cta: 'Explore tables',
34
43
segments: [
35
44
[0.25,12],
36
45
[0.4,10],
@@ -44,43 +53,53 @@ const FEATURE_TABS = [
44
53
],
45
54
},
46
55
{
47
-
label: 'Models',
48
-
color: '#00F701',
49
-
badgeColor: '#22C55E',
56
+
label: 'Files',
57
+
color: '#FFCC02',
58
+
badgeColor: '#EAB308',
59
+
title: 'Upload, create, and share',
60
+
description:
61
+
'Create or upload documents, spreadsheets, and media that agents can read, write, and reference across workflows. One shared store your entire team and every agent can pull from.',
62
+
cta: 'Explore files',
50
63
segments: [
51
-
[0.2,6],
52
-
[0.35,10],
53
-
[0.3,8],
64
+
[0.25,10],
65
+
[0.4,8],
66
+
[0.35,12],
54
67
[0.5,10],
55
-
[0.6,8],
56
-
[0.75,12],
57
-
[0.85,10],
58
-
[1,8],
68
+
[0.65,8],
69
+
[0.75,10],
59
70
[0.9,12],
60
71
[1,10],
61
-
[0.95,6],
72
+
[0.85,10],
73
+
[1,10],
62
74
],
63
75
},
64
76
{
65
-
label: 'Deploy',
66
-
color: '#FFCC02',
67
-
badgeColor: '#EAB308',
77
+
label: 'Knowledge Base',
78
+
color: '#8B5CF6',
79
+
title: 'Your context engine',
80
+
description:
81
+
'Sync institutional knowledge from 30+ live connectors — Notion, Drive, Slack, Confluence, and more — so every agent draws from the same truth across your entire organization.',
82
+
cta: 'Explore knowledge base',
68
83
segments: [
69
-
[0.3,12],
84
+
[0.3,10],
70
85
[0.25,8],
71
86
[0.4,10],
72
-
[0.55,10],
73
-
[0.7,8],
74
-
[0.6,10],
75
-
[0.85,12],
87
+
[0.5,10],
88
+
[0.65,10],
89
+
[0.8,10],
90
+
[0.9,12],
76
91
[1,10],
77
-
[0.9,10],
92
+
[0.95,10],
78
93
[1,10],
79
94
],
80
95
},
81
96
{
82
97
label: 'Logs',
83
98
color: '#FF6B35',
99
+
title: 'Full visibility, every run',
100
+
description:
101
+
'Trace every execution block by block — inputs, outputs, cost, and duration. Filter by status or workflow, replay snapshots, and export reports to keep your team accountable.',
0 commit comments