Skip to main content
2025-09-24
v1.0.0 – Public Release

🚀 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
📚 Explore the full API Reference

👥 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
📘 How to connect a LinkedIn Identity

🔁 Async, Schedule & Callbacks

  • Run bulk actions at scale via the async mode
  • Program runs to start later (schedule_at) or recurrently with cron via the schedule mode
  • Provide a callback_url to get results pushed when ready
  • Enrich callback payloads with your own custom_data to simplify reconciliation
📘 Execution Modes Overview & Async Callback Guide
  • 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
📘 Getting Started Guide