OpenAI Codex is OpenAI’s CLI agent for software development. You can connect it to SendKit’s MCP server to manage your email infrastructure with natural language.Documentation Index
Fetch the complete documentation index at: https://docs.sendkit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Codex CLI installed (
npm install -g @openai/codex) - A SendKit API key with Full permission
Setup
Set your API key as an environment variable
Add your SendKit API key to your shell profile (
~/.zshrc, ~/.bashrc, etc.):Replace
sk_your_api_key_here with your actual API key from the SendKit dashboard.
