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.
Cancel Card
cardly:cancel_card
Cancel a card that hasn't been sent yet. Only works for cards in pending or processing status.
Write
High risk
Create Card
cardly:create_card
Create a new card with images and recipient information. Card will be printed and mailed.
Write
Medium risk
Create Card From Template
cardly:create_card_from_template
Create a new card using an existing template. Faster than uploading custom images.
Write
Medium risk
Get Account
cardly:get_account
Get current account information including balance, usage stats, and settings.
Read
Low risk
Get Card
cardly:get_card
Fetch a single card by ID with all details including status and delivery information.
Read
Low risk
Get Pricing
cardly:get_pricing
Get current pricing information for different card types, sizes, and destinations.
Read
Low risk
Get Template
cardly:get_template
Fetch a single card template by ID with design details and usage information.
Read
Low risk
List Cards
cardly:list_cards
List cards with optional filtering by status, type, and date range.
Read
Low risk
List Templates
cardly:list_templates
List available card templates with optional filtering by type, category, and size.
Read
Low risk