Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.
Merged
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
22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,7 @@
[![Node.js](https://img.shields.io/badge/Node.js-22_LTS-green.svg)](https://nodejs.org/)
[![Keyway Secrets](https://www.keyway.sh/badge.svg?repo=keywaysh/keyway-backend)](https://www.keyway.sh/vaults/keywaysh/keyway-backend)

**Stop sharing secrets in Slack.** Keyway syncs `.env` files using GitHub repo permissions.

## Quick Start

```bash
# Install CLI
brew install keywaysh/tap/keyway

# Login with GitHub
keyway login

# Push secrets from current repo
keyway push

# Pull on another machine
keyway pull
```

> Full documentation at [docs.keyway.sh](https://docs.keyway.sh)
**The API behind [Keyway](https://keyway.sh)** — GitHub-native secrets management.

## Architecture

Expand Down Expand Up @@ -568,5 +550,7 @@ MIT
## Support

- **Docs**: https://docs.keyway.sh
- **CLI**: https://github.com/keywaysh/cli
- **MCP Server**: https://github.com/keywaysh/keyway-mcp
- **Status**: https://status.keyway.sh
- **Issues**: [GitHub Issues](https://github.com/keywaysh/keyway-backend/issues)
Loading