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 your agent in Agent Studio
- In the Integrations panel, click Add Integration Config
- Select Fruxon API from the integration list
- Give the config a display name (e.g., "Fruxon API")
- Optionally provide your Fruxon API Token
- Save the agent revision
Using in Your Agent
- In an Agent Step, 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 |