Skip to content

Support

Need help? Check the FAQ below or reach out.

FAQ

How do I install sphinx-ci on my repo?

Sign in with GitHub, configure your repo in the dashboard, add the secrets and workflow file. See the full guide in the README.

Do I need to create a GitHub App?

No. sphinx-ci uses a GitHub OAuth App for login and the built-in GITHUB_TOKEN from Actions for status checks. No GitHub App installation needed.

How much does it cost?

sphinx-ci is free and open source. You only pay for your own Anthropic API usage (~$0.01 per quiz).

Can I use it with my organization's repos?

Yes. An org admin needs to approve the OAuth App first. Go to github.com/settings/applications, find sphinx-ci, and request access for your org.

What happens if the service is down?

sphinx-ci is fail-open. If the service is unavailable or Claude times out (30s), the PR is not blocked.

Are my answers and code stored?

The PR diff is stored in the database (needed to regenerate questions on retry). Anthropic API keys are encrypted with AES-256-GCM. Quiz answers are stored for history.

Can I self-host sphinx-ci?

Yes. Clone the repo, deploy on Vercel, and configure your own database and OAuth App. See the Self-hosting section in the README.

For detailed setup instructions:

Read the documentation