mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 09:01:17 +00:00
feat: refresh web console theme
This commit is contained in:
parent
0fbf6272b1
commit
1fcae6ed76
34 changed files with 5037 additions and 748 deletions
12
README.md
12
README.md
|
|
@ -11,5 +11,15 @@ Documentation lives in `docs/` (Mintlify). Start with:
|
|||
Quickstart (local dev):
|
||||
|
||||
```bash
|
||||
sandbox-agent --token "$SANDBOX_TOKEN" --host 127.0.0.1 --port 8787
|
||||
sandbox-agent --token "$SANDBOX_TOKEN" --host 127.0.0.1 --port 2468
|
||||
```
|
||||
|
||||
Extract API keys from local agent configs (Claude Code, Codex, OpenCode, Amp):
|
||||
|
||||
```bash
|
||||
# Print env vars
|
||||
sandbox-agent credentials extract-env
|
||||
|
||||
# Export to current shell
|
||||
eval "$(sandbox-agent credentials extract-env --export)"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue