Skip to content
← Back to documentation
Technical Reference

Bika.ai

Interactive spreadsheets with collaboration

CategoryProductivity
Authenticationcustom
Version0.2.0
Published scopes0 published scopes
Last updatedSeptember 19, 2026

Overview

Bika.ai

This CDK catalogue package is pinned to @activepieces/piece-bika@0.2.0 and declares 6 declared actions and no declared triggers. Its definition is derived from the exact reviewed Activepieces source.

Provider runtime verification is recorded separately when an approved test connection is exercised; this catalogue entry does not claim that verification.

Technical guide

Technical reference

  • Package: @activepieces/piece-bika@0.2.0
  • Exact artifact digest: sha256:02f8223e1aaa1a9b92cfdb3cfcfe45dd4f1b2876e592a9d7a1f8028c41d319fe
  • Source: the exact reviewed Activepieces source
  • Authentication, action and trigger schemas are taken from the exact pinned package.

Capability summary

Authenticationcustom
Supported objects6
Supported actions6
TriggersNone published

Authentication

Authentication method: custom

Authentication profiles

connection · custom
  • Token Required · protected credential

Supported objects

ObjectReadWriteNotes
Create Record Yes No
Find Records Yes No
Get Record Yes No
Update Record Yes No
Delete Record Yes No
Custom API Call Yes No

Supported actions

Create Record · Read

Creates a new record in database.

bika_create_record · Risk: low · Retry: safe

Inputs

  • space_id · string · Required
  • database_id · string · Required
  • fields · object · Required, The fields to add to the record.
Find Records · Read

Finds records in database.

bika_find_records · Risk: low · Retry: safe

Inputs

  • space_id · string · Required
  • database_id · string · Required
  • maxRecords · number · Optional, How many records are returned in total.
  • pageSize · number · Optional, How many records are returned per page (max 1000).
  • filter · string · Optional, The filter to apply to the records (see https://bika.ai/help/guide/developer/filter-query-language).
Get Record · Read

Retrieves a record in database by ID.

bika_find_record · Risk: low · Retry: safe

Inputs

  • space_id · string · Required
  • database_id · string · Required
  • recordId · string · Required
Update Record · Read

Updates an existing record in database.

bika_update_record · Risk: low · Retry: safe

Inputs

  • space_id · string · Required
  • database_id · string · Required
  • recordId · string · Required, The ID of the record to update.
  • fields · object · Required, The fields to add to the record.
Delete Record · Read

Deletes a record in database by ID.

bika_delete_record · Risk: low · Retry: safe

Inputs

  • space_id · string · Required
  • database_id · string · Required
  • recordId · string · Required, The ID of the record to delete.
Custom API Call · Read

Make a custom API call to a specific endpoint

custom_api_call · Risk: low · Retry: safe

Inputs

  • url · object · Required
  • method · string · Required
  • headers · object · Optional, Authorization headers are injected automatically from your connection.
  • queryParams · object · Optional, Appended to the URL as ?key=value.
  • body_type · string · Optional
  • body · object · Optional
  • response_is_binary · boolean · Optional, Enable for files like PDFs, images, etc.
  • failsafe · boolean · Optional, On a failed request, output the error instead of failing the step.
  • timeout · number · Optional, Seconds to wait for a response. Empty: up to the flow limit (10 min).
  • followRedirects · boolean · Optional, Follow 3xx redirects instead of returning them as the response.

Setup

Setup

Create a tenant connection only in the consuming Studio instance when this connector is made available there. Credentials remain in that tenant's Vault-backed connection and are not stored in CDK package metadata.

Limitations

The package has passed deterministic offline package-load and contract validation. No provider credentials, provider API call or live webhook delivery is represented by this release state.