0CodeKit

0CodeKit provides utility APIs for AI, document and image processing, data conversion, validation, generation, storage, and automation workflows.

8 actions Integration catalog
Request access
Connect 0CodeKit once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Calculate BMI0CODEKIT_CALCULATE_BMI
Calculate body mass index and the provider's related desirable-weight, daily-energy, and nutrient estimates from weight in kilograms and height in centimeters. Each call consumes a 0CodeKit billing credit.
Check Weekend0CODEKIT_CHECK_WEEKEND
Determine whether a date is a weekend and return its weekday name and day number. The verified contract accepts a date in YYYY-MM-DD format. Each call consumes a 0CodeKit billing credit.
Convert Nation and ISO Code0CODEKIT_CONVERT_NATION_ISO
Convert either an English country name to its ISO code or an ISO code to its English country name. Provide exactly one input. Each call consumes a 0CodeKit billing credit.
Find Keywords0CODEKIT_FIND_KEYWORDS
Search text for one or more keywords and report whether each occurs and the zero-based positions of matches. Supports case-sensitive matching and complete-word-only matching. Each call consumes a 0CodeKit billing credit.
Get Remaining Credits0CODEKIT_GET_REMAINING_CREDITS
Return the number of 0CodeKit credits remaining for the connected API key. Use this before credit-metered work to check available quota; credits are billing quota, not an HTTP rate limit.
Hash Message0CODEKIT_HASH_MESSAGE
Generate a cryptographic digest or HMAC for a text message using a supported algorithm. Supply secret_key only for an HMAC algorithm; this tool hashes data and does not encrypt it. Each call consumes a 0CodeKit billing credit.
Parse UTM Parameters0CODEKIT_PARSE_UTM_PARAMETERS
Extract standard UTM campaign parameters from a URL. Only parameters present in the URL are returned. Each call consumes a 0CodeKit billing credit.
Validate Email0CODEKIT_VALIDATE_EMAIL
Check an email address using 0CodeKit and return whether it is valid plus the provider's corrected-address value. Invalid addresses are normal successful results with valid=false. Each call consumes a 0CodeKit billing credit.