> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pubrio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ottokit Integration

> Fuel your autonomous agents with the ground-truth data they need to navigate the global economy.

# Ottokit x Pubrio: The Intelligent Agent Stack

Combine the autonomous execution of **Ottokit** with the glocal intelligence of **Pubrio**.

AI Agents are only as good as the data that guides them. While Ottokit provides the "hands" to execute complex outreach and workflows, Pubrio provides the "eyes" - giving your agents visibility into the **invisible 70%** of the global market that standard datasets miss.

<img src="https://mintcdn.com/pubrio/-pF8aRy6kVilh7uE/images/ottokit-integration.png?fit=max&auto=format&n=-pF8aRy6kVilh7uE&q=85&s=2569fbbb547c38d3d1e0a803d7f9dfc0" alt="Pubrio and Ottokit Integration" width="1200" height="630" data-path="images/ottokit-integration.png" />

## Partners in Autonomy

<CardGroup cols={2}>
  <Card title="Ottokit" icon="microchip-ai" href="https://ottokit.com">
    **The Execution Engine.**
    Ottokit orchestrates autonomous workflows, handling everything from lead routing to complex multi-channel engagement. It is the "Agent" that does the work.
  </Card>

  <Card title="Pubrio" icon="earth-americas" href="https://pubrio.com">
    **The Intelligence Layer.**
    Pubrio feeds the agent with structured, verified data from 50+ global sources. We ensure the agent knows *who* to contact and *what* to say, even in hard-to-reach markets.
  </Card>
</CardGroup>

## Why integrate Pubrio?

Autonomous agents often fail when they hit the "Coverage Cliff" - the moment they step outside well-known US tech companies. Pubrio solves this.

### 1. Eliminate "Agent Hallucinations"

When an AI agent lacks data, it guesses. This is dangerous in B2B sales.

* **Without Pubrio:** An agent might assume a Brazilian manufacturing firm is "inactive" because they aren't on LinkedIn.
* **With Pubrio:** The agent sees the "Ground Truth" - verified local tax id, active hiring signals, and real-time revenue data—allowing it to engage with confidence.

### 2. The "Polyglot" Advantage

Ottokit is powerful enough to engage globally, but it needs local context to be effective. Pubrio enables true **Glocalization**:

* **Context:** We provide local intent signals (e.g., "Expanding to Vietnam") translated into structured formats.
* **Action:** Your Ottokit agent can use this data to switch languages, reference local competitors, and respect regional business norms automatically.

***

## Integration Guide

Connect Pubrio to Ottokit to start enriching your agent's memory bank.

<Tabs>
  <Tab title="Native Connector (Recommended)">
    Ottokit has built-in support for Pubrio's data layer.

    <Steps>
      <Step title="Open Integrations">
        In your Ottokit dashboard, navigate to **Settings > Integrations**.
      </Step>

      <Step title="Select Pubrio">
        Find the **Pubrio** card under "Data Providers" and click **Connect**.
      </Step>

      <Step title="Authenticate">
        Enter your Pubrio API Key.
        *You can find this in your Pubrio Dashboard under **Settings > API**.*
      </Step>

      <Step title="Configure Triggers">
        Set when Ottokit should call Pubrio.

        * **Example:** "Enrich new lead" or "Verify account before outreach."
      </Step>
    </Steps>
  </Tab>

  <Tab title="Custom Action (API)">
    For advanced agent workflows, call Pubrio directly within an Ottokit custom step.

    <Steps>
      <Step title="Create Custom Action">
        In your Ottokit workflow builder, add a **"HTTP Request"** node.
      </Step>

      <Step title="Set Endpoint">
        * **Method:** `POST`
        * **URL:** `https://api.pubrio.com/companies/lookup/enrich`
      </Step>

      <Step title="Set Headers">
        * `pubrio-api-key`: `YOUR_PUBRIO_API_KEY`
        * `Content-Type`: `application/json`
      </Step>

      <Step title="Pass Context">
        Map the agent's current target to the payload:

        ```json theme={null}
        {
          "domain": "{{agent.current_lead.domain}}"
        }
        ```
      </Step>
    </Steps>
  </Tab>
</Tabs>

***

## Use Cases

### 1. The "Self-Correcting" Outbound Agent

**Goal:** Prevent wasted emails to invalid or low-fit accounts.

* **Scenario:** Ottokit identifies a list of 1,000 potential leads.
* **The Check:** Before sending, the agent pings Pubrio.
* **The Pivot:**
  * *If Pubrio indicates "High Intent" & "Growing":* Ottokit enters "Aggressive Pursuit" mode.
  * *If Pubrio indicates "Downsizing" or "Inactive":* Ottokit moves the lead to "Nurture" and saves your domain reputation.

### 2. Global Territory Expansion

**Goal:** Let your AI agent work regions where your sales team doesn't speak the language.

* **Workflow:** You assign Ottokit to prospect in the DACH region (Germany/Austria/Switzerland).
* **Enrichment:** Pubrio supplies the *local* employee count (often higher than LinkedIn) and the *local* tech stack.
* **Execution:** Ottokit drafts the email in German, referencing the specific local ERP system Pubrio detected, significantly increasing credibility.

***

## Build the Future of Work

<CardGroup cols={2}>
  <Card title="For Revenue Leaders" icon="chart-line" href="https://ottokit.com">
    **Deploy the stack.**
    Connect Pubrio to Ottokit today and watch your agents start closing deals in markets you didn't know existed.
  </Card>

  <Card title="For Developers" icon="code" href="https://docs.pubrio.com">
    **Extend the integration.**
    Want to build deeper workflows? Check out the full Pubrio API documentation to see what else you can feed your agents.
  </Card>
</CardGroup>
