Skip to main content

Create MCP Token

Follow these steps to create a new MCP token in Verlynk.

Steps

  1. Log in to Verlynk.
  2. Open Settings from the left sidebar.
  3. Click Developer.
  4. Click Verlynk MCP.
  5. Click Generate Key.
  6. Copy the generated token immediately and save it in a secure password manager.
  7. Use this token in your integration's Authorization header as required.

You can also manage API keys in Organization Settings.

FAQ

Q: Where do I create a Verlynk MCP token?

Create it in Settings → Developer → Verlynk MCP.

Q: Can I view the full token later?

For security, copy the token immediately after creation and store it securely.

Q: How often should I rotate MCP tokens?

Rotate tokens on a regular schedule and immediately if a token is exposed.

Security Notes

warning
  • Never commit tokens to git.
  • Rotate tokens periodically.

Use this header format in your integrations:

Authorization: Bearer YOUR_MCP_KEY