Popular: Create Your First Booking Link Manage Billing
In this article

Codex

Use Dlopo with Codex by adding it as a remote Streamable HTTP MCP server. Keep your API key in an environment variable so it stays out of your command history and configuration file.

Add Dlopo to Codex

Create a dedicated, least-privilege key in Dlopo under SettingsAPI Keys. Set it as DLOPO_API_KEY, then run codex mcp add dlopo --url https://api.dlopo.com/v1/mcp --bearer-token-env-var DLOPO_API_KEY.

Run codex mcp list to confirm it was added, then start a Codex task and ask it to list your booking links. Add only the matching write scope when you need changes, and review each action before approving it.

Remove access

Run codex mcp remove dlopo to remove the local configuration. Disable, revoke, rotate, or delete the API key in Dlopo to block access everywhere.

Did this answer your question?