Skip to content

c9r-io/orchestrator-integrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orchestrator Integrations

Ready-to-use integration manifest packages for Agent Orchestrator. Each package provides pre-configured Trigger, SecretStore, and StepTemplate manifests that connect external platforms to the orchestrator via webhooks.

Available Integrations

Platform Directory Description
Slack slack/ Message events, slash commands
GitHub github/ Push, PR, issue comment webhooks
LINE line/ Message events via Messaging API

Quick Start

# 1. Clone this repo
git clone https://github.com/c9r-io/orchestrator-integrations.git
cd orchestrator-integrations

# 2. Copy and fill in your secrets
cp slack/secrets-template.yaml my-slack-secrets.yaml
# Edit my-slack-secrets.yaml with your Slack Signing Secret

# 3. Apply to your orchestrator
orchestrator apply -f my-slack-secrets.yaml --project myproject
orchestrator apply -f slack/ --project myproject

Prerequisites

  • Agent Orchestrator v0.2.0+
  • Daemon running with --webhook-bind <addr> enabled
  • Platform-specific API credentials (see each integration's README)

Webhook URL Format

When configuring webhooks on external platforms, use:

http://<your-host>:<webhook-port>/webhook/<trigger-name>

Or with project scope:

http://<your-host>:<webhook-port>/webhook/<project>/<trigger-name>

License

MIT

About

Ready-to-use integration manifest packages for Agent Orchestrator — Slack, GitHub, Line, and more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors