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

# Introduction

> Build and deploy AI agents with managed data APIs, integrations, and a per-workspace database — all behind one API key.

## What is agntdata?

agntdata is a platform for building, deploying, and operating Claude agents. You get four product surfaces, all wired together behind one workspace and one API key:

<CardGroup cols={2}>
  <Card title="Data APIs" icon="database" href="/data-apis/overview">
    Curated, normalized data — people, companies, and seven social platforms (LinkedIn, X, YouTube, TikTok, Instagram, Reddit, Facebook). agntdata pays the upstream providers; you pay credits.
  </Card>

  <Card title="Connections" icon="plug" href="/connections/overview">
    Proxy requests to vendors you have your own credentials for — Stripe, Linear, Cal.com, Supabase, Dub, Slack, Google Docs/Sheets, and more — without exposing keys in your client.
  </Card>

  <Card title="Agents" icon="robot" href="/agents/overview">
    A meta-agent that designs deployed agents through conversation. Triggers (schedules + webhooks), sessions, permissions, Slack routing, and an MCP gateway are all built in.
  </Card>

  <Card title="Workspace database" icon="server" href="/agents/workspace-database">
    A dedicated Supabase project per workspace, callable as MCP tools and at REST under `/v1/db/*`. Durable state for everything an agent learns or processes.
  </Card>
</CardGroup>

## Why agntdata

<CardGroup cols={2}>
  <Card title="One API key" icon="key">
    A single workspace key authenticates every surface — data APIs, connections, the workspace database, the agent runtime.
  </Card>

  <Card title="Normalized data" icon="layer-group">
    Consistent response envelopes across vendors. LinkedIn profiles and TikTok videos return the same shape of metadata.
  </Card>

  <Card title="Agent-native" icon="sparkles">
    Every API ships as an MCP tool. Deploy an agent and it sees every enabled data API, every connection, and every utility automatically.
  </Card>

  <Card title="Credit-based pricing" icon="credit-card">
    Pay for what you use. Two wallets — data credits for API calls, AI credits for model usage — with auto-reload and trial credits.
  </Card>
</CardGroup>

## Available data platforms

<CardGroup cols={3}>
  <Card title="LinkedIn" icon="linkedin" href="/apis/social/linkedin">
    Profiles, companies, jobs, and posts
  </Card>

  <Card title="YouTube" icon="youtube" href="/apis/social/youtube">
    Channels, videos, comments, and search
  </Card>

  <Card title="TikTok" icon="tiktok" href="/apis/social/tiktok">
    Users, videos, hashtags, and music
  </Card>

  <Card title="X" icon="x-twitter" href="/apis/social/x">
    Tweets, users, timelines, and trends
  </Card>

  <Card title="Instagram" icon="instagram" href="/apis/social/instagram">
    Profiles, posts, stories, and reels
  </Card>

  <Card title="Reddit" icon="reddit" href="/apis/social/reddit">
    Subreddits, posts, comments, and users
  </Card>

  <Card title="Facebook" icon="facebook" href="/apis/social/facebook">
    Pages, posts, groups, and insights
  </Card>

  <Card title="agntdata Lead APIs" icon="user-magnifying-glass" href="/apis/lead/agnt">
    People and company enrichment — emails, phones, intelligence
  </Card>
</CardGroup>

## Use cases

<AccordionGroup>
  <Accordion title="Outbound research agent">
    Build an agent that pulls prospects from LinkedIn, enriches them via the agntdata Lead APIs, drafts personalized opens with the workspace database remembering everyone it's talked to, and posts the day's batch to Slack.
  </Accordion>

  <Accordion title="Customer success copilot">
    Wire an agent into Slack with the Slack connector. It answers product questions, queries your workspace database for account state, and escalates anything risky via `escalate_to_human`.
  </Accordion>

  <Accordion title="On-call triage">
    Inbound webhook from PagerDuty hits a deployed agent that classifies the incident, posts a summary to the right Slack channel, and opens a Linear issue via the Linear connection.
  </Accordion>

  <Accordion title="Pure data API">
    Skip the agent layer entirely and use the data APIs directly. One bearer token, normalized responses, transparent credits.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first request in minutes — REST, OpenClaw, or the Builder.
  </Card>

  <Card title="Agents" icon="robot" href="/agents/overview">
    Deploy your first Claude agent without writing infrastructure.
  </Card>

  <Card title="API reference" icon="code" href="/apis/overview">
    Every endpoint across every data platform and connection.
  </Card>

  <Card title="Get API Key" icon="key" href="https://app.agntdata.dev/login">
    Sign up and generate a key from the dashboard.
  </Card>
</CardGroup>
