Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/conversations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: LLM Conversation Tracking

# LLM Conversation Tracking

![LLM conversations view](/img/greyproxy/conversations.png)
![LLM conversations view](./img/conversations.png)

Greyproxy can intercept traffic to popular LLM APIs and reconstruct it into structured conversations. When enabled, requests to providers such as Anthropic, OpenAI, and Google Gemini are parsed into messages, tool calls, and assistant responses, then grouped by client and displayed in the dashboard.

Expand Down
2 changes: 1 addition & 1 deletion docs/credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Credential Substitution

# Credential Substitution

![Global credentials settings](/img/greyproxy/credentials.png)
![Global credentials settings](./img/credentials.png)

Greyproxy can transparently inject real API keys into outgoing requests while the sandboxed process only ever sees opaque placeholders. This lets you run AI coding tools or other scripts inside greywall without exposing real credentials to the sandbox, and without modifying the tool itself.

Expand Down
2 changes: 1 addition & 1 deletion docs/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Dashboard

# Dashboard

![Greyproxy dashboard](/img/greyproxy/dashboard.png)
![Greyproxy dashboard](./img/dashboard.png)

The Greyproxy dashboard is available at [http://localhost:43080](http://localhost:43080) once greyproxy is running. It provides a real-time view of proxy traffic and a management interface for rules and pending requests.

Expand Down
2 changes: 1 addition & 1 deletion docs/header-redaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Header Redaction

# Sensitive Header Redaction

![Redacted headers in activity view](/img/greyproxy/header-redaction.png)
![Redacted headers in activity view](./img/header-redaction.png)

Greyproxy stores HTTP transactions in its SQLite database for later inspection in the dashboard. To keep credentials out of that database, sensitive header values are replaced with `[REDACTED]` before storage. The original header name is preserved (so you can still tell that an `Authorization` header was present), but the value is gone.

Expand Down
Binary file added docs/img/conversations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/credentials.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/header-redaction.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: /greyproxy

# Greyproxy

![Greyproxy dashboard](/img/greyproxy/dashboard.png)
![Greyproxy dashboard](./img/dashboard.png)

Greyproxy is a managed network proxy with a built-in web dashboard, rule engine, and REST API. It wraps powerful multi-protocol tunneling capabilities with an intuitive management layer for controlling and monitoring network traffic.

Expand Down
Loading