🚀 Edges v1 – Public Release
Edges is now publicly available — an API-first automation platform built to run precise, scalable and fully observable actions on top of platforms like LinkedIn and Sales Navigator.📦 TypeScript SDK
The Edges TypeScript SDK offers a type-safe and minimal way to interact with the Edges API.It handles authentication and exposes all endpoints for:
- Action execution (
live
,async
,schedule
) - Identity & integration management
- Run tracking & callbacks
⚙️ New API Core
Edges exposes a fully documented and production-grade REST API with:- Modular actions, identified by scope (e.g.
linkedin-extract-people
) - Modern execution modes:
live
,async
,schedule
- Strong separation between members (dashboard users) and identities (automated accounts)
- Robust pagination, rate limits and error tracing
👥 Identity-Centric Design
- Identities represent your automation accounts (e.g. a LinkedIn profile)
- Create and manage identities independently from workspace members
- Use native login or cookie-based authentication
- Monitor integration status with webhooks
🔁 Async, Schedule & Callbacks
- Run bulk actions at scale via the
async
mode - Program runs to start later (
schedule_at
) or recurrently withcron
via theschedule
mode - Provide a
callback_url
to get results pushed when ready - Enrich callback payloads with your own
custom_data
to simplify reconciliation
✉️ Featured Actions
- LinkedIn Authentication, Extract, Search, Find, Intents, Messaging & Engage
- Sales Navigator Search, Metrics & Engage
- Recruiter Lite Search
🧠 Developer Experience First
- Full OpenAPI-based, comprehensive documentation
- Instant authentication with API keys
- Built-in account rotation logic and identity modes
- Tracking and observability with run UIDs, callbacks and callbacks api
- Fast iteration cycles