---
title: Examples | API Docs
description: Open-source example projects built with the Linq API.
---

These open-source example apps demonstrate what you can build with the Linq Partner API. Each repo is ready to clone, configure with your API keys, and run. See [Client SDKs](/getting-started/sdks/index.md) for SDK installation and [Authentication](/getting-started/authentication/index.md) for API key setup.

## AI Agent

A complete, open-source example of a Claude-powered AI agent running on iMessage via the Linq API. Fork it, customize it, and deploy your own in minutes.

- **Stack:** TypeScript, Claude API, Linq API
- **Features:** Conversational AI, [webhook handling](/guides/webhooks/index.md), [message threading](/guides/messaging/sending-messages#replying-to-messages/index.md)

[View on GitHub](https://github.com/linq-team/ai-agent-example) | [Use Case](https://linqapp.com/s/use-cases/ai-agent)

## Bookings Agent

A booking agent powered by Claude that searches restaurants, books tables, and manages reservations through Resy — all from iMessage, built on Linq.

- **Stack:** TypeScript, Claude API, Resy API, Linq API
- **Features:** Tool use, restaurant search, reservation management

[View on GitHub](https://github.com/linq-team/linq-resy-agent) | [Use Case](https://linqapp.com/s/use-cases/bookings-agent)

## Markets Agent

Kai is an open-source trading agent with 14 Claude tools, RSA-PSS signed Kalshi API calls, and rich iMessage features. Search markets, place trades, and track your portfolio entirely via text.

- **Stack:** TypeScript, Claude API, Kalshi API, Linq API
- **Features:** Market search, trade execution, portfolio tracking, RSA-PSS signing

[View on GitHub](https://github.com/linq-team/kalshi-agent) | [Use Case](https://linqapp.com/s/use-cases/kalshi-agent)

## Granola Agent

A meeting-notes agent that syncs with your Granola account and lets you search and summarize notes over iMessage. Ask for a recap of last Tuesday’s standup and get it back as a text.

- **Stack:** TypeScript, Claude API, Granola API, Linq API
- **Features:** Account sync, note search, on-demand summaries

[View on GitHub](https://github.com/linq-team/granola-agent)

## Claude Code over iMessage

A reference channel that exposes Claude Code through iMessage using the Linq CLI. Drive Claude Code sessions — file edits, terminal commands, PR reviews — from your phone.

- **Stack:** Claude Code, Linq CLI, Linq API
- **Features:** Rapid agent deployment, terminal + repo access from iMessage

[View on GitHub](https://github.com/linq-team/claude-code-imessage-channel)

## More examples

See the full list at [linqapp.com/s/example-apps](https://linqapp.com/s/example-apps), or browse the [Linq GitHub organization](https://github.com/linq-team) for additional projects and integrations.
