Skip to main content

Client SDKs

Bleu AI provides official SDK libraries to make it easy to integrate our API into your applications. Our SDKs handle authentication, request formatting, and response parsing, allowing you to focus on building great features.

Available SDKs

JavaScript/Node.js SDK

Full-featured SDK for JavaScript and TypeScript applications. Works in Node.js environments and supports modern JavaScript features.

View JavaScript SDK Documentation →

Python SDK

Comprehensive SDK for Python applications with support for async operations and type hints.

View Python SDK Documentation →

Getting Started

  1. Create an API Key: Visit buildbleu.com/api-keys to generate your API key
  2. Install the SDK: Choose your preferred language and install the SDK via npm or pip
  3. Initialize the Client: Use your API key to create a client instance
  4. Run Workflows: Call the runWorkflow method with your workflow ID and inputs

Security Best Practices

API Key Security
  • Never commit API keys to version control - Use environment variables instead
  • Keep keys confidential - Don't share them in public forums or repositories
  • Revoke compromised keys immediately - If a key is leaked, revoke it at buildbleu.com/api-keys
  • Use separate keys for different environments - Create different keys for development, staging, and production

Support

Need help? Check out our documentation or reach out: