Claude agent on Linq, with Agentcard cards per user
Linq’s Partner API covers iMessage, SMS, and RCS with chat-centric send and webhooks. This example runs the repo’s shared Claude agent wired to Linq’s API, with the full Agentcard integration — per-user OAuth connect and the MCP card toolset.
git clone https://github.com/tiny-agent-company/example-implementationscd example-implementations/linqbun installcp .env.example .env # add ANTHROPIC_API_KEYbun run dev # terminal mode — chat locally, zero vendor credentialsbun run start # the real Linq provider: webhook server + sender
In terminal mode you can drive the whole Agentcard flow — ask the agent for a card, tap the connect link it hands you, and watch it mint one in sandbox.
Linq example on GitHub
The runnable folder — provider, Agentcard wiring, and offline tests.