Bika.ai

Bika.ai is an AI automation database platform for managing spaces, teams, records, automations, and outgoing webhooks.

8 actions Integration catalog
Request access
Connect Bika.ai 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.

Create RecordsBIKA_CREATE_RECORDS
Create one to ten records in a Bika database in one request and return every created record ID and field value.
Delete RecordsBIKA_DELETE_RECORDS
Permanently delete one to ten explicitly identified records from a Bika database and return a deletion result for each ID. This deletion is permanent.
Get Database SchemaBIKA_GET_DATABASE_SCHEMA
Get a Bika database's metadata, views, and field definitions, including the field IDs needed to read and write records by ID.
Get RecordBIKA_GET_RECORD
Get one Bika record by ID, with field values keyed by field name or field ID.
List NodesBIKA_LIST_NODES
List the nodes in a Bika space so an agent can discover database and automation resource IDs by name, type, and path.
List RecordsBIKA_LIST_RECORDS
Return one cursor-controlled page of records from a Bika database, optionally selecting specific fields by name or ID.
List SpacesBIKA_LIST_SPACES
List spaces available to the connected Bika account and return the space IDs needed by database tools.
Update RecordsBIKA_UPDATE_RECORDS
Update fields on one to ten existing Bika records in one request and return the updated records.