elnora-admin

Manage Elnora platform administration tasks via MCP-connected environments.

4|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Elnora-AI/elnora-plugins --skill elnora-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elnora-admin
Source: https://github.com/Elnora-AI/elnora-plugins/tree/main/elnora/skills/elnora-admin
Command: npx skills add https://github.com/Elnora-AI/elnora-plugins --skill elnora-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes Elnora platform administration so administrators can perform account management, API key lifecycle operations, audit log review, feature flag checks, agreement acceptance, invitation handling, and basic health checks without navigating multiple endpoints or ad-hoc documentation.

Core Features & Use Cases

  • System health checks: Verify the platform is reachable with an unauthenticated health endpoint for quick uptime diagnostics.
  • API key lifecycle: Create, list, and revoke API keys while emphasizing that created keys are shown only once and must be stored securely.
  • Audit and compliance workflows: Query audit logs scoped by org to investigate actions, filter by user or action type, and paginate results for review.
  • Feature flags and agreements: Inspect feature flag states before using features and list/accept required agreements to enable platform capabilities.
  • Use Case: An admin can generate a new API key for CI, immediately present and record the key, then review recent audit events for that service account to confirm proper usage.

Quick Start

Create a new API key with a descriptive name, present the returned key to the user immediately, and remind them to store it securely.

Frequently Asked Questions about elnora-admin

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

FAQPage Schema
How do I manage API keys for CI pipelines in Elnora?

To manage API keys for Elnora, you can create, list, and revoke keys through the admin interface. Created keys are shown only once and must be stored securely immediately after generation for CI authentication.

How do I query Elnora audit logs to investigate account actions?

You can query Elnora audit logs scoped by organization to investigate actions, filter results by user or action type, and paginate through events for compliance review and usage tracking.

What authentication is required to administer Elnora platform features?

Administering Elnora platform features requires authenticated MCP connections using OAuth 2.1 or API key bearer tokens, along with UUID-scoped identifiers for organizations, keys, agreements, and invitations.

How do I check feature flags and accept agreements before using Elnora capabilities?

You can inspect Elnora feature flag states to verify availability before using features, and list or accept required agreements to enable platform capabilities within your organization scope.

Can I verify Elnora system health without authentication?

Yes, you can verify Elnora platform reachability using an unauthenticated health endpoint for quick uptime diagnostics without needing OAuth 2.1 or API key bearer tokens.

How do I handle Elnora invitations for new administrators?

Elnora invitation handling allows administrators to manage and process new user invitations using UUID-scoped identifiers, ensuring proper access control and account onboarding within the organization.