You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-site/src/content/docs/clients/goose.mdx
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Goose
3
3
description: Configure Goose with Codex Pooler's narrow OpenAI-compatible /v1 chat completions path and optional operator MCP metadata access.
4
4
---
5
5
6
-
Goose's OpenAI provider supports OpenAI-compatible endpoints through`OPENAI_HOST` and `OPENAI_BASE_PATH`. Point the host at Codex Pooler and keep the Pool API key in the `OPENAI_API_KEY` environment variable or Goose's secret storage.
6
+
Configure Goose's OpenAI provider with`OPENAI_HOST` and `OPENAI_BASE_PATH`. Point the host at Codex Pooler and keep the Pool API key in the `OPENAI_API_KEY` environment variable or Goose's secret storage.
For local setup, change `OPENAI_HOST` to `http://localhost:4000`.
16
16
17
+
Check the headless CLI path with tool access enabled:
18
+
19
+
```bash
20
+
export OPENAI_API_KEY="$CODEX_POOLER_API_KEY"
21
+
goose run \
22
+
--no-session \
23
+
--provider openai \
24
+
--model gpt-5.5 \
25
+
--with-builtin developer \
26
+
--text 'Use your developer tool to create goose-ok.txt containing exactly: goose ok. Then reply with exactly: goose ok'
27
+
```
28
+
17
29
For optional operator MCP metadata access, add a remote Streamable HTTP extension. Codex Pooler model use does not require this. Goose stores remote extension headers in its config, so use a dedicated MCP token.
0 commit comments