pixee-auth

Authenticate and manage Pixee API tokens across local and CI environments.

31|12|Updated Nov 28, 2023
One-click install
npx skills add https://github.com/pixee/pixee-cli --skill pixee-auth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pixee-auth
Source: https://github.com/pixee/pixee-cli/tree/main/skills/pixee-auth
Command: npx skills add https://github.com/pixee/pixee-cli --skill pixee-auth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Store and validate Pixee API tokens and inspect the current authentication state to prevent unauthorized access and ensure smooth API calls.

Core Features & Use Cases

  • Securely store and manage Pixee API tokens on a per-user basis.
  • Validate the configured server and token to surface the current authentication state.
  • Support credential resolution for CI/CD and automation workflows via environment variables.

Quick Start

Login to Pixee by providing a server and token, or enable automation by setting PIXEE_TOKEN and PIXEE_SERVER.

Frequently Asked Questions about pixee-auth

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

FAQPage Schema
How do I validate my Pixee API token and check the current authentication state?

To validate a Pixee API token, configure the server and token credentials. The authentication state is then surfaced to confirm the configuration is valid and ready for API calls.

Can I use environment variables to manage Pixee API credentials in a CI pipeline?

Yes, you can manage Pixee API credentials in CI pipelines by setting the PIXEE_TOKEN and PIXEE_SERVER environment variables to enable automated authentication resolution.

What should I do when Pixee API token authentication fails during server configuration?

When Pixee API token authentication fails, the system provides remediation guidance to resolve the token and server configuration issues, preventing unauthorized access.

How does per-user API token storage work for local development environments?

Per-user API token storage securely saves Pixee credentials on a local machine, ensuring smooth API calls and preventing unauthorized access during development.

Do I need to configure both a server and a token to authenticate with the Pixee API?

Yes, you need to provide both a server and a token to authenticate with the Pixee API, which enforces token and server resolution rules to validate the login state.