> For the complete documentation index, see [llms.txt](https://docs.eesel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eesel.ai/apis-and-developer-resources.md).

# APIs and Developer Resources

- [The eesel CLI](https://docs.eesel.ai/apis-and-developer-resources/cli.md): Reference for the eesel CLI: install with npx, sign in once, then connect apps, download knowledge, create automations, approve held actions and chat with your agent from a terminal.
- [Claude Code & MCP clients](https://docs.eesel.ai/apis-and-developer-resources/claude-code-and-mcp-clients.md): Connect Claude Code, Cursor or another MCP client to your eesel workspace so you or an AI agent can chat with your agent, check activity and change its setup from the editor.
- [Use eesel from ChatGPT](https://docs.eesel.ai/apis-and-developer-resources/use-eesel-from-chatgpt.md): Two ways to use eesel from ChatGPT: add your workspace as a custom connector so ChatGPT can run your agent, or use the eesel apps in ChatGPT's directory.
- [Use eesel from Claude and other AI assistants](https://docs.eesel.ai/apis-and-developer-resources/use-eesel-from-claude-and-other-assistants.md): Add your eesel workspace to claude.ai, Claude Code, Cursor or any MCP client, and talk to your agent, check on it and change its setup with your dashboard permissions.
- [Network Access](https://docs.eesel.ai/apis-and-developer-resources/network-access.md): Let your agent call an API eesel has no integration for: allow the domain, name the header it authenticates with, and it looks up live data when it answers.


---

# 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.eesel.ai/apis-and-developer-resources.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.
