AI Learning Guide

Aralia AI SDK

AI Agent Tutorial

Quick Start

System Overview & Core Concepts

Prerequisite

Experiment in Colab

Custom AI Workflow

🔌DataPlanet API


Apply for an Aralia Account and Keys

  1. Go to the Demo Site to create an account:

    https://marketing-sso.araliadata.io/realms/stellar/protocol/openid-connect/auth?client_id=stellar-api&redirect_uri=https%3A%2F%2Fmarketing.araliadata.io&response_type=code&state=cd7954f7-47d5-4010-8df5-4141c39b1e4b

  2. Sign in to the demo sites:

  3. Get your keys:

<aside> <img src="/icons/warning_yellow.svg" alt="/icons/warning_yellow.svg" width="40px" />

Keep your Client ID and Client Secret safe. You’ll need them later when you run in Colab.

</aside>


LLM API Key

To use an LLM, you’ll need an API key from a supported provider. Register or sign in with one of the providers below and generate an API key from your account settings.

<aside> <img src="/icons/search_blue.svg" alt="/icons/search_blue.svg" width="40px" />

What is an API key?

Think of it as a library card for the system: it identifies who you are and authorizes secure access. Just like borrowing books requires a library card, accessing services programmatically requires an API key.

</aside>

← Previous: System Overview & Core Concepts

Next:Experiment in Colab