Skip to main content

Airbyte Orb Connector for AI platforms

Project description

Orb agent connector

Orb is a usage-based billing platform that enables businesses to implement flexible pricing models, track customer usage, and manage subscriptions. This connector provides access to customers, subscriptions, plans, and invoices for billing analytics and customer management.

Example questions

The Orb connector is optimized to handle prompts like these.

  • Show me all my customers in Orb
  • List all active subscriptions
  • What plans are available?
  • Show me recent invoices
  • Show me details for a recent customer
  • What is the status of a recent subscription?
  • Show me the pricing details for a plan
  • Confirm the Stripe ID linked to a customer
  • What is the payment provider ID for a customer?
  • List all invoices for a specific customer
  • List all subscriptions for customer XYZ
  • Show all active subscriptions for a specific customer
  • What subscriptions does customer {external_customer_id} have?
  • Pull all invoices from the last month
  • Show invoices created after {date}
  • List all paid invoices for customer {customer_id}
  • What invoices are in draft status?
  • Show all issued invoices for subscription {subscription_id}

Unsupported questions

The Orb connector isn't currently able to handle prompts like these.

  • Create a new customer in Orb
  • Update subscription details
  • Delete a customer record
  • Send an invoice to a customer
  • Filter subscriptions by plan name (must filter client-side after listing)
  • Pull customers billed for specific products (must examine invoice line_items client-side)

Installation

uv pip install airbyte-agent-orb

Usage

Connectors can run in open source or hosted mode.

Open source

In open source mode, you provide API credentials directly to the connector.

from airbyte_agent_orb import OrbConnector
from airbyte_agent_orb.models import OrbAuthConfig

connector = OrbConnector(
    auth_config=OrbAuthConfig(
        api_key="<Your Orb API key>"
    )
)

@agent.tool_plain # assumes you're using Pydantic AI
@OrbConnector.tool_utils
async def orb_execute(entity: str, action: str, params: dict | None = None):
    return await connector.execute(entity, action, params or {})

Hosted

In hosted mode, API credentials are stored securely in Airbyte Cloud. You provide your Airbyte credentials instead.

This example assumes you've already authenticated your connector with Airbyte. See Authentication to learn more about authenticating. If you need a step-by-step guide, see the hosted execution tutorial.

from airbyte_agent_orb import OrbConnector, AirbyteAuthConfig

connector = OrbConnector(
    auth_config=AirbyteAuthConfig(
        external_user_id="<your_external_user_id>",
        airbyte_client_id="<your-client-id>",
        airbyte_client_secret="<your-client-secret>"
    )
)

@agent.tool_plain # assumes you're using Pydantic AI
@OrbConnector.tool_utils
async def orb_execute(entity: str, action: str, params: dict | None = None):
    return await connector.execute(entity, action, params or {})

Full documentation

Entities and actions

This connector supports the following entities and actions. For more details, see this connector's full reference documentation.

Entity Actions
Customers List, Get
Subscriptions List, Get
Plans List, Get
Invoices List, Get

Authentication and configuration

For all authentication and configuration options, see the connector's authentication documentation.

Orb API docs

See the official Orb API reference.

Version information

  • Package version: 0.1.14
  • Connector version: 0.1.2
  • Generated with Connector SDK commit SHA: aceb0c644efc26ef8ad95f25d8e994e7cb9e6aaa
  • Changelog: View changelog

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

airbyte_agent_orb-0.1.14.tar.gz (134.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

airbyte_agent_orb-0.1.14-py3-none-any.whl (159.1 kB view details)

Uploaded Python 3

File details

Details for the file airbyte_agent_orb-0.1.14.tar.gz.

File metadata

  • Download URL: airbyte_agent_orb-0.1.14.tar.gz
  • Upload date:
  • Size: 134.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for airbyte_agent_orb-0.1.14.tar.gz
Algorithm Hash digest
SHA256 02fdad903841fb0ec3490e061b195d5c0ea2f4ab741a32208fe90454c257e38f
MD5 f9e2085881cd416c268a5bdb9abd1814
BLAKE2b-256 8decda96a1996c6245daebb4337dbf32d9ea77f600d34d71a711d17659c9a897

See more details on using hashes here.

File details

Details for the file airbyte_agent_orb-0.1.14-py3-none-any.whl.

File metadata

File hashes

Hashes for airbyte_agent_orb-0.1.14-py3-none-any.whl
Algorithm Hash digest
SHA256 cbd09255553ebd6d93e4e95f34bc67e16e1465cfcea8117cca9a47b754dd8db6
MD5 5cda34056bb70c41d03971d18cfaf5fe
BLAKE2b-256 17f0f1a6b2719acf335522619d07cd9c59d08c453f32c7542bf6780f53c74bdd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page