Skip to main content
CI systems can publish custom events to a Felan team. Active team automations decide whether an event starts a session.

Prerequisites

  1. Create a team API key under Settings → API Keys.
  2. Store the key as a protected CI secret.
  3. Create an event automation with the provider, event type, and filters that should match the incoming event.

Event endpoint

The endpoint returns whether at least one matching automation was dispatched. See Authentication for the current team-key contract.

Provider-native events

GitHub, GitLab, Jira, Linear, Asana, and Vercel have provider-specific webhook handling in Felan. Use those integrations when their signed event flow matches your automation. Use the public team event endpoint for custom CI systems and custom event types. The Vercel connector has provider ID vercel and is configured from the top-level Integrations screen with the webhook secret generated by Vercel.