Provision Environment
Getting your first Cyoda Cloud Free Tier environment is very straightforward. Simply follow the steps below.
Create an Account
Section titled âCreate an Accountâ- Access the AI Studio: Navigate to the Cyoda Cloud web-based Single Page Application (SPA) at https://ai.cyoda.net and consent to the terms and conditions.
- Choose Authentication Provider: Register using one of the supported providers:
- Google Auth: Sign up using your Google account
- GitHub: Sign up using your GitHub account
- Complete Registration: Follow the Auth0 authentication flow to complete your account setup
- Free Tier Access: Upon successful registration, youâll be automatically enrolled in the Free Tier subscription
Know your Environment
Section titled âKnow your EnvironmentâPrompt in the chat dialogue of the AI Studio with: What is my environment URL?. Wait a bit.
Deploy your Environment
Section titled âDeploy your EnvironmentâPrompt with: Deploy my environment.
Wait for the deployment to complete. It usually takes about 5 minutes.
Create a Technical User
Section titled âCreate a Technical UserâCreate a technical user (M2M client): Prompt with: âAdd machine userâ. You will see a button to launch the query against your env to create a new user. Write down the client ID and secret - youâll need them to access your environment.
Access the Environment
Section titled âAccess the EnvironmentâOnce your environment is deployed and you have a technical user, you can access your environment.
Via the Cyoda UI
Section titled âVia the Cyoda UIâJust navigate to your environment URL in your favorite browser at https://client-<your_caas_user_id>.eu.cyoda.net
You can find your environment URL from the previous steps or ask in chat for the url
With the Cyoda UI you need to login with your personal via Auth0.
Via the API
Section titled âVia the APIâTo access the APIs you need to use your technical user credentials to authenticate. See also Connecting for more details