Skip to main content

Documentation Index

Fetch the complete documentation index at: https://lindo.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Connect Lindo to ChatGPT through the Codex plugin or a custom GPT with OpenAPI spec.

Codex Plugin

Install the Lindo plugin with bundled skills for OpenAI Codex:
codex plugin marketplace add lindoai/codex-plugin
See the Codex Plugin documentation for full details.

Custom GPT (OpenAPI Spec)

Use this OpenAPI spec to build your own custom GPT with Lindo actions:
https://api.lindo.ai/openapi.json?chatgpt

How to Create a Custom GPT

  1. Go to ChatGPT GPT Builder
  2. Under Actions, click Import from URL
  3. Paste https://api.lindo.ai/openapi.json?chatgpt
  4. Configure authentication with your Lindo API key
  5. Publish your GPT

Which Should I Use?

MethodBest For
Codex PluginDevelopers using OpenAI Codex CLI
Custom GPTTeams wanting a branded GPT with specific instructions

Resources