Skip to main content

Penguin SDK

Monetize AI agents with contextual, intent-matched advertising

One API Call

Pass the user's message to decideFromContext() and get relevant sponsored content. Impressions tracked automatically.

70% Revenue Share

Earn 70% of every click and session start. Typical values: $0.15-$0.35 per click. Plus prediction bonuses.

Interactive Sessions

Let users get quotes, book appointments, and compare plans through multi-turn conversations with business agents.

Get started in 5 minutes

npm install penguin-sdk

import { PenguinClient } from 'penguin-sdk';

const client = new PenguinClient({ apiKey: 'am_test_...' });

const response = await client.decideFromContext({
  context: 'I need help filing my taxes',
});