Skip to content

Commit c00c927

Browse files
committed
Large scale changes to fix some broken urls, improve structure of pages, and improve pages overall
1 parent 0c694e8 commit c00c927

File tree

116 files changed

+740
-730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+740
-730
lines changed

docs/account-management/subscription-management.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ When your account switches to the Free tier:
8989

9090
- You’ll receive an automatic downgrade email
9191
- The email includes new plan limits
92-
- Review feature access on the [Plans and Pricing](https://smythos.com/pricing) page
92+
- Review feature access on the [Plans and Pricing](https://smythos.com/pricing/) page
9393

9494
### Billing Period Notes
9595

@@ -114,7 +114,7 @@ Roles are managed via [Organization Management](/docs/account-management/organiz
114114
## Need Help?
115115

116116
<TipCallout title="Have a billing or subscription question?">
117-
Contact [Support](https://smythos.com/talk-to-us), or post in the [Discord server](https://discord.gg/smythos) for help from the community or team.
117+
Contact [Support](https://smythos.com/talk-to-us/), or post in the [Discord server](https://discord.gg/smythos) for help from the community or team.
118118
</TipCallout>
119119

120120
<Spacer size="md" />

docs/agent-collaboration/data-pool/custom-storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Advanced users can use the `API Call` component to communicate directly with Pin
5050
To configure:
5151

5252
- Add your Pinecone API key from the **Vault**
53-
- Use endpoint URLs from [Pinecone's API reference](https:/docs.pinecone.io/reference)
53+
- Use endpoint URLs from [Pinecone's API reference](https://docs.pinecone.io/reference)
5454
- Pass headers, payloads, and parameters manually
5555

5656
<WarningCallout title="Vector dimension must be 1536">
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"label": "Deploy Your Agent As...",
3-
"collapsed": true
3+
"collapsed": true,
4+
"position": 4
45
}

docs/agent-deployments/deployments/deploy-as-alexa-skill.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ description: How to deploy your SmythOS agent as an Alexa Skill using Amazon Dev
88

99
> **Your agent, now voice-enabled.** Connect it to Alexa and let users talk to it like a human.
1010
11-
<InfoCallout> **TL;DR:** Copy your SmythOS Alexa endpoint → set up a Custom Alexa Skill → wire the endpoint as your handler. Alexa now speaks for your agent. </InfoCallout>
12-
<Divider />
11+
<InfoCallout title="TL;DR"> Copy your SmythOS Alexa endpoint → set up a Custom Alexa Skill → wire the endpoint as your handler. Alexa now speaks for your agent. </InfoCallout>
12+
<Spacer size="md" />
1313
## Why Deploy Your Agent to Alexa?
1414

1515
Voice extends your agent’s reach. Alexa integration lets users interact naturally with no screens or keyboards required. It’s ideal for:
@@ -20,7 +20,7 @@ Voice extends your agent’s reach. Alexa integration lets users interact natura
2020
- Productivity helpers
2121

2222
All it takes is one endpoint and a little setup.
23-
<Divider />
23+
<Spacer size="md" />
2424
## Prerequisites
2525

2626
Make sure you have the following ready:
@@ -29,7 +29,7 @@ Make sure you have the following ready:
2929
- An Amazon Developer account ([sign up here](https://developer.amazon.com/alexa))
3030
- Basic agent behavior already configured
3131

32-
<Divider />
32+
<Spacer size="md" />
3333

3434
## Step 1: Get Your SmythOS Alexa Endpoint URL
3535

@@ -43,7 +43,7 @@ https://<your-agent>.agent.stage.smyth.ai/alexa
4343
```
4444

4545
<InfoCallout> For production, swap `stage` with `pstage`. </InfoCallout>
46-
<Divider />
46+
<Spacer size="md" />
4747

4848
## Step 2: Create a New Alexa Skill in the Developer Console
4949

@@ -54,7 +54,7 @@ https://<your-agent>.agent.stage.smyth.ai/alexa
5454
5. Select **Start from scratch**
5555
6. Click **Create Skill**
5656

57-
<Divider />
57+
<Spacer size="md" />
5858

5959
## Step 3: Add Your SmythOS Endpoint as the Skill Handler
6060

@@ -65,15 +65,15 @@ https://<your-agent>.agent.stage.smyth.ai/alexa
6565
- `My development endpoint is a sub-domain...`
6666
5. Save changes
6767

68-
<Divider />
68+
<Spacer size="md" />
6969

7070
## Step 4: Choose an Invocation Name for Your Skill
7171

7272
1. In the sidebar, go to **Invocation**
7373
2. Enter how users will launch your agent (e.g., "my agent")
7474
3. Save the model
7575

76-
<Divider />
76+
<Spacer size="md" />
7777

7878
## Step 5: Add a Custom Intent for User Queries
7979

@@ -93,7 +93,7 @@ search for {searchQuery}
9393
5. When prompted, create the `searchQuery` slot
9494
6. Set its type to `AMAZON.SearchQuery`
9595

96-
<Divider />
96+
<Spacer size="md" />
9797

9898
## Step 6: Build and Test Your Alexa Skill
9999

@@ -107,7 +107,7 @@ Alexa, open my agent
107107
Alexa, ask what’s the weather in New York
108108
```
109109

110-
<Divider />
110+
<Spacer size="md" />
111111

112112
## How Your Alexa-Connected Agent Works Behind the Scenes
113113

@@ -116,7 +116,7 @@ Alexa, ask what’s the weather in New York
116116
- SmythOS handles it and returns a response
117117
- Alexa reads the agent’s reply aloud
118118

119-
<Divider />
119+
<Spacer size="md" />
120120

121121
## Known Limitations and Constraints
122122

@@ -125,7 +125,7 @@ Alexa, ask what’s the weather in New York
125125
- Visuals and complex UI are not supported
126126
- Users must re-invoke your skill after each interaction
127127

128-
<Divider />
128+
<Spacer size="md" />
129129

130130
## Optional: Publish Your Alexa Skill to the Public
131131

@@ -141,7 +141,7 @@ Want to go public?
141141

142142
<PromptCard prompt="Connect your public SmythOS agent to Alexa by using the HTTPS endpoint and defining a searchQuery intent." />
143143

144-
<Divider />
144+
<Spacer size="md" />
145145

146146
## What’s Next?
147147

docs/agent-deployments/deployments/deploy-as-api.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: How to use your SmythOS agent via direct API calls using Swagger UI
1212
**TL;DR:** Open your agent’s API embodiment, grab the OpenAPI URL, and use the Swagger interface to test, verify, and integrate.
1313
</InfoCallout>
1414

15-
<Divider />
15+
<Spacer size="md" />
1616

1717
## Why Access Your Agent via API?
1818

@@ -23,7 +23,7 @@ This method is ideal if you want to:
2323
- Integrate with other tools, backends, or systems without using UI elements
2424
- Reuse agent logic across internal apps, CRMs, dashboards, or mobile apps
2525

26-
<Divider />
26+
<Spacer size="md" />
2727

2828
## What You Need Before You Start
2929

@@ -33,7 +33,7 @@ Before interacting with the API embodiment, make sure:
3333
- You have a Vault API key with the correct scopes
3434
- You know your environment’s [subdomain](/docs/agent-deployments/subdomains) URL (`stage` or `pstage`)
3535

36-
<Divider />
36+
<Spacer size="md" />
3737

3838
## Step-by-Step: Use the SmythOS Agent API
3939

@@ -47,7 +47,7 @@ Before interacting with the API embodiment, make sure:
4747
Each endpoint maps to a callable block or function in your agent logic.
4848
</InfoCallout>
4949

50-
<Divider />
50+
<Spacer size="md" />
5151

5252
### Step 2: Get the OpenAPI URL for Your Agent
5353

@@ -68,7 +68,7 @@ You can import this URL into third-party tools like Postman or [GPT Builder](/do
6868

6969
<PromptCard prompt="Paste your OpenAPI URL into tools like Swagger, Postman, or GPT Builder to explore endpoints." />
7070

71-
<Divider />
71+
<Spacer size="md" />
7272

7373
### Step 3: Test and Explore Endpoints with Swagger
7474

@@ -82,7 +82,7 @@ You can import this URL into third-party tools like Postman or [GPT Builder](/do
8282
Swagger does not support multi-line JSON by default. Keep payloads single-line or escape newline characters.
8383
</WarningCallout>
8484

85-
<Divider />
85+
<Spacer size="md" />
8686

8787
## What Comes After API Integration?
8888

@@ -94,4 +94,4 @@ Now that your API is live:
9494

9595
Want to make it conversational? Learn how to [Deploy as ChatBot](/docs/agent-deployments/deployments/deploy-as-chatbot) and embed the same logic into your site’s UI.
9696

97-
<Divider />
97+
<Spacer size="md" />

docs/agent-deployments/deployments/deploy-as-mcp-server.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: How to deploy your SmythOS agent using the Model Context Protocol (
1212
**TL;DR:** Enable MCP in your agent settings, copy the development or production MCP URL, and plug it into your MCP-compatible platform.
1313
</InfoCallout>
1414

15-
<Divider />
15+
<Spacer size="md" />
1616

1717
## Why Enable MCP Support for Your Agent?
1818

@@ -28,7 +28,7 @@ This is ideal for:
2828
- IDE or toolchain integrations
2929
- Enterprise systems requiring protocol-based interoperability
3030

31-
<Divider />
31+
<Spacer size="md" />
3232

3333
## Prerequisites
3434

@@ -45,7 +45,7 @@ Production environments use:
4545
`https://<agent-id>.agent.psatge.smyth.ai`
4646
</InfoCallout>
4747

48-
<Divider />
48+
<Spacer size="md" />
4949

5050
## Step-by-Step: Enable and Integrate MCP
5151

@@ -58,7 +58,7 @@ Production environments use:
5858

5959
This will generate unique MCP URLs for test and production.
6060

61-
<Divider />
61+
<Spacer size="md" />
6262

6363
### Step 2: Copy Your MCP Endpoint URL
6464

@@ -76,7 +76,7 @@ Choose based on your integration stage:
7676

7777
<PromptCard prompt="Use the test MCP URL during development, and switch to production (psatge) for stable launches." />
7878

79-
<Divider />
79+
<Spacer size="md" />
8080

8181
## Security Considerations for MCP Endpoints
8282

@@ -92,7 +92,7 @@ To add auth protection, use:
9292

9393
Always secure your production MCP endpoints appropriately.
9494

95-
<Divider />
95+
<Spacer size="md" />
9696

9797
## Common Use Cases for MCP Integration
9898

@@ -102,7 +102,7 @@ Always secure your production MCP endpoints appropriately.
102102

103103
<PromptCard prompt="Paste your MCP URL into any compatible platform. Your agent will begin responding contextually." />
104104

105-
<Divider />
105+
<Spacer size="md" />
106106

107107
## What’s Next?
108108

@@ -116,4 +116,4 @@ Same agent, multiple endpoints. Maximum reusability.
116116

117117
<PromptCard prompt="Enable MCP on your SmythOS agent, grab the appropriate URL, and integrate with your preferred MCP-ready platform." />
118118

119-
<Divider />
119+
<Spacer size="md" />

docs/agent-deployments/deployments/deploy-as-siri-webhook.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ keywords: [Siri, SmythOS, Webhook, Shortcuts, voice automation, iOS automation,
88

99
> Trigger agents with your voice. Connect Apple’s Siri Shortcuts to SmythOS using secure webhook URLs and unlock hands-free workflows on iOS.
1010
11-
<InfoCallout> **TL;DR:** Set up a Siri Shortcut that sends an HTTP request to your SmythOS agent's webhook endpoint, and your voice becomes your interface. </InfoCallout>
11+
<InfoCallout title="TL;DR"> Set up a Siri Shortcut that sends an HTTP request to your SmythOS agent's webhook endpoint, and your voice becomes your interface. </InfoCallout>
1212

13-
<Divider />
13+
<Spacer size="md" />
1414

1515
## Why Use Siri to Activate Your SmythOS Agent?
1616

@@ -23,7 +23,7 @@ With this integration, you can:
2323
- Build accessibility-friendly AI assistants
2424
- Combine native iOS automations with your SmythOS agents
2525

26-
<Divider />
26+
<Spacer size="md" />
2727

2828
## What You Need to Get Started
2929

@@ -32,7 +32,7 @@ With this integration, you can:
3232
- iPhone or iPad with iOS 14+
3333
- The **Shortcuts** app installed (usually default on iOS)
3434

35-
<Divider />
35+
<Spacer size="md" />
3636

3737
## Step 1: Get Your SmythOS Webhook URL
3838

@@ -43,7 +43,7 @@ With this integration, you can:
4343

4444
<InfoCallout> You can test this webhook first using [Postman](https://www.postman.com/) - [we also have a guide on how](/docs/agent-deployments/deployments/use-postman) - or `curl` to ensure it responds correctly before adding it to Siri. </InfoCallout>
4545

46-
<Divider />
46+
<Spacer size="md" />
4747

4848
## Step 2: Set Up Your Siri Shortcut
4949

@@ -65,7 +65,7 @@ With this integration, you can:
6565
5. (Optional) Add a **Text** action or `Show Result` to display the response
6666
6. Name your Shortcut (e.g., "Run SmythOS Agent") and enable Siri by tapping **Add to Siri**
6767

68-
<Divider />
68+
<Spacer size="md" />
6969

7070
## Step 3: Trigger the Agent with Your Voice
7171

@@ -75,7 +75,7 @@ Once added, just say:
7575
7676
…and the webhook will be triggered, sending data to your agent and receiving the response in your shortcut flow.
7777

78-
<Divider />
78+
<Spacer size="md" />
7979

8080
## Handle and Display the Agent Response
8181

@@ -87,7 +87,7 @@ You can enhance the Shortcut by:
8787

8888
<InfoCallout> Pro tip: Use the response JSON fields to power conditional logic or route data to other iOS apps. </InfoCallout>
8989

90-
<Divider />
90+
<Spacer size="md" />
9191

9292
## What’s Next?
9393

@@ -97,4 +97,4 @@ You can enhance the Shortcut by:
9797

9898
<PromptCard prompt="Use Siri to trigger your SmythOS agent via webhook and complete tasks using just your voice." />
9999

100-
<Divider />
100+
<Spacer size="md" />

0 commit comments

Comments
 (0)