Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 724 Bytes

File metadata and controls

24 lines (13 loc) · 724 Bytes

Security Policy

API keys

Do not commit AI ROUTER API keys, OpenAI keys, or any other secrets to GitHub.

Use environment variables or a secret manager:

export AI_ROUTER_API_KEY="replace_with_your_api_key"

Reporting security issues

If you believe you found a security issue related to AI ROUTER documentation or examples, contact the AI ROUTER team through the website:

https://ai-router.dev

Do not open public issues containing credentials, tokens, private logs, or exploitable details.

Scope of this repository

This repository contains examples and documentation only. It does not contain the AI ROUTER backend, routing logic, billing logic, account scheduling, or security implementation.