Structured data

Give your agents a database

Structured data storage that your AI crews can read and write. Store leads, research results, and any structured output. Query with filters, sorting, and pagination.

Typed Columns

Text, number, boolean, email, URL, datetime, select, and JSON column types.

Query & Filter

Filter rows by any column, sort ascending or descending, and paginate results.

Full CRUD API

Create, read, update, and delete rows via REST API. Bulk insert and update supported.

Manage data from the console

Create tables, add columns, and browse rows directly from the Crewship console. Edit data inline or use the API for programmatic access.

  • Create and manage tables visually
  • Add typed columns with validation
  • Browse, edit, and delete rows inline

Full CRUD via REST API

Create, read, update, and delete rows programmatically. Filter by any column, sort results, and paginate with simple query parameters.

tables-api
# Create a row
curl -X POST https://api.crewship.dev/v1/tables/tbl_abc/rows \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{ "cells": { "name": "Acme Corp", "score": 95 } }'

# Query with filters
curl "https://api.crewship.dev/v1/tables/tbl_abc/rows?\
  filter[score][gte]=80&sort=-score&limit=10" \
  -H "Authorization: Bearer YOUR_API_KEY"

FAQ

Common questions about tables

Free to start

Ready to deploy your AI crews?

Start with our free tier. No credit card required.