Welcome to Obsly AI
Three steps to start tracking your AI code.
1
Install the GitHub App
This lets us read AI attribution data (git notes) from your repos on push. We never read your source code.
Install GitHub App2
Install the CLI
The CLI installs hooks in your AI agents (Claude Code, Cursor, Codex, Windsurf) and git hooks that create attribution data on every commit.
# Install
pip install obsly-ai
# Configure hooks for all detected agents
obsly-ai install
3
Push some code
Use any AI agent to write code, commit, and push. The attribution data flows automatically to your dashboard.
# Use AI to code, then push normally
git add . && git commit -m "my change" && git push