Skip to main content
DNC LATAM publishes human-readable documentation and machine-readable context for AI coding assistants.

Install the Agent Skill

Give compatible coding agents a reusable integration workflow and safety rules.

Copy the integration prompt

Use one prompt in ChatGPT, Claude, Codex, Cursor, or another assistant.

Connect the docs MCP

Let compatible agents search the latest published documentation on demand.

Read llms.txt

Give an AI a compact index or the full documentation context.

Install the Agent Skill

Compatible AI coding tools can discover and install the DNC LATAM API skill from the documentation domain:
The skill teaches the agent how to:
  • Build server-side scrubbing integrations.
  • Use Bearer authentication and idempotency correctly.
  • Interpret every response category.
  • Handle rate limits, quotas, conflicts, and temporary capacity.
  • Preserve zero data retention in code, logs, tests, and prompts.
  • Use the live OpenAPI document instead of inventing fields.
The discovery manifest is published at:

Connect the documentation MCP

Mintlify publishes a read-only documentation search MCP server:
For Codex CLI, add this to ~/.codex/config.toml:
For Claude Code:
The MCP server helps agents retrieve current public documentation. It does not need a DNC LATAM API key.

Direct context files

Privacy rules for AI use

Public documentation is safe to give an AI. Live API keys and customer phone numbers are not. Never paste them into chat, attach production payloads, or let an assistant echo them in generated logs.
Use placeholders such as:
Run real requests only from your own controlled environment.