- AI agents — Claude Code, OpenClaw, custom LLM agents that generate social content
- Automation platforms — n8n, Make, Zapier workflows
- Custom integrations — your own scripts or internal tools
Authorization header.
Create an API key
- Open your Marky dashboard
- Click Settings in the left sidebar (gear icon) — this opens your Organization Settings
- Scroll down to the API Keys section
- Click Create API Key
- Give it a name (e.g., “n8n production”, “Zapier”)
- Copy the key immediately. It’s only shown once.
You must be an org admin to create API keys.
Use your API key
Include the key as a Bearer token in every request:Key security
- Keys are hashed before storage. We cannot retrieve a lost key; generate a new one.
- Revoke compromised keys immediately in Organization Settings > API Keys.
- Each org can have up to 10 active keys.
- Use separate keys for separate integrations so you can revoke individually.
Error responses
| Status | Meaning |
|---|---|
401 | Missing or invalid API key |
403 | Business doesn’t belong to your org |
429 | Rate limit exceeded (check Retry-After header) |