# Meta APIs

## Definition

The Meta APIs are hard coded APIs into rbkcli. Those have the same documentation, methods and parameters as any RESTful APIs. The version of the Meta APIs is **"rbkcli"**, therefore when listing all available commands you can filter them by using the following command:

```
$  rbkcli commands --filter version=rbkcli -T
 version | endpoint       | method | summary
==================================================================================
 rbkcli  | cmdlet profile | get    | List cmdlet's profiles
 rbkcli  | cmdlet profile | post   | Create cmdlet profile.
 rbkcli  | cmdlet sync    | post   | Apply cmdlets changes to target profile.
 rbkcli  | cmdlet         | delete | Remove cmdlet.
 rbkcli  | cmdlet         | get    | List available cmdlets.
 rbkcli  | cmdlet         | post   | Add new cmdlet to rbkcli
 rbkcli  | commands       | get    | List available commands
 rbkcli  | jsonfy         | get    | Loads provided json file.
 rbkcli  | script sync    | post   | Example of method created internally.
 rbkcli  | script         | get    | List scripts available to be used in rbkcli.

**Total amount of objects [10]
```

They are, as a mater of fact, features designed to complement and facilitate the usage of Rubrik APIs. Whenever new versions of rbkcli are developed, with new features, it is in under this API version where the new features should land and be called from.

* [/rbkcli/commands](/rbkcli/meta-apis/meta_apis/rbkcli_commands.md)
* [/rbkcli/jsonfy](/rbkcli/meta-apis/meta_apis/rbkcli_jsonfy.md)
* [/rbkcli/cmdlet](/rbkcli/meta-apis/meta_apis/rbkcli_cmdlet.md)
* [/rbkcli/cmdlet/profile](/rbkcli/meta-apis/meta_apis/rbkcli_cmdlet_profile.md)
* [/rbkcli/cmdlet/sync](/rbkcli/meta-apis/meta_apis/rbkcli_cmdlet_sync.md)
* [/rbkcli/script](/rbkcli/meta-apis/meta_apis/rbkcli_script.md)

\[Back to [Summary](https://github.com/rubrikinc/rbkcli/tree/c17e9859a9e33557f08fae1ff57e981d1edfda6e/docs/SUMMARY.md)]


---

# 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://rubrik.gitbook.io/rbkcli/meta-apis/meta_apis.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.
