inkeep/Inkeep Agents Trigger
Trigger Inkeep agents from GitHub events with rich PR context (diffs, files, comments)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| trigger-url | The Inkeep agent trigger webhook URL | yes | — |
| signing-secret | HMAC signing secret for payload verification (optional) | no | — |
| github-token | Override GitHub token. If provided, skips OIDC authentication flow | no | — |
| path-filter | Glob pattern to filter which changed files trigger the action (e.g., "docs/**") | no | — |
| pr-title-regex | Regex to filter which PR titles trigger the action (e.g., "^\\[docs\\]") | no | — |
| api-base-url | Override Inkeep API base URL (for testing only, e.g., "https://your-ngrok-url.ngrok.io") | no | — |
Outputs
| name | description |
|---|---|
| invocation-id | The trigger invocation ID from the Inkeep API |
| conversation-id | The conversation ID created by the agent |