Skip to content

Commit 370ef23

Browse files
Tom GotsmanTom Gotsman
authored andcommitted
airtable, anthropic, cartesia
1 parent 7179b58 commit 370ef23

File tree

3 files changed

+119
-0
lines changed

3 files changed

+119
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
tags: Database
3+
description: Connect your apps to Airtable to read, create, and update records in real time.
4+
---
5+
# Airtable Integration
6+
7+
The **Airtable Integration** lets your apps interact with Airtable bases to **store, fetch, and update structured data** directly from workflows, user actions, or automated triggers. Perfect for managing dynamic content, customer data, or workflows without complex backend setup.
8+
9+
10+
## What You Can Do
11+
12+
With the Airtable Integration, your app can:
13+
14+
* Read and display data from Airtable bases
15+
* Create new records dynamically from user actions
16+
* Update or delete records through workflows
17+
* Power AI experiences with live database content
18+
* Sync structured data without hosting your own database
19+
20+
## Step 1: Get Your Airtable API Key
21+
22+
1. Go to [Airtable](https://airtable.com/).
23+
2. Log in or create a free account.
24+
3. Navigate to [**Developer Hub**](https://airtable.com/create/tokens) from your account menu.
25+
4. Under **Personal access tokens**, click **Create token**.
26+
5. Add the appropriate scopes (e.g. `data.records:read` and `data.records:write`).
27+
6. Copy your API token.
28+
29+
* Example: `patl2IhDFoZK0Rabc12345xyz`
30+
31+
## Step 2: Configure the Integration in Your App
32+
33+
1. Open your app in the **AI Builder**.
34+
2. Click the **Settings** gear icon and navigate to the **Integrations** tab.
35+
3. Find and enable the **Airtable** integration.
36+
4. Paste your **API Key** in the input field.
37+
5. Click **Connect** to confirm the connection.
38+
39+
## Step 3: Use in Your Workflows
40+
41+
Once connected, you can use Airtable actions in your app to:
42+
43+
* Fetch records to display dynamic lists
44+
* Add user submissions as new rows
45+
* Update status fields or metrics from AI workflows
46+
47+
and more.
48+
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
tags: AI
3+
description: Connect your apps to Anthropic's Claude models for advanced AI capabilities.
4+
---
5+
# Anthropic Integration
6+
7+
The **Anthropic Integration** allows your app to use [Anthropic’s Claude models](https://www.anthropic.com/claude) for tasks such as text generation, summarization, reasoning, and other advanced AI capabilities. Once connected, you can call Claude directly from your workflows, UI actions, or automated triggers.
8+
9+
10+
## Step 1: Obtain an Anthropic API Key
11+
12+
1. Go to the [Anthropic Console](https://console.anthropic.com/).
13+
2. Navigate to **API Keys** in your account settings.
14+
3. Click **Create Key** and give it a descriptive name (e.g., “AI Builder”).
15+
4. Copy the generated key.
16+
17+
* **Example:** `sk-ant-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`
18+
19+
20+
## Step 2: Configure the Integration in Your App
21+
22+
1. Go to **Integrations → Add Anthropic Integration** in your app settings.
23+
2. Paste your **Anthropic API Key** in the input field.
24+
3. Click **Connect** to validate and save your integration.
25+
26+
Once connected, your app can use Claude for AI-powered features across workflows and components.
27+
28+
29+
## Step 3: Notes
30+
31+
* **Keep your key secure:** Do not hardcode your Anthropic API key in public code repositories.
32+
* **Use environment-specific keys:** Separate dev, staging, and production keys help manage access and security.
33+
* **Secure API access:** The key allows your app to interact with Anthropic endpoints securely and efficiently.
34+
35+
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
tags: AI
3+
description: Add Cartesia’s powerful text-to-speech capabilities for realistic, real-time voice output and audio experiences.
4+
---
5+
# Cartesia Integration
6+
7+
The **Cartesia Integration** allows your app to generate **high-quality, realistic speech from text** using Cartesia’s advanced voice models. Once connected, you can easily add real-time voice capabilities to workflows, user interactions, and automated experiences.
8+
9+
10+
## Step 1: Obtain a Cartesia API Key
11+
12+
1. Go to the [Cartesia Console](https://www.cartesia.ai/).
13+
2. Log in or create an account.
14+
3. Navigate to **API Keys** in your account settings.
15+
4. Click **New**, give it a descriptive name (e.g., “AI Builder”), and copy it.
16+
- Example: `sk_car_xxxxxxxxxxxxx`
17+
18+
19+
20+
## Step 2: Configure the Integration in Your App
21+
22+
1. Open your app and go to **Integrations → Add Cartesia Integration**.
23+
2. Paste your **Cartesia API Key** in the input field.
24+
3. Click **Connect** to validate and save your integration.
25+
26+
Once connected, your app can convert text to speech seamlessly in real time or through workflows.
27+
28+
29+
30+
## Step 3: Notes
31+
32+
- **Secure API Access:** Keep your Cartesia API key safe. Do not hardcode it in public code.
33+
- **Environment isolation:** Use different keys for dev, staging, and production to ensure clean separation.
34+
- **Low latency:** Cartesia supports real-time streaming for conversational experiences.
35+
- **Usage management:** Monitor your Cartesia dashboard for quotas, billing, and usage insights.
36+

0 commit comments

Comments
 (0)