Privacy.

Aratel is a GitHub App that runs an AI agent against your repository when you push or open a pull request. Here is exactly what that involves.

What we read

For each triggering event, we read the diff and any files the agent explicitly opens during its run, scoped to the single installation that fired the event. We use a per-installation token issued by GitHub; we cannot read repos you have not granted access to.

What we send to third parties

File contents and diffs the agent inspects are sent to Anthropic via Vercel AI Gateway for inference. They are not used for training.

What we store

We store run metadata only: installation id, repository name, commit SHA, run outcome, and a short summary of what the agent did. We do not store your source code.

Uninstalling

Removing the GitHub App immediately revokes our access. We purge the run metadata for that installation.

← back to home