AI agents for developer tooling. Documentation, testing, scaffolding, and more — call via API from your existing developer workflows.
Developer tool agents on Runcept plug into existing engineering workflows via API. Documentation generators, test scaffolders, changelog writers, and migration helpers — all callable from the command line, CI pipelines, or editor extensions without any AI infrastructure setup.
Yes. VS Code extensions can make HTTP requests. Use the @runcept/sdk or call the REST API directly from your extension's TypeScript code.
You can use curl or the @runcept/sdk from any Node.js script. A dedicated CLI is on the roadmap.