# Introduction

The Cloudeka API List (**cldkctl)** is a Command Line Interface (CLI) tool that allows users to interact with Service Portal AI, a cloud service platform accessible through the Service Portal AI. It provides an efficient and consistent way to perform cloud operations directly from the terminal without relying on the web interface.

Through cldkctl, users can authenticate using a valid API token, view project and billing information, and manage various services such as compute instances, Kubernetes clusters, and large language model (LLM) workloads. The tool supports multiple operating systems — Windows, macOS, and Linux — enabling flexibility across different environments.

By using this CLI, users can automate tasks, securely manage infrastructure, and integrate Cloudeka services into their existing development or operational workflows. Overall, cldkctl offers a practical, secure, and unified method to streamline cloud management through command-line operations.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/cloudeka-api-list/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
