G
goose-docs.ai
Goose is an open-source AI agent that runs locally on a user’s machine for coding, research, automation, and other workflows. It is available as a desktop app and command-line tool and can connect to models and tools through open protocols like MCP and ACP.
goose-docs.ai documents Goose, an open-source local AI agent with a public CLI, an ACP server mode exposed via the CLI, and a self-hostable remote `goosed` HTTP server secured by a shared secret header.
discovered 2mo ago
REST · OpenAPI1
- goosed remote serverdiscovered
CLI1
- goose CLIdiscovered
Credentials
goosed shared secret keyapi_key
When running a remote goosed server, generate your own long random secret and set it as GOOSE_SERVER__SECRET_KEY on the server. The same value must then be configured in goose Desktop so it can send the X-Secret-Key header. See Remote Server.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://goose-docs.ai/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing