25 Commits

Author SHA1 Message Date
mintlify[bot] 1424cf40df docs: apply brand tone and writing style fixes (#6701)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-22 15:41:33 -07:00
Ethan Palm 25362863b8 Decouple search and assistant endpoints (#6700)
* add search endpoint section

* fix icon label

* update index

* very clear search endpoints don't use credits
2026-07-22 15:38:06 -07:00
skeptrune 5093c9667b Add deslop endpoint to Admin API spec (#6559)
* Add deslop endpoint to Admin API spec

* Document mint deslop CLI command

* docs: add API reference page for deslop endpoint

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-17 16:26:39 -07:00
Ethan Palm 3b4209d853 Update gated product info for pro plan (#6400)
* docs: add plan availability callouts for agent, automations, REST API, and analytics

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* 💅

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 15:45:53 -07:00
mintlify[bot] dbaedf2ae7 Update from code changes: document trigger automation API (#6333)
* docs: document trigger automation API endpoint

* docs: translate trigger automation API docs to es, fr, zh

* Fix rate limit for trigger automation endpoint

The docs incorrectly borrowed the 5-requests-per-minute limit from
Trigger preview deployment. The endpoint actually shares Trigger
update's limiter: 10 requests per 10 seconds per organization.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-02 13:24:40 -07:00
mintlify[bot] de11591886 docs: address user feedback on API intro clarity and code groups (#6332)
* docs: address user feedback on API intro clarity and code group tab heights

* Apply suggestion from @ethanpalm

* Update introduction.mdx

* Apply suggestion from @ethanpalm

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-07-01 11:49:35 -07:00
mintlify[bot] 5ee6916ee5 docs: remove misleading assistant API key public token line (#6200)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-06-16 14:23:26 -07:00
mintlify[bot] c64807063d docs: warn against exposing assistant API key client-side (#6197)
* docs: warn against exposing assistant API key client-side

* docs: refine assistant API key security warning copy

* docs: move assistant API key warning to top of section

* Update api/introduction.mdx

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-06-16 13:37:22 -07:00
Ethan Palm 6bb14aa061 docs: replace dashboard.mintlify.com with app.mintlify.com (#5990)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-26 15:42:09 -07:00
mintlify[bot] a268d81a3d docs: make duplicate page titles unique for SEO (#5985)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-26 15:41:34 -07:00
skeptrune 9200586a3a Boost search ranking for single-word title pages (#5670)
* docs: boost search ranking for single-word title pages

Apply `boost: 3` to English pages whose H1 / frontmatter title is a single word (e.g. "Assistant", "Quickstart", "Cards"). Short titles tend to be canonical landing pages for a topic, so users searching the exact term should land on them first.

* docs: drop boost on websocket-playground stub to keep canonical Playground ranking

`api-playground/websocket-playground.mdx` is an auto-generated AsyncAPI stub with no body content but shares the title "Playground" with `api-playground/overview.mdx`. Boosting both equally diluted the canonical overview page in search for the query "playground". Drop the boost on the stub.
2026-05-05 10:30:58 -07:00
mintlify[bot] ed3e4614b4 Add trigger preview deployment API endpoint documentation (#5467)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-04-20 21:01:28 -07:00
mintlify[bot] d6960c72bf Improve SEO metadata across documentation pages (#5310)
* Improve SEO metadata: fix titles, descriptions, and remove redundant OpenAPI descriptions

- Remove description frontmatter from 19 API pages where the OpenAPI spec already supplies the description
- Fix 2 titles that exceeded 60 characters (content-templates, content-types)
- Improve 15 descriptions that were too short (<130 chars) or too long (>160 chars) to target 130-155 characters
- All descriptions are unique and include relevant search terms

Generated-By: mintlify-agent

* re-add API descriptions

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-04-13 09:41:41 -07:00
mintlify[bot] f803d60f8a Add missing assistant caller stats endpoint to API introduction (#5068)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-04-01 16:36:46 -07:00
mintlify[bot] 58aa40d0ff Add get page content endpoint to API reference (#5020)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-03-31 17:55:15 -07:00
mintlify[bot] 1da0a53f67 Add analytics export API docs for 6 endpoints (#4894)
* Add docs for feedback-by-page and search queries analytics endpoints

Generated-By: mintlify-agent

* Add page views and unique visitors analytics API docs

Generated-By: mintlify-agent

* remove translated files

* remove paginate info

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestions from code review

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-03-31 17:20:20 -07:00
mintlify[bot] 6b5350804d Fix Vale warnings from recent PRs (#4697)
* Fix Vale warnings from recent PRs

Generated-By: mintlify-agent

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Update accept.txt

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* update vale config

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-03-19 10:23:35 -07:00
mintlify[bot] 5b41a6da5e Update API introduction to reference v2 endpoints (#4529)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-03-17 11:25:39 -07:00
mintlify-development[bot] aecd9721a6 Fix broken API links and improve keyword coverage (#3251)
* Fix broken links and improve keyword coverage

- Fix API reference links using incorrect /api-reference/ path (should be /api/)
- Add missing period to agent API link
- Add relevant keywords to installation and deployments pages
- Specify Node.js version in troubleshooting section

* Apply suggestion from @tembo[bot]

Co-authored-by: tembo[bot] <208362400+tembo[bot]@users.noreply.github.com>

---------

Co-authored-by: Mintlify Agent <agent@mintlify.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: tembo[bot] <208362400+tembo[bot]@users.noreply.github.com>
2026-02-08 09:53:59 -08:00
Ethan Palm 5c379eac57 Clarify API key requirements on endpoint pages (#3015) 2026-01-30 17:13:48 -08:00
Reed Barnes f74260a0ae hidden documentation for new analytics API endpoints (#2942)
* hidden documentation for new analytics API endpoints

* Add property descriptions to spec

* Align path description with discovery OpenAPI spec

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Align projectId description with other specs

* update bearerAuth description

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 14:01:55 -08:00
Ethan Palm 428d38fb9e Feedback fixes (#2603)
* add explanation of plausible server

* add info on aligning table columns

* clarify API keys

* add example API use cases

* update link to API auth

* remove passive voice
2026-01-08 10:12:33 -08:00
Ethan Palm c2ad6875f9 Document API key creation rate limit (#2584)
* Update api/introduction.mdx

Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>

* copy edit

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-01-07 16:22:21 -08:00
Ethan Palm 4c31f3683c SEO: add keywords to pages (#1775)
* ai/ keywords

* api/ keywords

* components/ keywords

* create/ keywords

* customize/ keywords

* api-playground/ keywords

* dashboard/ keywords

* deploy/ keywords

* guides/ keywords

* insights/ keywords

* integrations/ keywords

* optimize/ keywords

* organize/ keywords

* root/ keywords

* rm temp files
2025-11-14 14:08:24 -08:00
skeptrune 8a0e8a5178 refactor: move all /api-reference pages to /api (#1455) 2025-10-05 17:26:40 -07:00