foundation-cli-api

Execute custom API calls against the Foundation REST API via foundation-cli.

264|59|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/anybackup-ai/Anybackup --skill foundation-cli-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foundation-cli-api
Source: https://github.com/anybackup-ai/Anybackup/tree/main/CLI/skill/api
Command: npx skills add https://github.com/anybackup-ai/Anybackup --skill foundation-cli-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires foundation-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines access to Foundation REST API endpoints through the foundation-cli api command, providing a bridge for users to interact with specific API functions that are not covered by standard CLI commands.

Core Features & Use Cases

  • API Access: Access Foundation REST API endpoints for advanced functionalities.
  • Customization: Execute API calls with custom paths, HTTP methods, and parameters.
  • Integration: Integrate with custom workflows requiring API interactions.
  • Use Case: If you need to trigger a backup that requires a custom HTTP method and path not available through standard CLI commands, this skill can help you do that.

Quick Start

To perform a custom API call, use the command: use foundation-cli-api --tenant-id <tenant-id> --method <method> --path <relative/path> and follow the instructions provided.

Frequently Asked Questions about foundation-cli-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute custom REST API calls against the Foundation platform?

You can execute custom REST API calls against the Foundation platform via the `foundation-cli api` command, specifying custom paths, HTTP methods, and parameters to access advanced functionalities.

When do I need to use custom API calls instead of standard CLI commands?

You need custom API calls when interacting with specific Foundation REST API endpoints not covered by standard CLI commands, such as triggering a backup with a custom HTTP method and path.

Do I need foundation-cli installed to interact with the Foundation REST API?

Yes, you must have the `foundation-cli` installed and properly configured with the necessary credentials and endpoints to execute API calls through this command line interface.

What's the best way to integrate Foundation API interactions into custom workflows?

The best way to integrate Foundation API interactions into custom workflows is by using the `foundation-cli api` command, which bridges standard CLI automation with custom REST API endpoints.

How do I perform a custom API call with a specific HTTP method and path?

To perform a custom API call, use `foundation-cli-api --tenant-id <tenant-id> --method <method> --path <relative/path>` and follow the provided instructions to execute the request.