Skip to main contentThe Agents API allows you to manage your sales agents and import companies into them programmatically. This is useful for integrating your own data sources and workflows with Bizzy’s AI sales agents.
Overview
The Agents API consists of two main parts:
- Agent Management: List and view your sales agents
- Import Queue: Batch import companies into your agents via a session-based workflow
Import Queue Workflow
The import queue uses a session-based approach to handle batch imports:
- Start a session - Create a new import queue session for a specific agent
- Add companies - Add one or more companies to the session
- Complete - Mark the session as complete to trigger processing
This workflow ensures that all companies in a batch are processed together as a single import operation.
Prerequisites
Before importing companies via the API, ensure your agent has an API input channel configured in the Bizzy platform. This is required for the import queue to function properly.