Use API keys to connect external tools and scripts to your account. Keys have access to all workspaces in your organization. Common use cases:Documentation Index
Fetch the complete documentation index at: https://docs.mymarky.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Automation — n8n, Make, Zapier workflows
- CRM / GHL — Go High Level and similar tools pushing content into Marky
- Custom integrations — your own scripts or internal tools
Authorization header.
Access
API keys are currently available to all plans with organization access during the free beta period. Exact packaging and pricing for API access after our preview period are not finalized.AppSumo users follow the same rules as their equivalent paid tier.
Create an API key
- Open Organization Settings — API Keys while signed in. You are redirected to your org’s settings URL and the page scrolls to API Keys. (From the app: Settings in the left sidebar, then scroll to API Keys, or use that link.)
- 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) |
