Let's set you up.
Three steps. Five minutes.
1
Install the GitHub App
This lets us read AI attribution data from your repos when you push. We read only git notes metadata — never your source code.
Install on GitHub2
Install the CLI
Hooks into your AI agents and creates attribution data on every commit.
$ pipx install obsly-ai
$ obsly-ai install
Configures hooks for Claude Code, Cursor, Codex, Windsurf — whichever you have.
3
Write code with AI, then push
Use any AI agent to edit a file. Commit and push normally. We detect it automatically.
$ git add . && git commit -m "my change" && git push
Looking for AI-attributed commits...
🎉
Found AI code!
Go to dashboard →