> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize.md).

# Connect and authorize

- [Connect Podigee to ChatGPT](https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize/connect-podigee-to-chatgpt.md): Check Podigee app availability in ChatGPT and use a verified alternative when needed.
- [Connect Podigee to Claude](https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize/connect-podigee-to-claude.md): Add Podigee as a custom connector in Claude and authorize it with browser sign-in.
- [Connect Podigee to Codex](https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize/connect-podigee-to-codex.md): Connect Codex to the Podigee MCP server with browser sign-in or a personal access token.
- [Install the pdg CLI](https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize/install-the-pdg-cli.md): Install and verify an approved pdg command-line client build.
- [Sign in and out with the pdg CLI](https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize/sign-in-and-out-with-the-pdg-cli.md): Authorize pdg through Podigee, verify the active profile, and end the local session safely.
- [Connect another compatible MCP client](https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize/connect-another-compatible-mcp-client.md): Connect a compatible remote MCP client to Podigee through the protected public endpoint.
- [Create and use a personal access token](https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize/create-and-use-a-personal-access-token.md): Create a scoped Podigee MCP token for a CLI, agent, or automation that cannot use browser authorization.
- [Choose the correct Podigee account](https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize/choose-the-correct-podigee-account.md): Confirm the Podigee account or organization that one AI authorization can access.
- [Choose permissions and scopes](https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize/choose-permissions-and-scopes.md): Choose the minimum Podigee MCP permissions required for an agent workflow.
- [Add write access to an existing connection](https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize/add-write-access-to-an-existing-connection.md): Reauthorize a Podigee connection with the exact write permissions required for a task.
- [Review and revoke connected clients](https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize/review-and-revoke-connected-clients.md): Review authorized Podigee connectors and revoke a connection that should no longer have access.
- [Switch to another account or organization](https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize/switch-to-another-account-or-organization.md): Connect an AI client to another Podigee account without mixing account authority or data.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
