Data & Analytics8 toolsPaste one API key
Bika.ai integration for AI agents
Bika.ai is an AI automation database platform for managing spaces, teams, records, automations, and outgoing webhooks.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Bika.ai once and call the same tools from all of them.
Setup
Connect Bika.ai through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Bika.ai exposes 8 tools through ClawLink. The 7 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
bika_get_database_schema | Get a Bika database's metadata, views, and field definitions, including the field IDs needed to | Read |
bika_get_record | Get one Bika record by ID, with field values keyed by field name or field ID | Read |
bika_list_nodes | List the nodes in a Bika space so an agent can discover database and automation resource IDs by | Read |
bika_list_records | Return one cursor-controlled page of records from a Bika database, optionally selecting | Read |
bika_list_spaces | List spaces available to the connected Bika account and return the space IDs needed by database | Read |
bika_create_records | Create one to ten records in a Bika database in one request and return every created record ID | Write |
bika_update_records | Update fields on one to ten existing Bika records in one request and return the updated records | Write |