// Integrations/Meta audiences

Meta audiences, typed and ready to call.

OAuth-backed Meta Custom Audiences connector for customer-list audience lifecycle and member syncs.

BYOK supported5 tools
$ deepline tools calltyped
$ deepline tools call meta_audiences_create_audience \
    --json '{"input": "your data here"}'
01Available tools

5 typed tools. Same shape as every other module.

meta_audiences
  • Meta audiences Create Audience
    meta_audiences_create_audience
    abmadsaudience_write
  • Meta audiences Delete Audience
    meta_audiences_delete_audience
    abmadsaudience_write
  • Meta audiences Get Audience Status
    meta_audiences_get_audience_status
    abmadsaudience_read
  • Meta audiences List Audiences
    meta_audiences_list_audiences
    abmadsaudience_read
  • Meta audiences Sync Audience Members
    meta_audiences_sync_audience_members
    abmadsaudience_write
02How it ships
// Typed module

Input/output schemas, exact per-action cost, and a fixture suite. Same call signature as every other Deepline integration.

// Customer credentials

Connect your own provider API key and keep the vendor relationship in your workspace. Deepline routes the call without exposing provider spend.

// Agent-callable

Every action is invokable from Claude Code, Codex, Cursor, or any MCP-capable agent via the same skill surface.

// Try it

Call Meta audiences from any Deepline agent surface.

Install the CLI, connect your provider key from the dashboard, then run typed tools from Claude Code, Codex, Cursor, or your own agent.

curl -fsSL "https://deepline.com/api/v2/sdk/install" | bash

Agent setup: Install the Deepline CLI and skills using https://code.deepline.com/agent-install.txt

Book onboarding