SailPoint Angular SDK
September 9, 2026 ยท View on GitHub
SailPoint Angular SDK
The Angular SDK lets you call the SailPoint APIs from an Angular application. The
package name on npm is @sailpoint/angular-sdk.
Documentation
Read the SDK documentation on developer.sailpoint.com. It covers installation, authentication, configuration, and code examples for every SailPoint SDK.
Installation
npm install @sailpoint/angular-sdk
About this repository
This repository holds the generator that builds the SDK from the SailPoint API specifications. It also holds the generated sources.
| Path | Purpose |
|---|---|
sdk-output/ | The generated library. This is the package published to npm. |
sdk-resources/ | The generator script and its configuration files. |
sample-app/ | A small Angular application that consumes the built SDK. |
api-specs/ | The API specifications, cloned by make specs. Not committed. |
To build the library locally, clone the specifications and run the generator:
make specs
make build
Then build and test the Angular package:
make test
Contributing
The SailPoint Developer Relations Team works to improve this SDK. But the community itself is the resource that matters most. We welcome any input, feedback, and direct contribution you can provide, big or small.
Read our contribution guidelines to learn about the different ways you can contribute. You must sign our CLA before you contribute.
License
Distributed under the MIT License. Refer to the license for more information.
Code of Conduct
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. Read our code of conduct to learn more.