Overview
This page collects fuller reusable column templates for AI Tables. Column Guide covers how to choose and configure columns, including minimum working shapes. This page is the cookbook: copy a pattern, then adaptname, key, prompts, labels, and schemas to your workflow.
Prerequisites
Endpoints used
- Create columns (
POST /v1/tables/:table_id/columns) - Update column (
PATCH /v1/tables/:table_id/columns/:column_id) - Run table (
POST /v1/tables/:table_id/run) - Get table data (
GET /v1/tables/:table_id/data)
How to use these templates
Wrap one or more template objects incolumn_configs, then send them to Create columns.
Wrapper example:
- on
companytables, built-in company fields are created automatically - on
companyandpeopletables, custom agent columns get baseline row context automatically - most prompts on
companyandpeopletables should not mentioncompany_name,company_website,full_name,profile_url, orroleexplicitly - if a template references another column, that dependency is intentional
mode: "new" afterward.
Company research templates
Description
ICP Summary
Employee Count
Annual Revenue
Founded Date
Pricing Notes
Recent News
Competitors
Expansion Signals
URLs and LinkedIn templates
LinkedIn Company URL
LinkedIn Company Data
Requires:linkedin_company_url
LinkedIn Activity Summary
Requires:linkedin_company_data
Careers Page URL
Crunchbase URL
Derived llm templates
Pricing Model
Requires:pricing_notes
HQ Country From Company Profile
Requires:company_profile
Revenue Band
Requires:annual_revenue
Buyer Type
Requires:company_description
Prioritization JSON
Requires:company_profileexpansion_signalsannual_revenuerecent_news
llm summary column from the people output, then reference that summary instead of the raw company_people_finder result.
People and contact templates
Leadership Finder
Engineering Leadership Finder
Decision Makers
Work Email
Requires:full_nameprofile_urlcompany_website
kind, name, and key only. No value field is required.
Direct Phone
Requires:full_nameprofile_urlcompany_website
kind, name, and key only. No value field is required.
Department
Seniority
Reverse Email Lookup
Scoring templates
All scoring examples below use the recommended pattern:agent + output_format: "grade".
Market Fit Score
Execution Readiness Score
AI-Native Score
Enterprise Fit Score
Competitive Axis Score
Common chains
URL -> LinkedIn fetch -> summary
linkedin_company_urllinkedin_company_datalinkedin_activity_summary
Research -> classification
pricing_notespricing_model
Company -> people -> contact enrichment
company_people_finderemail_finderphone_finder