Description
# @cryptolens/n8n-nodes-devolens
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
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Key
- 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) Access Token- Source file:
credentials/CryptolensDevolensApi.credentials.ts tokenheadertokenquery parameterhttps://api.cryptolens.io/api- Most endpoints in this node are
GETand map fields to query parameters. - Some operations include an optional method version parameter
v. - n8n community nodes documentation
- Cryptolens Web API v3 docs
- Project repository
- Initial public version.
AI
Product
Credentials
Create a Cryptolens Access Token in your Cryptolens account and add it in n8n as the credential type Cryptolens Devolens API.
Credential field:
This node sends the token as:
Base URL used by the node:
Compatibility
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.
Usage
1. Add the Cryptolens Devolens node to your workflow.
2. Select a resource (Key, AI, or Product).
3. Select an operation.
4. Configure the operation fields.
5. Execute the node.
Notes: