Source map¶
Canonical references used across this guide. Cite these (with current dates) when you edit any page.
Anthropic — Claude¶
- Claude Desktop download: https://claude.ai/download
- Claude Code docs (setup): https://code.claude.com/docs/en/setup
- Claude Code docs (quickstart): https://code.claude.com/docs/en/quickstart
- Claude Code docs (settings & permissions): https://code.claude.com/docs/en/settings
- Claude Code docs (subagents): https://code.claude.com/docs/en/sub-agents
- Claude Code docs (hooks): https://code.claude.com/docs/en/hooks
- Claude Code docs (MCP): https://code.claude.com/docs/en/mcp
- Claude Code docs (overview): https://code.claude.com/docs/en/overview
- Anthropic API — tool use: https://platform.claude.com/docs/en/agents-and-tools/tool-use/overview
- Anthropic API — computer use tool: https://platform.claude.com/docs/en/agents-and-tools/tool-use/computer-use-tool
- Anthropic API — messages reference: https://platform.claude.com/docs/en/api/messages
- Claude support — plans: https://support.claude.com/en/articles/11049762-choosing-a-claude-ai-plan
- Claude support — usage and length limits: https://support.claude.com/en/articles/11647753-how-do-usage-and-length-limits-work
- Claude support — usage limit best practices: https://support.claude.com/en/articles/9797557-usage-limit-best-practices
- Claude support — personalization: https://support.claude.com/en/articles/10185728-understanding-claude-s-personalization-features
- Claude support — Projects: https://support.claude.com/en/articles/9517075-what-are-projects
- Claude support — chat search and memory: https://support.claude.com/en/articles/11817273-use-claude-s-chat-search-and-memory-to-build-on-previous-context
- Claude support — incognito chats: https://support.claude.com/en/articles/12260368-using-incognito-chats
- Claude support — Artifacts: https://support.claude.com/en/articles/9487310-what-are-artifacts-and-how-do-i-use-them
- Claude support — Skills overview: https://support.claude.com/en/articles/12512176-what-are-skills
- Claude support — using Skills: https://support.claude.com/en/articles/12512180-using-skills-in-claude
- Claude prompting best practices: https://platform.claude.com/docs/en/build-with-claude/prompt-engineering/claude-prompting-best-practices
- Claude support — connectors overview: https://support.claude.com/en/articles/11176164-use-connectors-to-extend-claude-s-capabilities
- Claude support — custom remote MCP connectors: https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp
- Claude support — local MCP on Claude Desktop: https://support.claude.com/en/articles/10949351-getting-started-with-local-mcp-servers-on-claude-desktop
- Computer use launch announcement: https://www.anthropic.com/news/3-5-models-and-computer-use
- Anthropic responsible disclosure policy: https://www.anthropic.com/responsible-disclosure-policy
OpenAI — ChatGPT, OpenAI API, Codex, Agents SDK¶
- ChatGPT (consumer): https://chatgpt.com
- Projects in ChatGPT: https://help.openai.com/en/articles/10169521-projects-in-chatgpt
- Creating and editing GPTs: https://help.openai.com/en/articles/8554397
- OpenAI Platform docs: https://platform.openai.com/docs/overview
- OpenAI — tool calling / function calling guide: https://platform.openai.com/docs/guides/function-calling
- OpenAI — structured outputs guide: https://platform.openai.com/docs/guides/structured-outputs
- OpenAI — evals overview: https://platform.openai.com/docs/guides/evals
- OpenAI — safety best practices: https://platform.openai.com/docs/guides/safety-best-practices
- OpenAI — production best practices: https://platform.openai.com/docs/guides/production-best-practices
- Codex CLI docs: https://developers.openai.com/codex/cli
- Codex GitHub repo: https://github.com/openai/codex
- Agents SDK (Python) repo: https://github.com/openai/openai-agents-python
- Agents SDK (Python) docs: https://openai.github.io/openai-agents-python/
- Agents SDK announcement: https://openai.com/index/the-next-evolution-of-the-agents-sdk/
- Computer-Using Agent (CUA) launch: https://openai.com/index/computer-using-agent/
- Computer use API guide: https://developers.openai.com/api/docs/guides/tools-computer-use
Google — Gemini, AI Studio, Antigravity¶
- Gemini app (consumer): https://gemini.google.com
- Gemini Apps help — create custom Gems: https://support.google.com/gemini/answer/15235603?hl=en
- Gemini API docs: https://ai.google.dev/gemini-api/docs
- Gemini API — function calling: https://ai.google.dev/gemini-api/docs/function-calling
- Gemini API — structured output: https://ai.google.dev/gemini-api/docs/structured-output
- Gemini API — system instructions: https://ai.google.dev/gemini-api/docs/system-instructions
- Gemini API — tools (built-in): https://ai.google.dev/gemini-api/docs/tools
- Google AI Studio: https://ai.google.dev/aistudio
- AI Studio API keys: https://aistudio.google.com/app/apikey
- Gemini CLI repo: https://github.com/google-gemini/gemini-cli
- Gemini CLI docs (geminicli.com): https://geminicli.com/docs/get-started/installation/
- Antigravity codelab: https://codelabs.developers.google.com/getting-started-google-antigravity
Model Context Protocol (MCP)¶
- MCP home: https://modelcontextprotocol.io
- MCP introduction: https://modelcontextprotocol.io/introduction
- MCP spec (2025-06-18): https://modelcontextprotocol.io/specification/2025-06-18
- MCP spec (2025-03-26): https://modelcontextprotocol.io/specification/2025-03-26
- MCP SDKs index: https://modelcontextprotocol.io/docs/sdk
- MCP Python SDK: https://github.com/modelcontextprotocol/python-sdk
- MCP TypeScript SDK: https://github.com/modelcontextprotocol/typescript-sdk
- Reference servers: https://github.com/modelcontextprotocol/servers
- Connect to local MCP servers: https://modelcontextprotocol.io/docs/develop/connect-local-servers
- Security best practices: https://modelcontextprotocol.io/specification/2025-06-18/basic/security_best_practices
GitHub — Copilot, Pages, Actions¶
- About GitHub Copilot cloud agent: https://docs.github.com/en/copilot/concepts/agents/cloud-agent/about-cloud-agent
- Copilot cloud agent — risks and mitigations: https://docs.github.com/en/copilot/concepts/agents/cloud-agent/risks-and-mitigations
- Copilot cloud agent — best practices: https://docs.github.com/en/copilot/tutorials/cloud-agent/get-the-best-results
- Copilot requests and billing: https://docs.github.com/en/copilot/concepts/billing/copilot-requests
- Copilot — plans overview: https://docs.github.com/en/copilot/get-started/plans
- Copilot coding agent announcement: https://github.blog/news-insights/product-news/github-copilot-meet-the-new-coding-agent/
- GitHub Pages docs: https://docs.github.com/pages
- GitHub Actions — workflow syntax: https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions
actions/deploy-pages: https://github.com/actions/deploy-pages- MkDocs Material — publishing: https://squidfunk.github.io/mkdocs-material/publishing-your-site/
- MkDocs Material — installation: https://squidfunk.github.io/mkdocs-material/getting-started/
xAI — Grok¶
- xAI overview: https://docs.x.ai/overview
- xAI — function calling: https://docs.x.ai/developers/tools/function-calling
- xAI — structured outputs: https://docs.x.ai/developers/model-capabilities/text/structured-outputs
- xAI — models: https://docs.x.ai/developers/models
- xAI Console (API keys): https://console.x.ai
- Grok web app (consumer): https://grok.com
- Grok on X: https://x.com/i/grok
Browser & computer use (community)¶
- browser-use repo: https://github.com/browser-use/browser-use
- browser-use Python SDK: https://github.com/browser-use/browser-use-python
Subscription-first vendor surfaces (added in v0.5)¶
These pages anchor the no-API guidance and are intentionally short on links — vendor product pages drift faster than per-feature docs.
- ChatGPT Tasks help: https://help.openai.com/en/articles/10291617-tasks-in-chatgpt
- Custom Instructions: https://help.openai.com/en/articles/8096356-custom-instructions-for-chatgpt
- Memory in ChatGPT: https://help.openai.com/en/articles/8590148-memory-faq
- Claude support — Projects: https://support.claude.com/en/articles/9517075-what-are-projects
- Gemini Apps help — Saved info: https://support.google.com/gemini/answer/16035369?co=GENIE.Platform%3DDesktop&hl=en
- Gemini Apps help — Scheduled actions: https://support.google.com/gemini/answer/16316416?co=GENIE.Platform%3DDesktop&hl=en
- Claude support — Scheduled tasks in Cowork: https://support.claude.com/en/articles/13854387-schedule-recurring-tasks-in-claude-cowork
- Perplexity — Spaces help: https://www.perplexity.ai/hub/faq
- xAI — Grok personalisation: https://help.x.com/en/using-x/about-grok
- GitHub Copilot — instruction files: https://docs.github.com/en/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot
How to update this map¶
When you add a citation to a page, also add the canonical URL here. Keep one URL per line under the right vendor heading. Avoid duplicates and avoid linking to third-party tutorials in this map — those belong in the page that references them.