Prompt Buddy logoPrompt Buddy

openai · OpenAI Platform Docs

Developer quickstart

A comprehensive guide to setting up the OpenAI environment, including API key management, SDK installation, and executing initial requests for text, vision, and tool-use capabilities.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Developer quickstart

A comprehensive guide to setting up the OpenAI environment, including API key management, SDK installation, and executing initial requests for text, vision, and tool-use capabilities.

When To Use

Use when you need to set up a new OpenAI development environment, install the necessary SDKs, and execute your first API calls for text, vision, or function calling.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/developer-quickstart-workflow-guide.mdA markdown guide covering API key creation, SDK installation, and executing initial API calls for the OpenAI platform.Questions about a markdown guide covering API key creation, SDK installation, and executing initial API calls for the OpenAI platform.
examples/developer-quickstart-openai-api-bash-environment-variable-setup.bashA bash command to export the OPENAI_API_KEY environment variable for authentication.Exact payloads, commands, or snippets shown in A bash command to export the OPENAIAPIKEY environment variable for authentication.
examples/developer-quickstart-openai-api-bash-environment-variable-setup-2.bashA bash command to set the OPENAI_API_KEY environment variable on a Windows system using setx.Exact payloads, commands, or snippets shown in A bash command to set the OPENAIAPIKEY environment variable on a Windows system using setx.

What This Skill Covers

  • The OpenAI API provides a simple interface to state-of-the-art AI models for text generation, natural language processing, computer vision, and more. Get sta...
  • Main sections: Create and export an API key, Install the OpenAI SDK and Run an API Call, Add credits to keep building, Analyze images and files, Extend the model with tools.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.openai.com/api/docs/quickstart.md