Cedana
Cedana CLI
Cedana
Cedana CLI
  • Cedana CLI
  • Get started
    • Installation
    • Authentication
    • Configuration
  • Examples
    • Scheduling a Single GROMACS Workload
    • Scheduling Hundreds of Workloads
  • Guides
    • Workload Scheduling Mechanism
  • References
    • CLI
      • cedana-cli
      • Completion
        • Bash
        • Fish
        • PowerShell
        • Zsh
      • Create
        • Workload
      • Delete
        • Workload
      • List
        • Cluster
        • Node
        • Pod
    • GitHub
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Get started

Authentication

PreviousInstallationNextConfiguration

Last updated 1 month ago

Was this helpful?

Create an account at .

Once logged in, you'll be redirected to an account management page, where you can create an API key. If you've logged in via your organization's email address; you'll be able to create and manage organization-wide API keys as well.

Once you have obtained an API key, export the following variables:

export CEDANA_URL="https://<org-name>.cedana.ai/v1"
export CEDANA_AUTH_TOKEN=<Your auth token from https://auth.cedana.com>

You should have received a unique URL for your organization.

auth.cedana.com