pier-cloud

Authenticate with Pier Cloud Lighthouse API and retrieve FinOps data.

47|4|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/fabricioctelles/skills --skill pier-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pier-cloud
Source: https://github.com/fabricioctelles/skills/tree/main/skills/pier-cloud
Command: npx skills add https://github.com/fabricioctelles/skills --skill pier-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the complexity of integrating with the Pier Cloud Lighthouse API for authenticated cloud cost management and FinOps data retrieval.

Core Features & Use Cases

  • JWT Authentication: Authenticate with client credentials and renew tokens automatically before expiration.
  • Resource Discovery: List contexts, workspaces, workspace views, and detailed workspace or view information with pagination support.
  • FinOps Data Retrieval: Query view data with date ranges and JSON filters, then export workspace or view results to JSON or CSV for analysis.

Quick Start

Use the pier-cloud skill to authenticate with the configured Pier Cloud credentials, list available workspaces, and retrieve the data for a specified view and date range.

Frequently Asked Questions about pier-cloud

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

FAQPage Schema
How do I authenticate API requests to retrieve Pier Cloud FinOps data?

Pier Cloud FinOps data retrieval uses JWT Bearer authentication with client credentials and a tenancy identifier. Tokens are renewed automatically before expiration to maintain authenticated API integrations.

What's the best way to automate cloud cost management data extraction from Pier Cloud?

Automate Pier Cloud cost management data extraction by integrating with the Lighthouse API to query view data using date ranges and JSON filters, then export results to JSON or CSV for analysis.

Can I use Python to list workspaces and views from the Pier Cloud Lighthouse API?

Yes, Python with the requests library can list Pier Cloud workspaces and views via the Lighthouse API. Resource discovery supports contexts, workspace views, and detailed information with pagination handling.

Do I need client credentials and a tenancy identifier to access Pier Cloud workspace data?

Yes, Pier Cloud workspace data access requires client credentials and a tenancy identifier for JWT Bearer authentication. These credentials configure authenticated API integrations for FinOps data retrieval.

Does the Pier Cloud Lighthouse API support pagination and retry logic for filtered cost analysis?

Yes, the Pier Cloud Lighthouse API supports pagination handling, token renewal, and retry logic for filtered cost analysis. Resource discovery and view data queries handle large result sets across date ranges.

Why does my Pier Cloud API integration fail with JWT authentication errors during operational debugging?

Pier Cloud JWT authentication errors typically occur when client credentials are misconfigured or tokens expire without automatic renewal. Proper tenancy identifier setup and token refresh before expiration resolve these issues.