Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Whitelist
niftykit:add_whitelist
Add wallet addresses to a drop's whitelist for exclusive minting access.
Write
Medium risk
Create Collection
niftykit:create_collection
Create a new NFT collection on the specified blockchain.
Write
Medium risk
Create Drop
niftykit:create_drop
Create a new NFT drop for an existing collection.
Write
Medium risk
Get Analytics
niftykit:get_analytics
Get analytics data for collections including sales, mints, and revenue metrics.
Read
Low risk
Get Collection
niftykit:get_collection
Fetch a single NFT collection by ID with metadata and configuration.
Read
Low risk
Get Drop
niftykit:get_drop
Fetch a single NFT drop by ID with configuration and sales data.
Read
Low risk
Get Nft
niftykit:get_nft
Fetch a single NFT by contract address and token ID with metadata and ownership.
Read
Low risk
List Collections
niftykit:list_collections
List NFT collections with optional filtering and pagination.
Read
Low risk
List Drops
niftykit:list_drops
List NFT drops with optional filtering and pagination.
Read
Low risk
List Nfts
niftykit:list_nfts
List NFTs with optional filtering by collection or owner.
Read
Low risk
Mint Nft
niftykit:mint_nft
Mint NFT(s) from a drop to a specified wallet address.
Write
Medium risk
Update Collection
niftykit:update_collection
Update an existing NFT collection's metadata and configuration.
Write
Medium risk