🚨 Open Responses API (Alpha). Learn more
here
Julep home page
Search Julep docs
⌘K
Guides
Chat with an Agent
Create & Execute a Julep Task
Using Secrets in Julep
Adding a Tool Integration
Modifying Agent Workflow
Advanced Examples
🚨 Open Responses API (Alpha). Learn more
here
Julep home page
Search Julep docs
⌘K
Community
Changelog
Support
GitHub
Get API Key
Get API Key
Search...
Navigation
Guides
Adding a Tool Integration
Home
Guides
SDK
Supported Integrations
API Reference
Home
Guides
SDK
Supported Integrations
API Reference
Community
Changelog
Support
GitHub
Get API Key
On this page
Adding a Tool Integration
1. Create an Integration Service
2. Register the Service
3. Invoke From a Task
Guides
Adding a Tool Integration
Extend Julep with your own tool or API
​
Adding a Tool Integration
This guide explains how to connect a new external tool or API to Julep. You will create a small service that wraps the tool and exposes actions that agents can call.
​
1. Create an Integration Service
Use the Julep SDK to define your integration service. Each action should accept structured inputs and return structured outputs.
​
2. Register the Service
Deploy the service and register its OpenAPI specification with your Julep project. The new actions become available to your agents.
​
3. Invoke From a Task
Call the actions from your task steps. The agent can now leverage your custom tool as part of its workflow.
Using Secrets in Julep
Modifying Agent Workflow
Assistant
Responses are generated using AI and may contain mistakes.