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