Skip to content

Commit 652e373

Browse files
committed
improvement(comparison): cite Sim's own docs alongside code for 4 facts
Added docs.sim.ai citations (Roles and Permissions, BYOK, Debugging retrieval, Function block) as primary sources for rbac, byok, kbChunkVisibility, and customCodeSteps, which previously cited only GitHub source code with no user-facing documentation reference. Verified all 4 doc URLs resolve (200).
1 parent 0a9b777 commit 652e373

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

  • apps/sim/lib/compare/data

apps/sim/lib/compare/data/sim.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,11 @@ export const simProfile: CompetitorProfile = {
511511
shortValue: 'Chunk-level search results and a dedicated chunk editor',
512512
confidence: 'verified',
513513
sources: [
514+
{
515+
url: 'https://docs.sim.ai/knowledgebase/debugging-retrieval',
516+
label: 'Sim Docs: Debugging retrieval',
517+
asOf: '2026-07-02',
518+
},
514519
{
515520
url: 'https://github.com/simstudioai/sim/blob/main/apps/sim/app/workspace/[workspaceId]/knowledge/[id]/[documentId]/components/chunk-editor/chunk-editor.tsx',
516521
label: 'Sim codebase: chunk editor',
@@ -604,6 +609,11 @@ export const simProfile: CompetitorProfile = {
604609
shortValue: 'Code-execution block for custom logic',
605610
confidence: 'verified',
606611
sources: [
612+
{
613+
url: 'https://docs.sim.ai/workflows/blocks/function',
614+
label: 'Sim Docs: Function block',
615+
asOf: '2026-07-02',
616+
},
607617
{
608618
url: 'https://github.com/simstudioai/sim/blob/main/apps/sim/blocks/registry-maps.ts',
609619
label: 'Sim codebase: block registry',
@@ -711,6 +721,11 @@ export const simProfile: CompetitorProfile = {
711721
shortValue: 'BYOK exempts credit caps; multi-key round-robin rotation',
712722
confidence: 'verified',
713723
sources: [
724+
{
725+
url: 'https://docs.sim.ai/platform/costs#bring-your-own-key-byok',
726+
label: 'Sim Docs: Bring Your Own Key (BYOK)',
727+
asOf: '2026-07-02',
728+
},
714729
{
715730
url: 'https://github.com/simstudioai/sim/blob/main/apps/sim/lib/billing/calculations/usage-monitor.ts',
716731
label: 'Sim codebase: BYOK usage-monitor logic',
@@ -766,6 +781,11 @@ export const simProfile: CompetitorProfile = {
766781
shortValue: 'Workspace and org-level role permissions',
767782
confidence: 'verified',
768783
sources: [
784+
{
785+
url: 'https://docs.sim.ai/platform/permissions',
786+
label: 'Sim Docs: Roles and Permissions',
787+
asOf: '2026-07-02',
788+
},
769789
{
770790
url: 'https://github.com/simstudioai/sim/blob/main/packages/db/schema.ts',
771791
label: 'Sim codebase: permissionTypeEnum, role columns',

0 commit comments

Comments
 (0)