---
title: 'Can my AI assistant use Epovest?'
question: true
order: 120
lang: en
license: CC-BY-4.0
canonical: 'https://markleex.com/@epovest/faq/can-my-ai-assistant-use-epovest'
markleex:
  entity: '@epovest'
  url: 'https://markleex.com/@epovest'
  version: 2
  published: '2026-08-08T10:28:52+00:00'
  updated: '2026-08-08T10:58:45+00:00'
  trail:
    - label: 'Epovest, questions and answers'
      url: 'https://markleex.com/@epovest/faq'
---

Yes. Everything the app shows can be read and driven by an agent, through the REST API v1 and the MCP server, both using the same API keys created by the account owner in the app.

- MCP endpoint: `https://mcp.epovest.com/mcp`
- REST base URL: `https://api.epovest.com/v1`

There are two ways in, and both reach the same actions on the same account. An assistant that manages connectors finds the sign-in on its own: you sign in to Epovest and approve the access once, with no key to handle, and that access is revoked in one click. For a command-line tool, a desktop app or your own code, use the same address with an API key in the Authorization header of every request.

Once connected, your assistant builds a tracker from a description, pulls your citation rate, share of voice and full answers, sets your canon, records a proof or dates an action in the logbook.

The reference and the recipes are served as raw Markdown, readable by an agent and by you: [API and MCP documentation](https://epovest.com/docs/api.md), [setup guide](https://epovest.com/docs/setup.md), [recipes](https://epovest.com/docs/recipes.md). Step by step on [the connect page](https://epovest.com/en/connect-your-ai).
