Skip to main content

Capturly

Record, replay, and debug any HTTP API — with built-in AI traffic intelligence

Capturly is an HTTP proxy that captures, replays, and inspects API traffic. It works with any REST/GraphQL endpoint but goes deeper on AI protocols — automatically detecting OpenAI and AGUI (Agent GUI) traffic, extracting system prompts, combining streaming chunks, and surfacing tool calls.

Quick Start

# Install
pip install capturly

# Point at OpenAI and watch traffic
capturly --mode log --backend https://api.openai.com --combine-chunks

# Open dashboard at http://localhost:9090
# See your system prompts, tool definitions, and complete conversations

Use Cases

Debug AI Applications

See exactly what your app sends to OpenAI:

capturly --mode log --backend https://api.openai.com --combine-chunks
# Configure your app to use http://localhost:9999 instead of api.openai.com

The dashboard extracts:

  • System prompts (including multi-part array content)
  • Tool definitions and tool calls
  • Token usage
  • Complete conversation history (streaming chunks combined)
  • AGUI agent runs: messages, tool calls, reasoning, and state

Create Deterministic Test Fixtures

Record real API responses, replay them in tests:

# Record once
capturly --mode record --backend https://api.stripe.com
curl http://localhost:9999/v1/charges

# Replay forever (no network, instant, deterministic)
capturly --mode replay
pytest tests/

Performance Testing

Stress test your service with cached responses:

# Replay with zero delay (simulate fast API)
capturly --mode replay --delay 0

# Or simulate slow upstream
capturly --mode replay --delay 2000

Development Speedup

Cache common endpoints, record new ones automatically:

capturly --mode hybrid --backend https://api.example.com
# First request: hits backend, caches response
# Subsequent requests: instant replay from cache

Dashboard

The built-in web dashboard (default: http://localhost:9090) shows a newest-first traffic list with filters and tag chips (AI, AGUI, SSE, Tools, Tool Results), plus per-request detail views that surface system prompts, new inputs vs. conversation history, tool calls, token usage, and AGUI agent runs. See the Dashboard Guide.

Modes

Mode Behavior Use When
record Proxy to backend, save responses Capturing test fixtures
replay Return saved responses (no backend) Running tests, offline dev
hybrid Replay if cached, record if new Day-to-day development
log Proxy and persist full traffic Debugging, AI inspection

Configuration

CLI arguments:

capturly --mode log --backend https://api.openai.com --port 8080

Environment variables:

export CAPTURLY_RECORDINGS_DIR=./recordings
capturly --mode record --backend https://api.example.com

Installation

pip install capturly

Requirements: Python 3.9+

Documentation

Contributing

Contributions welcome! See CONTRIBUTING.md for guidelines.

License

MIT License - see LICENSE file.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

capturly-0.8.0.tar.gz (199.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

capturly-0.8.0-py3-none-any.whl (46.0 kB view details)

Uploaded Python 3

File details

Details for the file capturly-0.8.0.tar.gz.

File metadata

  • Download URL: capturly-0.8.0.tar.gz
  • Upload date:
  • Size: 199.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for capturly-0.8.0.tar.gz
Algorithm Hash digest
SHA256 04129225f562875abd0dd1f1e0ed4a86e1b0e482318ac5264bab6078d3348084
MD5 91837b9d4d80ab4a528d6480787fbb6b
BLAKE2b-256 524e2d600cb0630acf7cdb10b1112caf1f289bc6de0266c75db713e937db3f2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for capturly-0.8.0.tar.gz:

Publisher: publish.yml on vikrant82/capturly

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file capturly-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: capturly-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 46.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for capturly-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d185b85ad04d8aa56a519fd76db86bc855e262aa427fe8086c6f6c2a63ec7205
MD5 5816bce280718f7e3b61095e38c183d5
BLAKE2b-256 3e4ae22ee0ef05b1bb40c91ad51c429b8a258aff6e5e86bb3f1c71bce08520c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for capturly-0.8.0-py3-none-any.whl:

Publisher: publish.yml on vikrant82/capturly

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page