PlungeAI API Overview
Set up PlungeAI via MCP
One server, 20 tools. Needs an ozk_ key from Dashboard → One API → Keys. Works in every major coding agent.
Run in terminal. Run this command in your terminal. Set PLUNGE_API_KEY first; the header is stored in your Claude Code config.
claude mcp add --transport http plungeai https://mcp.plungeai.com/v1 --header "Authorization: Bearer $PLUNGE_API_KEY"Verify installation: Run /mcp to see plungeai, then ask: use plungeai_whoami to confirm my identity
Run in terminal. Run this command in your terminal. Codex reads the key from PLUNGEAI_API_KEY at run time: export PLUNGEAI_API_KEY=$PLUNGE_API_KEY.
codex mcp add plungeai --url https://mcp.plungeai.com/v1 --bearer-token-env-var PLUNGEAI_API_KEYVerify installation: /mcp lists plungeai
One-click install. Add PlungeAI to Cursor: Add to Cursor → (opens in a new tab)
Then add the Authorization header in ~/.cursor/mcp.json (user-level file, never a repo file).
Verify installation: In agent chat: use plungeai_whoami to confirm my identity
One-click install. Add PlungeAI to VS Code: Add to VS Code → (opens in a new tab)
Or from a terminal:
code --add-mcp "{\"name\":\"plungeai\",\"type\":\"http\",\"url\":\"https://mcp.plungeai.com/v1\",\"headers\":{\"Authorization\":\"Bearer $PLUNGE_API_KEY\"}}"Verify installation: In Copilot agent chat: plungeai_whoami
These docs use PLUNGE_API_KEY; the PlungeAI skills, the Claude Code plugin and the install page use PLUNGEAI_API_KEY; any name works if your config and shell agree.
Onboard your agent
Connect PlungeAI by pasting this prompt to your agent.
Use curl to read https://docs.plungeai.com/agents.md and perform the setup to connect PlungeAIThe file it reads, /agents.md, asks you for a key, connects your client to the MCP server, verifies the connection with plungeai_whoami and lists the rules the agent follows.
Build with PlungeAI APIs
Pick a product and open its quickstart. Not sure which API to use? Try the API chooser.
Create an API key (opens in a new tab)
OpenAI-compatible chat with fallback and presets. Key: sk-ocean-.
A typed tool call behind a trust fence. Key: ozk_.
One prompt, sync, async or streamed. Key: ozk_.
Multi-agent CNL pipelines, inline or saved. Key: ozk_.
An agent loop inside allowed tools and iterations. Key: ozk_.
Cron agents, heartbeats and notifications. Key: ozk_.
Find agents, tools and models before you call. Key: ozk_.