Commit Graph

21 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
mintlify[bot] 2dac5dd1ab Remove monthly assistant API rate limit from docs (#5750)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-11 18:29:30 -07:00
mintlify[bot] 2016c35157 Audit and improve SEO frontmatter across docs (#5649)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-02 04:32:23 +00:00
mintlify[bot] 8fb4c9cba3 Add rate limits to search and get-page-content endpoints (#5095)
* Add rate limits to search and get-page-content endpoints

Generated-By: mintlify-agent

* 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-04-02 11:46:31 -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] b20c661e27 Update AI feature docs and fix assistant API links (#4630)
* Update API docs: fix assistant links, document llms.txt discovery, markdown Accept header, and skills endpoints

Generated-By: mintlify-agent

* Revert translated file changes, keep English-only updates

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

* Apply suggestion from @ethanpalm

* Update llmstxt.mdx

* Update skillmd.mdx

---------

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 4.6 <noreply@anthropic.com>
2026-03-18 16:07:14 -07:00
Ethan Palm 3dc3852b7a SEO descriptions (#4028)
* Improve SEO descriptions across 47 pages

Curated descriptions from two bot-generated PRs (#3908, #3949),
selecting the best approach for each page:
- Added missing title and description frontmatter to 10 API reference pages
- Benefit-focused descriptions for integration pages (not implementation-heavy)
- Accurate REST-aligned titles for API endpoints (Export, List, Trigger, etc.)
- Expanded short descriptions to 50–160 character range throughout

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

* copyedit

* Update custom-domain.mdx

* Fix analytics API page titles to match spec summaries

"Export" was inaccurate — spec uses "Get" for both endpoints.
Also updated descriptions to use "Retrieve" for consistency.

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

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 16:46:28 -08:00
mintlify-development[bot] c9c3fd9a95 Add currentPath parameter to assistant API endpoints (#3786)
Generated-By: mintlify-agent

Co-authored-by: mintlify-development[bot] <109878554+mintlify-development[bot]@users.noreply.github.com>
2026-03-02 14:58:07 -08:00
Ethan Palm fe8c9ad853 Hide v1 assistant message endpoint (#3334)
* hide deprecated endpoint

* remove `latest` tag
2026-02-09 15:48:11 -08:00
Ethan Palm b89b854a64 add deprecated label to v1 create assistant message (#3064) 2026-02-02 16:50:01 -08:00
Kyle Finken 731ca85682 update assistant v2 api docs (#3062)
title
2026-02-02 16:08:47 -08:00
Ethan Palm 06923841a4 Assistant message API v2 docs (#3047)
* Split assistant message into separate v1 and v2 pages

- Revert create-assistant-message.mdx to v1 content with updated
  OpenAPI path and note pointing users to the v2 page
- Add create-assistant-message-v2.mdx for the v2 endpoint with
  AI SDK v5 integration example
- Add v2 page to docs.json navigation (Assistant group)

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

* add v2 endpoint to discovery openAPI schema

* update v1 openapi frontmatter

* update v2 page

* add version info to v1

* remove duplicative callout

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 15:09:24 -08:00
Ethan Palm 5c379eac57 Clarify API key requirements on endpoint pages (#3015) 2026-01-30 17:13:48 -08:00
Ethan Palm f9f6d1c734 Update api/assistant/create-assistant-message.mdx (#2416)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2025-12-17 17:09:47 -08:00
skeptrune 222fe874b4 fix: update API endpoint for assistant message integration (#2212) 2025-12-10 18:57:01 -08:00
locadex-agent[bot] c0f6b30337 docs(locadex): add translations (#2090)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-12-05 16:57:59 -08:00
Ethan Palm c0e340dc8e Address feedback (#2058)
* clarify nav nesting

* specify AI SDK v4

* note nav limitations and add examples

* update param descriptions
2025-12-04 19:20:58 -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
Ethan Palm 9bf76e7eb0 Add useChat quickstart to assistant message API page (#1738)
* fix capitalization

* add useChat example

* add messages placeholder

* fix split string
2025-11-11 17:20:25 -08:00
Ethan Palm 8f3b5ea930 API cleanup (#1600) 2025-10-22 17:56:51 -07:00
skeptrune 8a0e8a5178 refactor: move all /api-reference pages to /api (#1455) 2025-10-05 17:26:40 -07:00