This is an n8n community node for Cryptolens. It lets you use Cryptolens Web API v3 in your n8n workflows.
Cryptolens is a software licensing and entitlement platform.
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Usage Resources Version history
Follow the installation guide in the n8n community nodes documentation.
- Create Key (
/key/CreateKey) - Extend License (
/key/ExtendLicense) - Block Key (
/key/BlockKey) - Unblock Key (
/key/UnblockKey) - Add Feature (
/key/AddFeature) - Remove Feature (
/key/RemoveFeature)
- Get Web API Log (
/ai/GetWebAPILog)
- Get Products (
/product/GetProducts) - Get Keys (
/product/GetKeys)
Create a Cryptolens Access Token in your Cryptolens account and add it in n8n as the credential type Cryptolens Devolens API.
Credential field:
Access Token- Source file:
credentials/CryptolensDevolensApi.credentials.ts
This node sends the token as:
tokenheadertokenquery parameter
Base URL used by the node:
https://api.cryptolens.io/api
Built with the n8n community node tooling (@n8n/node-cli) and Node API version 1.
Test this node against your target n8n version before production use.
- Add the
Cryptolens Devolensnode to your workflow. - Select a resource (
Key,AI, orProduct). - Select an operation.
- Configure the operation fields.
- Execute the node.
Notes:
- Most endpoints in this node are
GETand map fields to query parameters. - Some operations include an optional method version parameter
v.
- Initial public version.