Back to Documentation

Installation

No installation required! neurals works entirely in the cloud.

Cloud-Based Solution

neurals is a cloud-based service - no software installation, no updates to manage, no compatibility issues. Everything runs securely in the cloud, accessible from anywhere, on any device.

What You Need

✅ Required

  • • Modern web browser (Chrome, Firefox, Safari, Edge)
  • • Internet connection
  • • Email account (Gmail or Outlook)
  • • Google Calendar or Outlook Calendar (for meeting features)

📱 Optional

  • • Mobile device for on-the-go access
  • • Python SDK for custom integrations (if using API)

Using the Web Interface

Step 1: Access the Dashboard

After signing up, you'll be taken to your dashboard. This is your command center where you can see all agent activity, configure settings, and manage integrations.

https://app.neurals.ai/dashboard

Step 2: Connect Your Accounts

Use the OAuth integration flow to securely connect your email and calendar accounts. This is a one-time setup process that takes just a few clicks.

Step 3: Start Using

Once connected, your AI agents start working immediately. No additional setup needed!

API & SDK Installation

If you want to integrate neurals into your applications, you can use our REST API or Python SDK.

Python SDK

pip install neurals-sdk

Then initialize the client:

from neurals import Neurals

client = Neurals(api_key="your-api-key")

REST API

No installation needed! Use any HTTP client. Base URL:

https://api.neurals.ai

See our API Reference for details.

Security Note

All connections use OAuth 2.0 for secure authentication. We never ask for or store your passwords. Your data is encrypted in transit (TLS/SSL) and at rest.