# MentalNote developer and agent access

> MentalNote helps clinicians draft and review clinical notes in the browser, with optional recording and a Microsoft Word add-in. A clinician must review every draft.

## Read the public website

Public product information, guides, templates, and policies are available without a login. Start with [llms.txt](https://mentalnote.ai/llms.txt), the curated agent index, or the [sitemap](https://mentalnote.ai/sitemap.xml) for the full page inventory. [llms-full.txt](https://mentalnote.ai/llms-full.txt) provides an expanded reference; it is not an API specification.

Request an existing HTML page with `Accept: text/markdown` to read its main content as Markdown. Use the HTTP status to detect missing pages; a 404 is not product content. Follow redirects and respect [robots.txt](https://mentalnote.ai/robots.txt) and page-specific indexing directives.

```sh
curl --fail --location -H 'Accept: text/markdown' https://mentalnote.ai/developers
curl --fail --location https://mentalnote.ai/llms.txt
```

## Application and API access

The public website and the signed-in product are separate. Use the [MentalNote app](https://app.mentalnote.ai) and its normal sign-in flow for product features. Public website access does not grant access to user documents, accounts, or paid capabilities.

We do not currently offer a documented self-service public API, public API keys, an official MCP server, or an agent SDK. There is no supported public OpenAPI specification to import for third-party tool calling. Internal application endpoints are not a supported external integration contract.

For an integration request, [contact MentalNote support](mailto:support@mentalnote.ai) with your intended workflow. Authentication, allowed operations, quotas, error responses, and access terms must be agreed before an integration is enabled. Do not send passwords, access tokens, or document contents in your request.

## Product information

- [Features](https://mentalnote.ai/features): Current product capabilities.
- [Pricing](https://mentalnote.ai/pricing): Current plans and allowances.
- [Support](https://mentalnote.ai/support): Product help and contact details.
- [Privacy](https://mentalnote.ai/privacy): Current data-handling policy.
- [Security](https://mentalnote.ai/security) and [HIPAA information](https://mentalnote.ai/hipaa): Confirm your practice's requirements and account/BAA coverage before entering PHI. Start with non-sensitive sample content.

## Company

MentalNote is a product of GenText Group Inc. The group's published business address is Broadway Avenue, Toronto, Ontario M4G 2R7, Canada. Contact: support@mentalnote.ai.

Last reviewed: 12 September 2026.
