Skip to main content

Initialize Your Integration

Initialize your integration by creating an Adstract client instance.

Instantiate the client

from adstractai import Adstract

client = Adstract(api_key="your-api-key")

What this starts

  • It initializes authentication and transport context.
  • It prepares your app for enhancement calls.
  • It establishes the runtime object used for reporting and cleanup.

Next steps