Available Identity Modes
The identity mode to use:
direct, auto, or managedArray of specific identity IDs to use (required for
direct mode only)Mode Comparison
| Mode | Control Level | Setup Required | Cost | Best For |
|---|---|---|---|---|
| Direct | Full control | Manual selection | Standard | Specific accounts, compliance |
| Auto | Automatic distribution | Configure accounts | Standard | High-volume, resilience |
| Managed | No account management | None | 1.5x standard | Hassle-free automation |
Direct Mode
Full control over which accounts to use Usedirect mode when you need precise control over which integration accounts execute your actions.
Use Cases
- Actions requiring specific accounts (e.g.,
linkedin-extract-profile-viewers) - Using only a subset of your identities (e.g., sales team accounts only)
- Separating company-level calls from user-specific calls
- Compliance requirements for account attribution
Implementation
Example Request
Edges will filter out accounts that aren’t valid for the current action. For example, using LinkedIn identity IDs for a Sales Navigator action will result in a
NO_VALID_ACCOUNT_CONFIGURED error.Auto Mode
Automatic distribution across all available accounts Useauto mode for automatic load balancing across all your valid integration accounts.
Use Cases
- Processing large batches of inputs
- Running parallel actions for better performance
- Actions with strict rate limits (visits, connections)
- Building resilient systems that continue working if some accounts become invalid
Implementation
You still need to configure identities and integration accounts yourself. Ensure you have at least one account with the right integration and subscription level for the action.
Managed Mode
Hassle-free automation with Edges’s managed accounts Usemanaged mode to execute actions without managing any integration accounts yourself.
Benefits
- No account setup required - Works even without any integration accounts
- Automatic load distribution - Optimal performance and parallelism
- No restrictions - Avoid rate limits and account issues
- Simplified workflow - Focus on your business logic, not account management
Implementation
Limitation: You cannot use
managed mode for actions that require specific accounts (e.g., linkedin-extract-profile-viewers). For these actions, use direct mode with the specific account that owns the data.
