openai.com
OpenAI provides AI models and related platform services for text, image, audio, realtime, and agent-based applications. Its platform lets developers call hosted model APIs and build applications on top of them.
OpenAI exposes one public developer integration surface on openai.com: a REST HTTP API at `https://api.openai.com/v1`, authenticated with project API keys; OpenAI also documents an OpenAI CLI, but the available public docs scraped did not expose enough concrete CLI install/auth mechanics to record it separately.
- OpenAI APIdiscovered
Sign in to the OpenAI API dashboard, open the API keys page, and create a project API key. Use the key as a Bearer token in the Authorization header when calling the API or set OPENAI_API_KEY for supported SDKs and the CLI.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing