Getting Started with Developer Portal AI Tools

AI and LLM Tools

Overview

The Infinicept Developer Portal makes it easy for AI-powered development tools to work directly with our documentation. Look up an endpoint schema, read a guide, or generate code without leaving your workflow.

AI ToolWhat It CoversBest For
MCP ServerAPI endpoint schemas, parameters, request/response detailsLooking up specific endpoints, generating code, exploring API structure
LLMs.txtPortal documentation map (Guides, Changelog, API Reference links)Discovering relevant documentation, understanding integration flows, finding the right page
Markdown PagesFull content of any individual portal page (Recipe pages not supported)Reading complete guides, webhook docs, and endpoint references
AI Dropdown MenuOne-click access to open any page in Guides or API Reference in an AI tool or as MarkdownSending the page you're reading to Claude or ChatGPT, or copying it as Markdown for use in any AI tool


Security and Scope

Each of these tools is limited to read-only access to Infinicept's publicly available developer documentation. These tools do not transmit your data, execute API calls, or access account information from the Infinicept platform.


⚙️ MCP Server

The Infinicept Developer Documentation MCP server gives your AI/LLM tool direct, real-time access to API endpoint schemas, including paths, parameters, request/response bodies, and authentication requirements. It works with Claude, Claude Code, ChatGPT, Gemini, and other MCP-compatible tools.

Once connected, ask natural-language questions and get structured answers without switching tabs or searching API reference pages.

Server URL: https://developer.infinicept.com/mcp

→ To get started, see Connect to the MCP Server.


🔖 LLMs.txt

The llms.txt file is a structured index of pages on the Infinicept Developer Portal: Guides, API Reference, and Changelog entries. Recipe pages are not yet supported. When you provide the URL to an AI tool, it can discover and retrieve the right documentation to answer your question.

The MCP server covers API endpoint schemas. The llms.txt file covers everything else: integration guides, webhook setup walkthroughs, and changelog entries. Use both together for full coverage.

URL: https://developer.infinicept.com/llms.txt

Include this URL in your prompt at the start of each AI conversation. The reference does not carry over between sessions.

→ To get started, see Reference the LLMs.txt.


🔍 Markdown Pages

Every page in Guides, API Reference, and Changelog is available in Markdown format by appending .md to the page URL. Markdown is the most efficient format for AI tools to read: it's clean, structured, and free of HTML, scripts, and navigation elements. Recipe pages are not yet supported.

Example:

  • Portal page: https://developer.infinicept.com/docs/gateway-credential-retrieval-guide
  • Markdown version: https://developer.infinicept.com/docs/gateway-credential-retrieval-guide.md

Use .md URLs when you want an AI tool to read a specific page in full. Include the page URL in your prompt at the start of each AI conversation. The reference does not carry over between sessions.

→ To get started, see View Pages in Markdown.


↗️ AI Dropdown Menu

The AI Dropdown Menu appears on every page in the Guides and API Reference sections of the portal. Open the menu to send the current page directly to Claude or ChatGPT, or to view or copy it as Markdown. No setup required.

Menu options:

  • Open in Claude: Opens the page in a new Claude conversation
  • Open in ChatGPT: Opens the page in a new ChatGPT conversation
  • Copy Markdown: Copies the page content as Markdown to your clipboard
  • View as Markdown: Opens the Markdown (.md) version in a new tab

→ To get started, see AI Dropdown Menu.


🗺️ Using the Tools Together

For the most complete AI-assisted developer documentation experience, use all four tools:

  1. Connect the MCP server for real-time API endpoint lookups.
  2. Include the llms.txt URL in your prompts to access Guides and Changelog content.
  3. Use .md page URLs when you need your AI tool to read a specific page in full.
  4. Use the AI Dropdown Menu to send the page you're reading directly to your preferred AI tool.

Did this page help you?