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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Phoenix is built for the people actually running agents today — self-hosted, h
- **Reference-first workflows** — `phoenix://` URIs replace raw values in configs and scripts
- **Exec credential stripping** — `phoenix exec` injects secrets and strips broker credentials from the child process
- **Works with existing setups** — `phoenix import` pulls from `.env` files in one command; 1Password users can migrate secrets or broker reads at runtime without moving anything
- **Agent-native integrations** — built-in MCP server for Claude Code / Claude Desktop, Python/Go/TypeScript SDKs, OpenClaw SecretRef exec provider and plugin-tool path, direct HTTP API
- **Agent-native integrations** — built-in MCP server for Claude Code / Claude Desktop, Python/Go/TypeScript SDKs, OpenClaw SecretRef exec provider and [openclaw-phoenix](https://github.com/phoenixsec-dev/openclaw-phoenix) runtime plugin, direct HTTP API
- **Emergency offline access** — break-glass secret retrieval directly from disk when the server is down

Two binaries (`phoenix` client + `phoenix-server`), single codebase, no external runtime dependencies.
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ captured and is never written to audit logs.

### 2. Plugin tools for agent/tool runtime access

Use the separate `openclaw-phoenix` plugin for agent/tool-time workflows:
Use the separate [`openclaw-phoenix`](https://github.com/phoenixsec-dev/openclaw-phoenix) plugin for agent/tool-time workflows:

- `phoenix_resolve` for Phoenix-aware runtime resolution
- `phoenix_list` for listing visible paths
Expand Down