Outbrain · Capability

Outbrain Amplify API — Budgets

Outbrain Amplify API — Budgets. Create and manage daily, monthly, and total budgets attached to campaigns under a marketer.

Outbrain Amplify API — Budgets is a Naftiko capability published by Outbrain, one of 8 capabilities the APIs.io network indexes for this provider. It bundles 3 operations.

The capability includes 2 read-only operations and 1 state-changing operation. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Outbrain, Amplify, and Budgets.

Run with Naftiko OutbrainAmplifyBudgets

MCP Tools

outbrain-amplify-list-budgets

read-only
outbrain-amplify-create-budget

outbrain-amplify-get-budget

read-only

Capability Spec

amplify-budgets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Outbrain Amplify API — Budgets
  description: 'Outbrain Amplify API — Budgets. Create and manage daily, monthly, and total budgets attached to
    campaigns under a marketer.'
  tags:
  - Outbrain
  - Amplify
  - Budgets
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    OUTBRAIN_OB_TOKEN: OUTBRAIN_OB_TOKEN
capability:
  consumes:
  - type: http
    namespace: amplify-budgets
    baseUri: https://api.outbrain.com/amplify/v0.1
    resources:
    - name: marketer-budgets
      path: /marketers/{marketerId}/budgets
      operations:
      - name: listbudgets
        method: GET
      - name: createbudget
        method: POST
    - name: budget
      path: /budgets/{budgetId}
      operations:
      - name: getbudget
        method: GET
    authentication:
      type: apikey
      key: OB-TOKEN-V1
      value: '{{env.OUTBRAIN_OB_TOKEN}}'
      placement: header
  exposes:
  - type: mcp
    namespace: amplify-budgets-mcp
    port: 9090
    transport: http
    tools:
    - name: outbrain-amplify-list-budgets
      hints:
        readOnly: true
      call: amplify-budgets.listbudgets
    - name: outbrain-amplify-create-budget
      call: amplify-budgets.createbudget
    - name: outbrain-amplify-get-budget
      hints:
        readOnly: true
      call: amplify-budgets.getbudget