Skip to content

Getting Started

Welcome to WAYSCloud. This guide will help you create your account, set up authentication, and make your first API call.

Create an Account

Sign up at my.wayscloud.services to get started.

Authentication

WAYSCloud uses API keys for service authentication. There are two types:

  • Service API Keys — for programmatic access to services (Storage, LLM, DNS, etc.)
  • Personal Access Tokens (PAT) — for account management and CLI access

See Authentication for details.

Quick Start

Once you have an API key, you can start using any service:

bash
# Example: List your DNS zones
curl https://api.wayscloud.services/v1/dns/zones \
  -H "X-API-Key: wayscloud_dns_xxx"

Next Steps

WAYSCloud AS