Skip to main content
POST
Create Agent

Overview

Create a new LinkedIn automation agent for your team. This endpoint handles the complete agent setup process including profile creation, proxy assignment, and initial configuration. The agent will be ready for campaign assignment once created.

Request Body

name
string
required
Display name for the agent (used in dashboard and reports)
email
string
required
Email address for the LinkedIn account (must be unique)
password
string
required
Password for the LinkedIn account (minimum 8 characters)
firstName
string
required
First name for the LinkedIn profile
lastName
string
required
Last name for the LinkedIn profile
workingHours
object
Agent working hours configuration
limits
object
Daily activity limits for the agent

Use Cases

  • Team Expansion: Add new agents to increase outreach capacity
  • Geographic Coverage: Create agents for different time zones
  • Campaign Specialization: Dedicated agents for specific campaigns
  • Load Distribution: Balance workload across multiple agents

Request Example

Response Structure

Testing Example

Error Responses

Email Already Exists

Invalid Email Format

Weak Password

Team Limit Reached

Proxy Assignment Failed

Best Practices

  1. Unique Emails: Use unique email addresses for each agent
  2. Strong Passwords: Use complex passwords with mixed characters
  3. Realistic Limits: Set conservative daily limits to avoid restrictions
  4. Geographic Distribution: Create agents in different time zones
  5. Professional Names: Use professional names for LinkedIn profiles

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Agent created successfully

id
string
Example:

"agent_12345abcde"

message
string
Example:

"Agent created successfully"

Last modified on August 29, 2025