What is CircleCI?
CircleCI is a dev & code tool. With OSP.net, your AI agent connects to it directly so it can act on your behalf instead of just answering questions about it.
What your OSP agent can do with CircleCI
- Check pipeline and job status
- Retrieve and summarize build failure logs
- Inspect test results and flaky tests
How to connect CircleCI
- In CircleCI, open User Settings → Personal API Tokens and create a new token. Copy it (shown once). app.circleci.com → User Settings → Personal API Tokens
- Paste it here and Connect. Your agent talks to CircleCI's official MCP server with it. CircleCI Docs: MCP server
Security: A personal API token acts as you on CircleCI. Revoke it any time from the same settings page.
Related dev & code integrations
Frequently asked questions
- Can OSP.net connect to CircleCI?
- Yes. CircleCI is a native OSP.net integration — you bring your own CircleCI key or token, paste it in your dashboard, and your agent restarts live.
- What can my OSP agent do with CircleCI?
- Your agent reads build status and failure logs via CircleCI's official MCP server. Specifically: Check pipeline and job status; Retrieve and summarize build failure logs; Inspect test results and flaky tests.
- Is CircleCI a native integration or via the gateway?
- CircleCI is a native, baked-in integration. You connect it with your own credentials, which are stored in an encrypted vault and injected only at runtime.
- Is my CircleCI data secure with OSP.net?
- Yes. Your CircleCI credentials live in an encrypted secrets vault, are injected only at container runtime, and are never written to disk in plaintext or used to train any model. Each customer runs in a fully isolated instance.