Skip to main content

Getting Started with BrainPredict Operations

Get up and running with BrainPredict Operations in just 10 minutes. This guide covers account setup, API integration, and your first AI-powered manufacturing analysis.

Step 1: Create Your Account

Sign up at brainpredict.ai/signup and choose your plan:

  • Starter (): 1-10 licenses, all 32 AI models, 100% of features, Intelligence Bus integration
  • Professional (): 11-25 licenses, all 32 AI models, 100% of features, Intelligence Bus integration
  • Enterprise (): 26-50 licenses, all 32 AI models, 100% of features, Intelligence Bus integration
  • Custom (51+ licenses): Contact sales for custom pricing, volume discounts, dedicated account manager

All plans include a Custom quote for your specific needs. Payment method required (credit card, SEPA, or bank transfer).

Step 2: Get Your API Key

Navigate to Portal → Settings → API Keys and generate a new key:

# Your API key will look like this:
bp_operations_live_1234567890abcdef1234567890abcdef

# Keep it secure - never commit to version control!

Step 3: Install SDK

Install the BrainPredict Operations SDK in your preferred language:

# Python
pip install brainpredict-operations

# Node.js
npm install @brainpredict/operations

# Java
<dependency>
  <groupId>ai.brainpredict</groupId>
  <artifactId>operations-sdk</artifactId>
  <version>1.0.0</version>
</dependency>

Step 4: Make Your First API Call

Analyze production line performance with the OEE Optimizer:

from brainpredict_operations import OperationsClient

client = OperationsClient(api_key="bp_operations_live_...")

# Analyze OEE for a production line
result = client.oee_optimizer.analyze({
    "line_id": "LINE-001",
    "period": "last_7_days",
    "include_recommendations": True
})

print(f"OEE Score: {result['oee_score']}%")
print(f"Availability: {result['availability']}%")
print(f"Performance: {result['performance']}%")
print(f"Quality: {result['quality']}%")
print(f"Recommendations: {result['recommendations']}")

Step 5: Connect Your MES/SCADA

BrainPredict Operations integrates with 13+ manufacturing systems:

  • • SAP Manufacturing Execution
  • • Siemens MES (Opcenter)
  • • Oracle EAM
  • • IBM Maximo
  • • Rockwell FactoryTalk
  • • Ignition SCADA
  • • DELMIA Apriso
  • • Fiix CMMS
  • • MasterControl QMS
  • • Veeva Vault Quality
  • • Plex MES
  • • Tulip
  • • Prodsmart