text
stringlengths
0
59.1k
<Tabs>
<TabItem value="openai" label="OpenAI" default>
```bash
OPENAI_API_KEY=your-api-key-here
```
<ApiKeyButton provider="OpenAI" href="https://platform.openai.com/api-keys" />
</TabItem>
<TabItem value="anthropic" label="Anthropic">
```bash
ANTHROPIC_API_KEY=your-api-key-here
```
<ApiKeyButton provider="Anthropic" href="https://console.anthropic.com/settings/keys" />
</TabItem>
<TabItem value="google" label="Google Gemini">
```bash
GOOGLE_GENERATIVE_AI_API_KEY=your-api-key-here
```
<ApiKeyButton provider="Google" href="https://aistudio.google.com/app/apikey" />
</TabItem>
<TabItem value="groq" label="Groq">
```bash
GROQ_API_KEY=your-api-key-here
```
<ApiKeyButton provider="Groq" href="https://console.groq.com/keys" />
</TabItem>
<TabItem value="mistral" label="Mistral">
```bash
MISTRAL_API_KEY=your-api-key-here
```
<ApiKeyButton provider="Mistral" href="https://console.mistral.ai/api-keys" />
</TabItem>
</Tabs>
Start the development server:
<Tabs>
<TabItem value="npm" label="npm" default>
```bash
npm run dev
```
</TabItem>
<TabItem value="yarn" label="yarn">
```bash
yarn dev
```
</TabItem>
<TabItem value="pnpm" label="pnpm">
```bash
pnpm dev
```
</TabItem>
</Tabs>
You should see the VoltAgent server startup message:
```bash
═══════════════════════════════════════════════════
VOLTAGENT SERVER STARTED SUCCESSFULLY
═══════════════════════════════════════════════════
βœ“ HTTP Server: http://localhost:3141
β†ͺ Share it: pnpm volt tunnel 3141 (secure HTTPS tunnel for teammates)
Docs: https://voltagent.dev/deployment-docs/local-tunnel/
βœ“ Swagger UI: http://localhost:3141/ui
Test your agents with VoltOps Console: https://console.voltagent.dev
═══════════════════════════════════════════════════
```
</StepSection>
<StepSection stepNumber={3} title="Set Up the Airtable Trigger in Console">
<video controls loop muted playsInline style={{width: '100%', height: 'auto'}}>
<source src="https://cdn.voltagent.dev/voltagent-recipes-guides/airtable-1.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>