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/llms.txt/route.ts
+22-25Lines changed: 22 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,42 +1,44 @@
1
1
import{getBaseUrl}from'@/lib/core/utils/urls'
2
2
3
-
exportasyncfunctionGET(){
3
+
exportfunctionGET(){
4
4
constbaseUrl=getBaseUrl()
5
5
6
-
constllmsContent=`# Sim
6
+
constcontent=`# Sim
7
7
8
-
> Sim is the open-source platform to build AI agents and run your agentic workforce. Connect 1,000+ integrations and LLMs to deploy and orchestrate agentic workflows.
8
+
> Sim is the open-source platform to build AI agents and run your agentic workforce. Connect integrations and LLMs to deploy and orchestrate agentic workflows.
9
9
10
-
Sim lets teams create agents, workflows, knowledge bases, tables, and docs. Over 100,000 builders use Sim — from startups to Fortune 500 companies. SOC2 compliant.
10
+
Sim lets teams create agents, workflows, knowledge bases, tables, and docs. It supports both product discovery pages and deeper technical documentation.
11
11
12
-
## Core Pages
12
+
## Preferred URLs
13
13
14
-
- [Homepage](${baseUrl}): Product overview, features, and pricing
14
+
- [Homepage](${baseUrl}): Product overview and primary entry point
15
+
- [Integrations directory](${baseUrl}/integrations): Public catalog of integrations and automation capabilities
16
+
- [Models directory](${baseUrl}/models): Public catalog of AI models, pricing, context windows, and capabilities
17
+
- [Blog](${baseUrl}/blog): Announcements, guides, and product context
15
18
- [Changelog](${baseUrl}/changelog): Product updates and release notes
16
-
- [Sim Blog](${baseUrl}/blog): Announcements, insights, and guides
17
19
18
20
## Documentation
19
21
20
-
- [Documentation](https://docs.sim.ai): Complete guides and API reference
21
-
- [Quickstart](https://docs.sim.ai/quickstart): Get started in 5 minutes
22
-
- [API Reference](https://docs.sim.ai/api): REST API documentation
22
+
- [Documentation](https://docs.sim.ai): Product guides and technical reference
23
+
- [Quickstart](https://docs.sim.ai/quickstart): Fastest path to getting started
24
+
- [API Reference](https://docs.sim.ai/api): API documentation
23
25
24
26
## Key Concepts
25
27
26
28
- **Workspace**: Container for workflows, data sources, and executions
27
29
- **Workflow**: Directed graph of blocks defining an agentic process
0 commit comments