Skip to main content

PRO WEB DASHBOARD- Generating API Keys & Using the Spiio SDK

Shanie McElreath avatar
Written by Shanie McElreath
Updated this week

This guide explains how to generate your API key in the GreenCast Connect Pro Web Dashboard and how that key can be used with the Spiio API & SDK for advanced integrations (e.g., Greenkeeper, Playbooks, internal tools).

1. How to Generate an API Key in GreenCast Connect

  1. Open the web dashboard: app.greencastconnect.com

  2. Select the Organization icon (bottom-left corner above your initials).

  3. Go to API Key.

  4. If no key is visible, click Generate API Key.

  5. Click Copy to copy your key to your clipboard.

You can now paste this API key into:

  • Greenkeeper App

  • Playbooks

  • Other approved integrations that require your organization’s data access

.


2. What the API Key Does

Your API key allows external tools to securely access:

  • Sensor measurements

  • Location/site data

  • Weather insights

  • GreenCast Connect device information

It acts like a “digital password” that authorizes your organization’s data to flow into supported apps.


3. Using the API with the Spiio Developer Platform

For more advanced or custom integrations, developers can use the Spiio API directly.

Full technical documentation is available here:
developer.spiio.com

This includes:

  • REST API endpoints

  • Authentication

  • Measurement streams

  • Sensor metadata

  • Data structures & examples

Your GreenCast API key plugs into these tools to authenticate requests.


4. Using the Spiio SDK (Software Development Kit)

(Optional – For Developers)

Spiio offers SDKs that make it easier to work with the API without building everything from scratch.


What the SDK Does

  • Handles authentication (using your API key)

  • Provides prebuilt methods to access sensor data

  • Simplifies queries for measurements, devices, and locations

  • Reduces the amount of custom code needed

Learn more and get SDK examples:

The site includes sample code in multiple languages and instructions for installation.


Did this answer your question?