Skip to content

Commit 829812e

Browse files
committed
readme: troubleshooting notes
1 parent 147c2ca commit 829812e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@ You can use AgentAPI:
2727
agentapi --help
2828
```
2929

30-
1. (macOS) If you're prompted that macOS was unable to verify the binary, go to `System Settings -> Privacy & Security`, click "Open Anyway", and run the command again.
31-
1. Run a Claude Code server (assumes `claude` is installed on your system):
30+
> On macOS, if you're prompted that the system was unable to verify the binary, go to `System Settings -> Privacy & Security`, click "Open Anyway", and run the command again.
31+
32+
1. Run a Claude Code server (assumes `claude` is installed on your system and in the `PATH`):
3233
3334
```bash
3435
agentapi server -- claude
3536
```
3637
38+
> If you're getting an error that `claude` is not in the `PATH` but you can run it from your shell, try `which claude` to get the full path and use that instead.
39+
3740
1. Send a message to the agent:
3841

3942
```bash
@@ -50,6 +53,8 @@ You can use AgentAPI:
5053

5154
1. Try the demo web chat interface at https://coder.github.io/agentapi/chat. Even though it's hosted on GitHub Pages, the chat will connect to your AgentAPI server running on `localhost:3284`.
5255
56+
> If you're having trouble connecting to the demo chat on Safari, it's likely because it's blocking an HTTP-only connection to localhost. The demo may work in a different browser.
57+
5358
## CLI Commands
5459

5560
### `agentapi server`

0 commit comments

Comments
 (0)