omni-providers

Manage provider connections, API keys, and OAuth flows via REST API.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/DevMHOne/nextroute --skill omni-providers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omni-providers
Source: https://github.com/DevMHOne/nextroute/tree/main/skills/omni-providers
Command: npx skills add https://github.com/DevMHOne/nextroute --skill omni-providers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage provider connections, API keys, OAuth flows, and connection tests via the REST API to simplify integrations with 160+ AI providers (OpenAI, Anthropic, Gemini, and 160+).

Core Features & Use Cases

  • Centralized management of provider connections and credentials across many providers.
  • OAuth flow handling, credential testing, and health checks to ensure reliable routing.
  • Use Case: Onboard and validate new providers before enabling routing in production.

Quick Start

Configure a new provider connection by sending a POST to /api/providers with the required credentials.

Frequently Asked Questions about omni-providers

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

FAQPage Schema
How do I manage API keys and OAuth flows for multiple AI providers?

Test provider connections by sending a request to the /providers/{id}/test endpoint, which executes health checks and credential validation to ensure reliable routing before enabling providers in production.

What's the best way to onboard and validate new AI provider credentials?

Onboard and validate new AI provider credentials by sending a POST request to /api/providers with required credentials, then use the /providers/{id}/test endpoint to verify connection health and reliability.

Do I need a Bearer token to configure provider connections via REST?

Yes, a valid Bearer token is required to authenticate REST API requests when configuring provider connections, managing API keys, or executing OAuth flows and connection tests.

Can I test OAuth flows and API keys for OpenAI and Anthropic before routing traffic?

Yes, you can test OAuth flows and API keys for providers like OpenAI and Anthropic by calling the /providers/{id}/test endpoint, which executes server-side validation and health checks to ensure reliable routing.

What limitations exist when managing provider connections through a REST API?

Managing provider connections via REST requires a valid Bearer token and relies on server-side validation and error handling to process endpoint constraints for credentials across 160+ AI providers.