Getting Started
Trigger Your First Task
Send your first signal to Ryven from Slack and watch it ship a PR.
Once your integrations are connected, you're ready to send your first signal.
Trigger from Slack
Go to any Slack channel where the Ryven bot has been invited and send a message:
@ryven Add a health check endpoint that returns the current timestampRyven will reply in the thread:
Got it — working on your-repo now.
What happens next
- Ryven creates a task (visible in the dashboard)
- It spins up an isolated sandbox and clones your repo
- The agent runs with your task description and any linked context
- If code changes are made, Ryven opens a draft PR on a
ryven/branch - It waits for CI checks to complete
- If CI passes, the PR is marked ready for review
- If CI fails, Ryven reads the logs and pushes a fix automatically
- A final message is posted in the Slack thread with the PR link
Add more context with a GitHub issue
Include a GitHub issue URL for richer context:
@ryven Fix the bug described in https://github.com/your-org/your-repo/issues/42Ryven reads the issue title, body, and comments automatically. The target repo is also auto-detected from the URL.
This is the quick-start version. See Slack Triggers for multi-repo selection, thread conversations, follow-up messages, and the full notification reference.