BroxiAI
  • Welcome
  • Account
    • Quickstart
    • Password
    • Team
      • Create team
      • Join team
      • Payment & Billing
      • Payment Policy
    • Global Variables
    • API Keys
  • Workflow
    • Overview
    • Quickstart
    • Components
    • Playground
    • Publish Workflow
    • File Manager
    • Webhook
  • Components
    • Input & Output
    • Agents
    • AI Models
    • Data
    • Embeddings
    • Helper
    • Loader
    • Logic
    • Memories
    • Processing
    • Prompt
    • Tools
    • Vector database
  • Advanced
    • Use Agent in flow
    • MCP Connect
    • MCP Astra DB
  • Integration
    • Apify
    • AssemblyAI
    • Composio
    • Google
      • Google Auth
      • Vertex AI
    • Notion
      • Setup
      • Notion Conversational Agent
      • Notion Meeting Notes Agent
Powered by GitBook
On this page
  • 1. Introduction
  • 2. API Key Management
  • 3. Security Notice
  1. Account

API Keys

Broxi API allows you to trigger workflows securely from external applications using API Keys. This section covers everything you need to know to generate, manage, and use your API Keys.

PreviousGlobal VariablesNextOverview

Last updated 13 days ago

1. Introduction

The Broxi API enables seamless integration between Broxi workflows and your external systems (web apps, mobile apps, backend services).

Using an API Key, authorized applications can securely initiate a workflow with custom input data.

2. API Key Management

How to create an API Key:

  1. Go to Broxi API Keys section.

  2. Click + Add New.

  3. Enter a description for your API Key (optional, for internal reference).

  4. Click Generate API Key.

  5. Important: Copy and store your key securely. You won't be able to see it again.

  6. After creation, the key will appear in your list with metadata:

    • Created Date

    • Last Used

    • Total Uses

Best Practices:

  • Keep your API Key secret. Never share it publicly or expose it in client-side code.

  • Rotate your keys periodically for better security.

  • Delete unused keys immediately.

3. Security Notice

  • Treat your API Key like a password.

  • If an API Key is compromised, delete it immediately and generate a new one.

  • Always use HTTPS to protect data in transit.