Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/docs/docs/ai-agents.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
sidebar_position: 7
title: AI Agents
title: Use Secrets with Claude Code, Cursor & Copilot (MCP)
sidebar_label: AI Agents
description: Give AI coding agents access to your secrets through the Keyway MCP server, without exposing values in .env files on disk.
---

# AI Agents
Expand Down
1 change: 1 addition & 0 deletions packages/docs/docs/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 4
title: API Reference
description: Keyway REST API reference. Authentication, vaults, secrets, environments, and audit endpoints.
---

# API Reference
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ keyway pull -e staging
| Exposure reports | - | - | - | ✓ |
| Priority support | - | - | - | ✓ |

Upgrade: [keyway.sh/settings](https://keyway.sh/settings)
Upgrade: [app.keyway.sh/settings](https://app.keyway.sh/settings)

## Next Steps

Expand Down
4 changes: 4 additions & 0 deletions packages/docs/static/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Allow: /

Sitemap: https://docs.keyway.sh/sitemap.xml
Loading