# SprintLoop JS SDK
Official JavaScript/TypeScript SDK for integrating apps, agents, and workflows with the **SprintLoop Enterprise OS**.
## Install
```bash
npm install @sprintloop/sdk
from sprintloop import SprintLoopClient
client = SprintLoopClient(api_key="YOUR_KEY")
result = client.agents.invoke(
agent_id="claims-intake-agent",
input={"utterance": "Check my claim", "channel": "voice"}
)
print(result["output"])-
Notifications
You must be signed in to change notification settings - Fork 0
JavaScript/TypeScript SDK for building agents, evaluators, pipelines, and AI-native workflows using the SprintLoop Enterprise OS.
License
sprintloop/sprintloop-sdk-js
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
JavaScript/TypeScript SDK for building agents, evaluators, pipelines, and AI-native workflows using the SprintLoop Enterprise OS.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published