iblai-agent-api

Manage ibl.ai agent API keys within a Next.js app.

15|3|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/iblai/vibe --skill iblai-agent-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iblai-agent-api
Source: https://github.com/iblai/vibe/tree/main/skills/iblai-agent-api
Command: npx skills add https://github.com/iblai/vibe --skill iblai-agent-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables developers to add a dedicated agent API keys management tab to their Next.js apps, making it easy to view, create, and delete keys for the ibl.ai agent.

Core Features & Use Cases

  • Display existing API keys in a table with name, created date, and expiry.
  • Create new API keys and delete existing ones within the AgentSettingsProvider-wrapped settings area.
  • Integrate seamlessly with the ibl.ai SDK components to ensure consistent styling and behavior across the agent settings tabs.

Quick Start

Install and mount the AgentApi tab in your app to begin managing API keys.

Frequently Asked Questions about iblai-agent-api

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

FAQPage Schema
How do I manage agent API keys in a Next.js app?

You can manage agent API keys by mounting the API tab component inside an AgentSettingsProvider-wrapped settings route. This integration enables you to view, create, and delete keys for programmatic access to ibl.ai agents.

What information is displayed for API keys in the agent settings?

The API keys management tab displays existing keys in a table format showing the key name, created date, and expiry date. This provides a clear overview of all programmatic access credentials for your ibl.ai agents.

Do I need AgentSettingsProvider to create and delete API keys?

Yes, the AgentSettingsProvider wrapper is required to create and delete API keys. Wrapping your agent settings route with this provider ensures the API tab maintains consistent behavior and styling aligned with ibl.ai SDK components.

Can I integrate API key management with existing ibl.ai agent settings tabs?

Yes, the API key management tab integrates seamlessly with ibl.ai SDK components. Mounting it alongside other agent settings tabs ensures consistent styling and behavior within the AgentSettingsProvider-wrapped settings area.

How does MCP tooling alignment affect agent API key configuration?

Aligning the agent settings route with MCP tooling ensures the mounted API tab functions correctly within the ibl.ai ecosystem. This alignment supports consistent key management operations for programmatic agent access.