Cloud Platform Setup (app.fiberwise.ai)

Managed cloud service with enterprise features. Get started in minutes without infrastructure management.

โšก

Setup Time: ~10 minutes

Sign up and start deploying agents immediately

โ˜๏ธ

Fully Managed

No infrastructure to maintain - automatic scaling and updates

๐Ÿช

App Marketplace

Instant access to pre-built applications and templates

Create Your Account

1

Sign Up for FIberwise

Visit the Fiberwise cloud platform and create your account:

Available Plans:

Developer

Perfect for individuals and small projects

โœ… 3 agents โœ… 5 activations/day โœ… Community support
Enterprise

For large teams with advanced needs

โœ… Everything in Pro โœ… SSO & compliance โœ… Dedicated support
2

Get Your API Key

After account creation, get your API key from the dashboard:

๐Ÿ 

Access Dashboard

Log in to your Fiberwisedashboard

โš™๏ธ

Go to Settings

Navigate to Account โ†’ API Keys

๐Ÿ”‘

Generate Key

Create a new API key for CLI access

๐Ÿ’พ

Save Securely

Copy and store your API key safely

Important: Your API key provides full access to your account. Keep it secure and never share it publicly.

CLI Setup & Connection

3

Install Fiberwise CLI

Install the command-line interface to manage your SaaS account:

pip install fiberwise

CLI Capabilities:

  • โœ… Deploy agents to your SaaS instance
  • โœ… Manage applications and activations
  • โœ… Access marketplace apps
  • โœ… Real-time monitoring and logs
  • โœ… Team collaboration features
4

Connect to Cloud Platform

Configure your CLI to use the Fiberwise cloud platform:

# Add your SaaS account
fiber account add --api-key YOUR_SAAS_API_KEY --instance https://app.fiberwise.ai

# Set as your default instance
fiber account set-default saas-production

# Verify connection
fiber account status

Verify Your Connection:

# Test API connection
fiber instance info

# List available marketplace apps
fiber marketplace list

# Check your account limits
fiber account limits
Success Indicators:
  • โœ… Account status shows "Active"
  • โœ… Instance info displays your plan details
  • โœ… Marketplace apps are listed
  • โœ… No authentication errors

Explore the Marketplace

The FiberwiseMarketplace provides ready-to-use applications that you can install with one command:

โœ๏ธ

Writing Assistant

AI-powered content creation with research, writing, and optimization agents

Content SEO Research
fiber install writing-assistant
๐Ÿ‘ฅ

Lead Generator

Automated lead discovery and qualification with multi-provider LLM scoring

Sales Analytics Scoring
fiber install lead-generator
๐ŸŽจ

Creative AI Playground

Multi-modal creative suite with image, text, and code generation capabilities

Creative Multi-modal Visual
fiber install creative-ai-playground

Marketplace Commands:

# Browse all apps
fiber marketplace list

# Search for specific apps
fiber marketplace search "email automation"

# Get app details
fiber marketplace info activation-chat

# Install an app
fiber install activation-chat

# List installed apps
fiber app list

Deploy Your First Agent

5

Create a Simple Agent

Let's create and deploy a simple agent to test your SaaS setup:

Create saas_test_agent.py:

"""
SaaS Test Agent for Fiberwise Platform
Demonstrates basic agent functionality on the managed platform
"""

async def run_agent(input_data, fiber, llm_service):
    """
    A test agent that showcases  cloud platform features
    """
    user_name = input_data.get('name', 'User')
    test_llm = input_data.get('test_llm', False)
    
    # Platform information
    platform_info = {
        "platform": "FiberwiseSaaS",
        "environment": "Managed Cloud",
        "scaling": "Automatic",
        "maintenance": "Zero-downtime updates"
    }
    
    response = {
        "status": "success",
        "greeting": f"Hello {user_name}! Welcome to FiberwiseSaaS!",
        "message": "Your agent is running on our managed platform",
        "platform_info": platform_info,
        "features": [
            "Automatic scaling based on demand",
            "Built-in monitoring and logging",
            "Marketplace app integration",
            "Enterprise security and compliance"
        ]
    }
    
    # Optional LLM test
    if test_llm and llm_service:
        try:
            llm_prompt = f"Generate a personalized welcome message for {user_name} using FiberwiseSaaS"
            llm_response = await llm_service.generate_completion(prompt=llm_prompt)
            response["llm_message"] = llm_response.get('text', 'LLM service working!')
            response["llm_model"] = llm_response.get('model', 'default')
        except Exception as e:
            response["llm_error"] = f"LLM test failed: {str(e)}"
    
    return response
6

Deploy and Test Agent

Deploy your agent to the cloud platform and test it:

๐Ÿš€ Deploy Agent:

# Upload and register your agent
fiber agent deploy saas_test_agent.py --name "SaaS Test Agent" --description "Testing  cloud platform features"

๐Ÿงช Test Agent:

# Basic test
fiber activate --input '{"name": "Developer"}' saas_test_agent.py

# Test with LLM (if configured)
fiber activate --input '{"name": "Developer", "test_llm": true}' saas_test_agent.py

๐Ÿ“Š Monitor Execution:

# View recent activations
fiber activation list --limit 5

# Get detailed activation info
fiber activation info ACTIVATION_ID

# Stream real-time logs
fiber logs --follow

Cloud Platform Benefits in Action:

  • ๐Ÿš€ Instant Deployment: No infrastructure setup required
  • ๐Ÿ“ˆ Auto-Scaling: Platform scales based on demand
  • ๐Ÿ” Built-in Monitoring: Real-time metrics and logging
  • ๐Ÿ”’ Enterprise Security: Built-in compliance and data protection
  • ๐Ÿ› ๏ธ Managed Updates: Platform updates happen automatically

Cloud Platform Features

๐Ÿช Marketplace & Apps

โœ… Pre-built Applications One-click install from curated marketplace
โœ… Template Library Agent templates for common use cases
๐Ÿšง Private App Publishing Deploy private apps to your organization (Coming Soon)

๐Ÿ”’ Security & Compliance

โœ… SOC 2 Type II Certified security controls and processes
โœ… GDPR Compliance Data privacy and protection controls
โœ… Enterprise SSO Single sign-on integration (Enterprise plan)

๐Ÿ“Š Monitoring & Analytics

โœ… Real-time Dashboards Live metrics and performance monitoring
โœ… Usage Analytics Detailed usage reports and cost tracking
โœ… Alert System Configurable alerts for errors and limits

๐Ÿค Team Collaboration

โœ… Multi-user Workspaces Shared environments for team collaboration
โœ… Role-based Access Granular permissions and access control
โœ… Audit Logs Complete audit trail of all activities

Coming Soon Features

๐Ÿš€

Private App Publishing

Deploy and manage private applications within your organization. Share custom agents and workflows with your team while keeping them secure.

Expected Q2 2024
๐Ÿ”Œ

Custom Agent Deployment

Upload and deploy custom agents directly through the web interface with advanced configuration options and version management.

Expected Q2 2024
๐ŸŽฏ

Advanced Workflows

Visual workflow designer for creating complex multi-agent processes with conditional logic and error handling.

Expected Q3 2024
๐Ÿ“ˆ

Advanced Analytics

Detailed performance analytics, cost optimization insights, and predictive scaling recommendations.

Expected Q3 2024

๐ŸŽฏ Get Early Access

Want to try upcoming features before they're released? Join our beta program!

Request Beta Access

Fiberwise cloud platform Concepts

Now that you're connected to the Fiberwise cloud platform, let's explore the managed services and enterprise features available to you.

โ˜๏ธ

Managed Infrastructure

No servers to manage - we handle scaling, updates, and maintenance

๐Ÿ”’

Enterprise Security

SOC 2 compliance, encryption at rest, and enterprise-grade access controls

๐Ÿ“Š

Analytics & Monitoring

Built-in dashboards, usage analytics, and performance monitoring

๐Ÿš€

Auto-Scaling

Automatic scaling based on your usage patterns and performance needs

๐ŸŒ SaaS-Specific Features

Multi-Tenant Architecture

Your applications are automatically isolated with enterprise-grade security:

// Automatic tenant isolation
const response = await fiber.agents.activate('chat-agent', {
  message: 'Hello from my app',
  // Tenant context automatically applied
  context: { 
    app_id: 'your-app-id',
    user_id: 'current-user'
  }
});

// Data automatically scoped to your tenant
await fiber.data.create('contacts', {
  name: 'John Doe',
  // Tenant ID automatically applied
});
Managed App Marketplace

One-click installation of verified applications:

// Install apps from marketplace
await fiber.marketplace.install('activation-chat', {
  version: 'latest',
  auto_update: true,
  config: {
    max_users: 100,
    features: ['ai-summary', 'real-time']
  }
});

// Access installed app features
const chatSession = await fiber.apps.activate('activation-chat', {
  action: 'create_session',
  participants: ['user1', 'user2']
});
Enterprise Integration

Connect to your existing enterprise systems:

// SSO Integration
await fiber.auth.configureSSOProvider('okta', {
  domain: 'your-company.okta.com',
  client_id: 'your-okta-client-id'
});

// Enterprise OAuth
const salesforceData = await fiber.agents.activate('crm-agent', {
  action: 'get_leads',
  oauth_provider: 'salesforce',
  // Enterprise credentials automatically managed
});

// Webhook endpoints
await fiber.webhooks.register('salesforce-lead-created', {
  url: '/api/webhooks/salesforce',
  events: ['lead.created', 'opportunity.updated']
});

๐Ÿ’ผ Enterprise Use Cases

Customer Support: AI-powered ticket routing and automated responses
Sales Automation: Lead qualification and follow-up automation
Content Management: Automated content generation and approval workflows
Data Processing: Large-scale document analysis and data extraction

๐Ÿ“ˆ SaaS Best Practices

Development
  • Use staging environments for testing
  • Implement proper error handling for external APIs
  • Monitor usage and set up alerts
  • Use marketplace apps when possible
Security
  • Enable multi-factor authentication
  • Use role-based access controls
  • Regular audit of user permissions
  • Monitor API usage patterns
Compliance
  • Configure data retention policies
  • Enable audit logging
  • Implement data export procedures
  • Regular compliance reviews

Support & Resources

๐Ÿ“š

Documentation

Comprehensive guides and API references

Browse Docs โ†’
๐Ÿ’ฌ

Community Forum

Connect with other Fiberwiseusers and experts

Join Community โ†’
๐ŸŽฎ

Discord Chat

Real-time chat with the community and team

Join Discord โ†’
๐Ÿ“ง

Direct Support

Email support for technical issues and questions

Email Support โ†’

Support SLA by Plan:

Developer: Community support, best effort response
Professional: Email support, 24-hour response time
Enterprise: Priority support, 4-hour response time, dedicated CSM

Next Steps