SDKs

This page lists Software Development Kits (SDKs) that help you integrate with the CompanyData API.

JavaScript / TypeScript SDK

For Node.js and browser applications, use the npm package:

@companydata/protool-sdk

When to use an SDK vs raw HTTP

  • Use an SDK when you want faster integration, typed APIs, and consistent error handling.
  • Use raw HTTP when you need maximum control or advanced troubleshooting.

Was this page helpful?