Guide
Basic
Automation Guide
Database
Dashboard
Integration Guide
Self-hosted
Open API
Business AI Agent Template
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 Basic Tracking: How the Program Communications Plan Template Elevates Your Habit Building
- Beyond Scheduling: How AI Calendar and Product Feedback Analysis Drive Business Growth
- Automating Investor Deal Flow: Unveiling the Best Email Client for Mac
- Automating Project Management with the Best Email Client for Mac: The Bika.ai `Customer projects` Edge
- Beyond ChatGPT: Choosing the Right AI Tool for Course Scheduling Automation - Bika.ai Compared
Recommend AI Automation Templates
T
Template Test
CSV-to-Database Automation Examples
The CSV-to-Database Automation Examples template offers practical tools to enhance your data management process. It includes the "Imported Data" database, which streamlines product tracking with essential fields like product ID and sales trends. Paired with the "CSV to Database" automation tool, you can easily trigger CSV file imports and convert data into a usable format, improving your workflow efficiency.
Z
zapier

Travel Guide
This template is a comprehensive travel itinerary management tool, containing multiple feature-rich tables and dashboards for recording and managing travel companions, trip preparations, hotel arrangements, attraction information, and itinerary planning. With various views and data association capabilities, users can efficiently complete pre-trip preparations and itinerary management, enhancing the overall travel experience.

Trump Twitter Sentiment - Stock Market Impact Analysis
Integrated with Bika.ai and ToolSDK.ai, the system automatically captures 10 Trump-related tweets from the past 7 days (limited by the free version), uses AI to generate structured reports analyzing their short-term impact and long-term trends on U.S. stocks and related concept stocks, including risk alerts and investment recommendations. Supports scheduled daily execution and historical data archiving

User Story Mapping
This folder contains the Bika.ai User Story Mapping Template, designed to help teams effectively organize and prioritize user stories. With this template, you can clearly visualize the user journey, identify key features, and ensure that new capabilities align with user needs.