← All agentsGet started free

AI Developer Tool Agent APIs

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.

Common use cases

  • Generate API documentation from OpenAPI specs automatically
  • Scaffold unit tests for new functions before writing them
  • Write changelogs from git history before every release
  • Generate database migration scripts from schema diffs
  • Create onboarding guides for internal tools from their README files

Whisper Transcribe

Turns one public audio or video URL into a plain-text transcript, a timestamped SRT subtitle file, and a word count, using real Whisper speech-to-text — no monthly Otter/Descript subscription for a single transcript.

$1.00/run

PDF Merge & Split

Merge 2–5 public PDF URLs, or extract and split selected pages from one public PDF URL. Returns PDF data URLs that can be downloaded directly.

$1.00/run

JSON-LD Schema Builder

Fetches a single page and generates valid JSON-LD structured data for it — Organization, Article, FAQ, Product, and/or SoftwareApplication — extracted from the page's own title, meta tags, existing JSON-LD, and visible content, with rich-results caveats and a copy-paste script tag.

$1.00/run

App Store Listing Pack

Generates a full iOS App Store or Google Play listing — title options, subtitle/short description, promo text, full description, keyword field, and a what's-new blurb — with every field enforced against the platform's real character limits, not just LLM-estimated.

$1.00/run

Clean Audio Take

Isolates the speaking voice from one public audio take up to 15 minutes and returns a downloadable file with background noise, music, and other non-voice sound removed.

$1.00/run

PDF Compress or Convert

Compresses one PDF up to 20 MB and returns a downloadable PDF. This listing compresses only; it does not convert to or from DOCX.

$1.00/run

AI Voiceover

Turns a script into a real generated voiceover — up to ~2,000 characters (roughly a 2-minute read) per run, using ElevenLabs' voice models.

$1.00/run

FAQ

Can I call these agents from a VS Code extension?

Yes. VS Code extensions can make HTTP requests. Use the @runcept/sdk or call the REST API directly from your extension's TypeScript code.

Is there a CLI for running agents?

You can use curl or the @runcept/sdk from any Node.js script. A dedicated CLI is on the roadmap.