Fruxon API
Manage integrations and tools programmatically through the Fruxon API
The Fruxon API integration lets your agents manage other integrations and tools within Fruxon itself — listing integrations, creating new ones, and configuring API tools programmatically.
Prerequisites
You need:
- Fruxon API Token (optional) — Available from your workspace settings.
Setup
- Open Integrations from the sidebar
- Select Fruxon API from the catalog
- Click Add Integration Config
- Give the config a display name (e.g., "Fruxon API")
- Optionally provide your Fruxon API Token
- Save the config
Using in Your Agent
- Open your agent in Agent Studio and select an Agent Step
- Under Attached Integration Configurations, click Attach configuration and choose your config
- Attach Fruxon API tools from the tools panel
- Tools are referenced as
fruxon.integration_list,fruxon.api_tool_create, etc.
Available Tools
| Tool | Description |
|---|---|
integration_list | List all integrations in your workspace |
integration_get | Get details of a specific integration |
integration_create | Create a new integration |
api_tool_create | Create a new API tool in an integration |
api_tool_get | Get details of a specific API tool |