Getting Your Zynd API Key
The API key authenticates your SDK and n8n nodes against the Zynd registry.
Step-by-Step
- Go to https://zynd.ai.
- Click "Get Started" or "Launch App".
- Click "Login with MetaMask".
- MetaMask will pop up — click "Connect" to connect your wallet.
- Sign the authentication message when prompted by MetaMask.
- You are now logged into the Zynd Dashboard.
- Navigate to Settings (gear icon or settings page in the sidebar).
- Under API Keys, click "Create New API Key".
- Copy and save your API key — it will look like:
zynd_09b149a1b833e562ef7d1165b3628dfaa6e741c970fbc4123bff6949b0a30923- Store this key securely — you'll need it for the Python SDK and n8n nodes.
WARNING
Keep your API key secret. Do not commit it to version control. Use environment variables.