npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@mazaal-dev/bika-ai

v1.2.1

Published

Connect your workflows with Bika.ai's database and AI capabilities

Downloads

8

Readme

Bika.ai on Mazaal AI

Bika.ai integration enables you to connect your workflows with Bika.ai's database capabilities.

Authentication

This piece uses API key authentication. To set up the integration:

  1. Log in to your Bika.ai account at https://bika.ai
  2. Click on Your Profile
  3. Click on My Settings
  4. Select Developer Menu
  5. Click on Create Token
  6. Copy the generated API token
  7. Enter this token when configuring the Bika.ai integration

Note: Keep your token secure. You can revoke it anytime from the API Settings page.

Actions

Create Record

Creates a new record in a Bika.ai database.

Configuration:

  • Space: Select the space where your database is located
  • Database: Select the target database
  • Input Format: Choose between Dynamic Form or JSON input
    • Dynamic Form: Creates an interactive form with fields based on your database structure
    • JSON: Allows you to provide data as a JSON object with field names as keys

The action automatically detects field types and formats values appropriately:

  • Text values are passed as strings
  • Numbers are converted to numeric values
  • "true"/"false" strings are converted to boolean values
  • Comma-separated values are converted to arrays for multi-select fields

Update Record

Updates an existing record in a Bika.ai database.

Configuration:

  • Space: Select the space where your database is located
  • Database: Select the target database
  • Record ID: Enter the ID of the record to update
  • Input Format: Choose between Dynamic Form or JSON input
    • Dynamic Form: Creates an interactive form with fields based on your database structure
    • JSON: Allows you to provide data as a JSON object with field names as keys

Only the fields you provide values for will be updated. Empty fields are ignored, allowing for partial updates.

Usage Tips

  1. Error Handling: Both actions include detailed error messages and debug information if something goes wrong.

  2. Field Types: The integration automatically handles type conversion:

    • Numbers are properly converted from string inputs
    • Boolean values can be set using "true"/"false" text
    • Multi-select fields can be populated with comma-separated values
  3. Empty Values: Empty, null, or undefined values are automatically filtered out from the request.

  4. Primary Fields: Fields marked as primary in Bika.ai that don't have edit permissions will be excluded from the form.

For additional support, contact Mazaal AI Support.