Guide
Basic
Automation Guide
Database
Dashboard
Integration Guide
Self-hosted
Business AI Agent Template
Open API
Cookbook
Reference
Automation Triggers
Automation Actions
Integrations
Node Resources
Database Views
Database Fields
Dashboard Widgets
Missions
Ai Wizard
Formula
Space
Release Notes
Videos
APITable compatible API SDK (beta)
Bika.ai support APITable compatible Open API interfaces.
That means you can use the APITable's SDK (JavaScript, Python, etc.) to interact with Bika.ai.
Quick start with APITable.js SDK for Bika.ai:
import { APITable } from "apitable";
// Get token from your Bika.ai user setting
const apitable = new APITable({ token: "_PASTE_YOUR_API_TOKEN_FROM_USER_SETTING", host: "https://bika.ai/api/openapi/apitable" });
// Get a list of spaces for the current user
const spaceListResp = await apitable.spaces.list()
if (spaceListResp.success) {
console.log(spaceListResp.data.spaces);
} else {
console.error(spaceListResp);
}
More SDK usage please refer to:

Recommend Reading
- Beyond Tracking: Automating Your Way to Consistent Habits with Text - to - Speech
- Boost Your Productivity: Discover the Best Email Client for Mac, Enhanced by Project Management Automation
- Overwhelmed with Event Management? How AI Calendar and Bika.ai's Entrepreneurship - Competition - Management Template Simplify the Process
- Automating Project Management with the Best Email Client for Mac: The Bika.ai `Customer projects` Edge
- Overwhelmed Professionals? How AI Calendar and Product Feedback Analysis Tame Workflow Challenges
Recommend AI Automation Templates

AI Marketing Campaign Analysis
The Marketing Campaign Tracking Template is a tool designed to help you centralize, plan, and optimize campaigns across platforms, improving team collaboration and simplifying performance monitoring.

AI Sales Report
Automatically generate a sales report for store managers based on the past 7 days of sales data.

AI VAT Invoice Information Recognition (China)
This template uses the financial recognition OCR of Baidu AI Cloud to automatically extract the key information from the invoice and support invoice verification. It helps enterprises or individuals reduce manual input, improve the efficiency of financial data management. Optimize the work process, reduce human errors, and improve data accuracy.

Assortment Planning
Assortment planning is the process of selecting the product assortment to be sold during a specific time period and deciding how to allocate these products between different locations or sales channels to maximize profit. This template includes two databases, "Products" and "Manufacturer", which you can expand and adjust to meet specific business needs.

Lead Notification Automation and AI-Driven Strategies
When a new client submits information through a form, predefined triggers and automation rules intelligently carry out lead management tasks—including AI-generated follow-up suggestions—helping sales and customer support teams capture leads efficiently, respond promptly, and drive effective follow-ups.

Automation Call to Third-Party AI Platform for Text-to-Speech
This template allows you to automate the process of calling a third-party AI platform API to convert text from a table into an MP3 audio file. It is designed to streamline workflows and enhance productivity by leveraging advanced AI capabilities.
Coming soon