SDKs Documentation
We provide official Software Development Kits (SDKs) to make integrating with our APIs faster and more convenient. Our SDKs handle authentication, request formatting, error handling, and response parsing, allowing you to focus on building your application logic.
Why use SDKs?
While you can interact directly with our Linked API using HTTP requests, our SDKs provide several advantages:
- Simplified authentication – handle API tokens and authentication automatically.
- Simple action methods – built-in methods for common single actions like sending messages, connection requests, and data retrieval.
- Custom workflow support – easy-to-use wrapper for building and executing complex custom workflows.
- State management – built-in workflow state tracking and result polling.
- Error handling – structured error responses with detailed error information.
For simple scenarios like sending a message or connection request, use the built-in SDK methods. For complex multi-step operations, you'll still need to use custom workflows, but our SDKs provide an excellent wrapper to make building and managing these workflows much easier.