FruxonDocs

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

  1. Open your agent in Agent Studio
  2. In the Integrations panel, click Add Integration Config
  3. Select Fruxon API from the integration list
  4. Give the config a display name (e.g., "Fruxon API")
  5. Optionally provide your Fruxon API Token
  6. Save the agent revision

Using in Your Agent

  1. In an Agent Step, attach Fruxon API tools from the tools panel
  2. Tools are referenced as fruxon.integration_list, fruxon.api_tool_create, etc.

Available Tools

ToolDescription
integration_listList all integrations in your workspace
integration_getGet details of a specific integration
integration_createCreate a new integration
api_tool_createCreate a new API tool in an integration
api_tool_getGet details of a specific API tool

On this page