# Bud Stack Documentation ## Docs - [API Integration Concepts](https://budecosystem-b7b14df4.mintlify.app/api-integration/api-integration-concepts.md): Core concepts for endpoints, authentication, payloads, and operational reliability - [Creating Your First API Integration](https://budecosystem-b7b14df4.mintlify.app/api-integration/creating-first-api-integration.md): Step-by-step tutorial to wire a project endpoint into an application - [OpenAI-Compatible Client Guide](https://budecosystem-b7b14df4.mintlify.app/api-integration/guides/openai-compatible-clients.md): Use existing OpenAI-style clients with Bud API endpoints - [Webhook and Retry Patterns](https://budecosystem-b7b14df4.mintlify.app/api-integration/guides/webhook-and-retry-patterns.md): Design resilient integration patterns for asynchronous and transient-failure scenarios - [Introduction to API Integration](https://budecosystem-b7b14df4.mintlify.app/api-integration/introduction.md): Connect applications to Bud AI Foundry deployments with OpenAI-compatible and Bud-native APIs - [Quickstart](https://budecosystem-b7b14df4.mintlify.app/api-integration/quickstart.md): Make your first successful API Integration request - [Request & Response Reference](https://budecosystem-b7b14df4.mintlify.app/api-integration/reference/request-response-reference.md): Headers, payload patterns, and status handling for API Integration - [Troubleshooting](https://budecosystem-b7b14df4.mintlify.app/api-integration/troubleshooting.md): Common API Integration issues and practical fixes - [API Key Concepts](https://budecosystem-b7b14df4.mintlify.app/api-keys/api-key-concepts.md): Understand provider credentials, project keys, and cloud provider connections - [Creating Your First API Key](https://budecosystem-b7b14df4.mintlify.app/api-keys/creating-first-api-key.md): Set up provider credentials and a project-scoped key step-by-step - [Rotating Keys](https://budecosystem-b7b14df4.mintlify.app/api-keys/guides/rotating-keys.md): Run safe key rotation for provider and project credentials - [Security Best Practices](https://budecosystem-b7b14df4.mintlify.app/api-keys/guides/security-best-practices.md): Protect API credentials with governance and operational controls - [Introduction to API Keys](https://budecosystem-b7b14df4.mintlify.app/api-keys/introduction.md): Manage provider credentials, project keys, and cloud provider connections - [Quick Start](https://budecosystem-b7b14df4.mintlify.app/api-keys/quickstart.md): Create your first provider credential and project API key - [Permissions & Rate-Limit Reference](https://budecosystem-b7b14df4.mintlify.app/api-keys/reference/permissions-and-rate-limits-reference.md): Reference fields and governance controls for API keys - [Troubleshooting](https://budecosystem-b7b14df4.mintlify.app/api-keys/troubleshooting.md): Common API key module issues and how to resolve them - [Text-to-Speech](https://budecosystem-b7b14df4.mintlify.app/api-sdk/audio/text-to-speech.md): Generate audio from text input. - [Transcribe Audio](https://budecosystem-b7b14df4.mintlify.app/api-sdk/audio/transcribe-audio.md): Convert audio files to text in the original language. - [Translate Audio](https://budecosystem-b7b14df4.mintlify.app/api-sdk/audio/translate-audio.md): Convert audio files to English text regardless of input language. - [Cancel Batch](https://budecosystem-b7b14df4.mintlify.app/api-sdk/batch/cancel-batch.md): Cancel a running batch job. - [Create Batch](https://budecosystem-b7b14df4.mintlify.app/api-sdk/batch/create-batch.md): Submit a batch job for asynchronous processing. - [Get Batch](https://budecosystem-b7b14df4.mintlify.app/api-sdk/batch/get-batch.md): Retrieve information about a specific batch job. - [List Batches](https://budecosystem-b7b14df4.mintlify.app/api-sdk/batch/list-batches.md): Retrieve a list of all batch jobs. - [Chat Completions](https://budecosystem-b7b14df4.mintlify.app/api-sdk/chat/create-chat-completion.md): Generate chat-based completions using the specified model. - [Classify Text](https://budecosystem-b7b14df4.mintlify.app/api-sdk/classify/classify-text.md): Classify text into predefined categories. - [Create Completion](https://budecosystem-b7b14df4.mintlify.app/api-sdk/completions/create-completion.md): Generate text completions using the specified model. - [Process Document](https://budecosystem-b7b14df4.mintlify.app/api-sdk/documents/process-document.md): Process and analyze documents using AI models. - [Generate Embeddings](https://budecosystem-b7b14df4.mintlify.app/api-sdk/embeddings/generate-embeddings.md): Generate vector embeddings for input text(s). - [Delete File](https://budecosystem-b7b14df4.mintlify.app/api-sdk/files/delete-file.md): Delete a file by ID. - [Get File](https://budecosystem-b7b14df4.mintlify.app/api-sdk/files/get-file.md): Retrieve file metadata by ID. - [Get File Content](https://budecosystem-b7b14df4.mintlify.app/api-sdk/files/get-file-content.md): Download the content of a file. - [Upload File](https://budecosystem-b7b14df4.mintlify.app/api-sdk/files/upload-file.md): Upload a file for use with the Batch API. - [Create Image Variation](https://budecosystem-b7b14df4.mintlify.app/api-sdk/images/create-variation.md): Create variations of an existing image. - [Edit Image](https://budecosystem-b7b14df4.mintlify.app/api-sdk/images/edit-image.md): Edit an image using a text prompt and mask. - [Generate Images](https://budecosystem-b7b14df4.mintlify.app/api-sdk/images/generate-images.md): Generate images from text prompts. - [Create Message](https://budecosystem-b7b14df4.mintlify.app/api-sdk/messages/create-message.md): Create a message using Anthropic-compatible API. - [List Models](https://budecosystem-b7b14df4.mintlify.app/api-sdk/models/list-models.md): Retrieve a list of available models. - [Moderate Content](https://budecosystem-b7b14df4.mintlify.app/api-sdk/moderations/moderate-content.md): Check if content complies with usage policies. - [API & SDK Overview](https://budecosystem-b7b14df4.mintlify.app/api-sdk/overview.md): Access Bud AI Foundry programmatically via REST APIs, Python SDK, and CLI tools - [Authentication](https://budecosystem-b7b14df4.mintlify.app/api-sdk/python-sdk/authentication.md): Configure authentication for the BudAI Foundry SDK - [CLI Reference](https://budecosystem-b7b14df4.mintlify.app/api-sdk/python-sdk/cli-reference.md): Command-line interface for BudAI Foundry operations - [Examples](https://budecosystem-b7b14df4.mintlify.app/api-sdk/python-sdk/examples.md): Code examples for common BudAI Foundry SDK use cases - [Inference](https://budecosystem-b7b14df4.mintlify.app/api-sdk/python-sdk/inference.md): Make chat completion requests and stream responses - [Installation](https://budecosystem-b7b14df4.mintlify.app/api-sdk/python-sdk/installation.md): Install the BudAI Foundry Python SDK and CLI - [Pipeline DSL](https://budecosystem-b7b14df4.mintlify.app/api-sdk/python-sdk/pipeline-dsl.md): Build pipelines with Pythonic DSL instead of JSON definitions - [Pipelines & Executions](https://budecosystem-b7b14df4.mintlify.app/api-sdk/python-sdk/pipelines.md): Create, manage, and execute deployment pipelines with the Python SDK - [Quickstart](https://budecosystem-b7b14df4.mintlify.app/api-sdk/python-sdk/quickstart.md): Get started with the BudAI Foundry Python SDK in minutes - [Actions Reference](https://budecosystem-b7b14df4.mintlify.app/api-sdk/python-sdk/reference/actions-reference.md): Complete list of available pipeline action types and their configuration - [Type Reference](https://budecosystem-b7b14df4.mintlify.app/api-sdk/python-sdk/reference/types.md): Complete type definitions for the Python SDK - [Quickstart](https://budecosystem-b7b14df4.mintlify.app/api-sdk/quickstart.md): Make your first API call to Bud AI Foundry in 5 minutes - [Create Realtime Session](https://budecosystem-b7b14df4.mintlify.app/api-sdk/realtime/create-session.md): Create a WebSocket-based realtime session. - [Create Realtime Transcription Session](https://budecosystem-b7b14df4.mintlify.app/api-sdk/realtime/create-transcription-session.md): Create a WebSocket session for real-time audio transcription. - [Cancel Response](https://budecosystem-b7b14df4.mintlify.app/api-sdk/responses/cancel-response.md): Cancel an in-progress response. - [Create Response](https://budecosystem-b7b14df4.mintlify.app/api-sdk/responses/create-response.md): Create a new response using OpenAI's Responses API. - [Delete Response](https://budecosystem-b7b14df4.mintlify.app/api-sdk/responses/delete-response.md): Delete a response by ID. - [Get Response](https://budecosystem-b7b14df4.mintlify.app/api-sdk/responses/get-response.md): Retrieve a response by ID. - [List Input Items](https://budecosystem-b7b14df4.mintlify.app/api-sdk/responses/list-input-items.md): List input items for a response. - [Response Format](https://budecosystem-b7b14df4.mintlify.app/api-sdk/responses/response-format.md): Overview of API response structures, status codes, and error handling. - [Cost Management](https://budecosystem-b7b14df4.mintlify.app/best-practices/cost-management.md): Control and optimize spending - [Model Selection](https://budecosystem-b7b14df4.mintlify.app/best-practices/model-selection.md): Choose the right model for your needs - [Performance Optimization](https://budecosystem-b7b14df4.mintlify.app/best-practices/performance-optimization.md): Speed and efficiency best practices - [Prompt Engineering](https://budecosystem-b7b14df4.mintlify.app/best-practices/prompt-engineering.md): Get better results from AI models - [Security & Compliance](https://budecosystem-b7b14df4.mintlify.app/best-practices/security-compliance.md): Data protection and compliance best practices - [Cluster Concepts](https://budecosystem-b7b14df4.mintlify.app/clusters/cluster-concepts.md): Understand cluster lifecycle, tabs, and operational controls - [Creating Your First Cluster](https://budecosystem-b7b14df4.mintlify.app/clusters/creating-first-cluster.md): Step-by-step workflow to onboard, validate, and prepare a cluster - [Cluster Operations](https://budecosystem-b7b14df4.mintlify.app/clusters/guides/cluster-operations.md): Run day-2 operations for health, deployments, and lifecycle management - [Cluster Settings and Storage Defaults](https://budecosystem-b7b14df4.mintlify.app/clusters/guides/cluster-settings-and-storage.md): Configure storage classes and access modes for consistent deployments - [Introduction to Clusters](https://budecosystem-b7b14df4.mintlify.app/clusters/introduction.md): Register, operate, and govern clusters for Bud workloads - [Quick Start](https://budecosystem-b7b14df4.mintlify.app/clusters/quickstart.md): Register and validate your first cluster in Bud - [Cluster Tabs Reference](https://budecosystem-b7b14df4.mintlify.app/clusters/reference/cluster-tabs-reference.md): Reference for each cluster detail tab and common operator actions - [Troubleshooting](https://budecosystem-b7b14df4.mintlify.app/clusters/troubleshooting.md): Common cluster registration and operations issues with fixes - [Creating Your First Dashboard Workflow](https://budecosystem-b7b14df4.mintlify.app/dashboard/creating-first-dashboard.md): Build a repeatable dashboard-based operating routine for model and platform health - [Dashboard Concepts](https://budecosystem-b7b14df4.mintlify.app/dashboard/dashboard-concepts.md): Understand dashboard cards, time windows, top-k logic, and operational interpretation - [Operational Monitoring Guide](https://budecosystem-b7b14df4.mintlify.app/dashboard/guides/operational-monitoring.md): Use dashboard metrics to run incident triage and proactive health reviews - [Introduction to Dashboard](https://budecosystem-b7b14df4.mintlify.app/dashboard/introduction.md): Monitor platform health, usage, and model quality from a single overview - [Quick Start](https://budecosystem-b7b14df4.mintlify.app/dashboard/quickstart.md): Start using Dashboard in minutes to monitor health, performance, and model quality - [Dashboard Metrics Reference](https://budecosystem-b7b14df4.mintlify.app/dashboard/reference/metrics-reference.md): Reference for dashboard cards, chart metrics, and interpretation hints - [Troubleshooting](https://budecosystem-b7b14df4.mintlify.app/dashboard/troubleshooting.md): Common dashboard issues and practical fixes - [Creating Your First Deployment](https://budecosystem-b7b14df4.mintlify.app/deployments/creating-first-deployment.md): Step-by-step tutorial to deploy, use endpoint snippets, and optionally publish - [Deployment Concepts](https://budecosystem-b7b14df4.mintlify.app/deployments/deployment-concepts.md): Understand endpoint usage, publishing, tabs, and lifecycle controls - [Deployment Lifecycle Management](https://budecosystem-b7b14df4.mintlify.app/deployments/guides/deployment-lifecycle-management.md): Operate deployments from launch to retirement with predictable controls - [Introduction to Deployments](https://budecosystem-b7b14df4.mintlify.app/deployments/introduction.md): Launch, use, and publish model endpoints from your project workspace - [Quick Start](https://budecosystem-b7b14df4.mintlify.app/deployments/quickstart.md): Create a deployment, use its endpoint, and optionally publish to customer portal - [Deployment Actions Reference](https://budecosystem-b7b14df4.mintlify.app/deployments/reference/deployment-actions-reference.md): Reference for key actions in the Deployments module - [Troubleshooting](https://budecosystem-b7b14df4.mintlify.app/deployments/troubleshooting.md): Common issues and fixes for deployment operations - [Cluster setup](https://budecosystem-b7b14df4.mintlify.app/developer-docs/cluster/cluster-setup.md): Description of your new file. - [Architecture Overview](https://budecosystem-b7b14df4.mintlify.app/developer-docs/development/architecture.md): Technical architecture and design of Bud Runtime - [Development Environment](https://budecosystem-b7b14df4.mintlify.app/developer-docs/development/environment.md): Setting Up a Cloud-Backed Development Environment - [Development Guidelines](https://budecosystem-b7b14df4.mintlify.app/developer-docs/development/guidelines.md): Best practices and guidelines for developing with Bud Runtime - [API Gateway](https://budecosystem-b7b14df4.mintlify.app/developer-docs/features/gateway.md): API Gateway with dynamic model routing, multi-tenant authentication, caching and observability. - [Image Generation](https://budecosystem-b7b14df4.mintlify.app/developer-docs/features/images.md): Generate images using AI models in Bud Runtime - [Multi-Lora Support](https://budecosystem-b7b14df4.mintlify.app/developer-docs/features/multi-lora-support.md): Dynamic & Efficient LoRA Adapter Management - [Dashboard Navigation](https://budecosystem-b7b14df4.mintlify.app/developer-docs/features/navigation.md): Navigate and use the Bud Runtime dashboard effectively - [Observability & Inference Analytics](https://budecosystem-b7b14df4.mintlify.app/developer-docs/features/observability.md): Comprehensive AI model inference monitoring, analytics, and performance optimization through detailed observability features. - [Code Snippets](https://budecosystem-b7b14df4.mintlify.app/developer-docs/features/reusable-snippets.md): Reusable code snippets for common Bud Runtime operations - [Configuration Settings](https://budecosystem-b7b14df4.mintlify.app/developer-docs/features/settings.md): Configure and customize your Bud Runtime deployment - [Helm Configuration](https://budecosystem-b7b14df4.mintlify.app/developer-docs/helm-configuration.md): Complete reference for configuring Bud-Stack via Helm values - [Installation Guide](https://budecosystem-b7b14df4.mintlify.app/developer-docs/installation.md): Deploy the Bud-Stack platform on Kubernetes - [Creating Your First Evaluation](https://budecosystem-b7b14df4.mintlify.app/evaluations/creating-first-evaluation.md): Build a practical experiment and execute your first evaluation run - [Evaluation Concepts](https://budecosystem-b7b14df4.mintlify.app/evaluations/evaluation-concepts.md): Understand datasets, traits, experiments, and scoring workflows - [Comparing Models](https://budecosystem-b7b14df4.mintlify.app/evaluations/guides/comparing-models.md): Use leaderboard and experiment history for reliable model selection - [Running Evaluations](https://budecosystem-b7b14df4.mintlify.app/evaluations/guides/running-evaluations.md): Operational guide for launching, monitoring, and rerunning evaluations - [Introduction to Evaluations](https://budecosystem-b7b14df4.mintlify.app/evaluations/introduction.md): Benchmark model quality with curated datasets, traits, and experiment workflows - [Quick Start](https://budecosystem-b7b14df4.mintlify.app/evaluations/quickstart.md): Create an experiment and run your first model evaluation - [Evaluations Reference](https://budecosystem-b7b14df4.mintlify.app/evaluations/reference/evaluations-reference.md): Reference for evaluations objects, views, and common fields - [Troubleshooting](https://budecosystem-b7b14df4.mintlify.app/evaluations/troubleshooting.md): Common issues and fixes for evaluations and experiments - [Account Setup](https://budecosystem-b7b14df4.mintlify.app/getting-started/account-setup.md): Setting up your Bud AI Foundry account and organization - [Introduction to Bud AI Foundry](https://budecosystem-b7b14df4.mintlify.app/getting-started/introduction.md): Learn about Bud AI Foundry - the comprehensive platform for AI model deployment, governance, and observability. - [Key Concepts](https://budecosystem-b7b14df4.mintlify.app/getting-started/key-concepts.md): Understanding core concepts in Bud AI Foundry - [Platform Overview](https://budecosystem-b7b14df4.mintlify.app/getting-started/platform-overview.md): High-level architecture and concepts of the Bud AI Foundry platform - [Quick Start Guide](https://budecosystem-b7b14df4.mintlify.app/getting-started/quickstart.md): Get up and running with Bud AI Foundry in 5 minutes - [Creating Your First Guardrail](https://budecosystem-b7b14df4.mintlify.app/guardrail/creating-first-guardrail.md): Build a production-ready guardrail profile step-by-step - [Guardrail Concepts](https://budecosystem-b7b14df4.mintlify.app/guardrail/guardrail-concepts.md): Understand probes, profiles, rules, and deployment behavior - [Deployment and Operations](https://budecosystem-b7b14df4.mintlify.app/guardrail/guides/deployment-and-operations.md): Operational guidance for deploying and managing guardrails - [Provider and Probe Strategy](https://budecosystem-b7b14df4.mintlify.app/guardrail/guides/provider-and-probe-strategy.md): Choose providers and probe combinations for layered safety - [Introduction to Guardrail](https://budecosystem-b7b14df4.mintlify.app/guardrail/introduction.md): Build safer AI applications with policy-driven guardrail workflows - [Quick Start](https://budecosystem-b7b14df4.mintlify.app/guardrail/quickstart.md): Create and deploy your first guardrail in minutes - [Guardrail Reference](https://budecosystem-b7b14df4.mintlify.app/guardrail/reference/guardrail-reference.md): Reference for guardrail entities, statuses, and key operations - [Troubleshooting](https://budecosystem-b7b14df4.mintlify.app/guardrail/troubleshooting.md): Common guardrail issues and practical fixes - [Code Examples](https://budecosystem-b7b14df4.mintlify.app/migration/code-examples.md): Before and after migration code - [Compatibility Overview](https://budecosystem-b7b14df4.mintlify.app/migration/compatibility-overview.md): What's supported in Bud Stack - [Feature Mapping](https://budecosystem-b7b14df4.mintlify.app/migration/feature-mapping.md): OpenAI to Bud Stack equivalents - [Migration Checklist](https://budecosystem-b7b14df4.mintlify.app/migration/migration-checklist.md): Step-by-step migration process - [Why Switch to Bud Stack](https://budecosystem-b7b14df4.mintlify.app/migration/why-switch.md): Key advantages over other platforms - [Creating Your First Model](https://budecosystem-b7b14df4.mintlify.app/models/creating-first-model.md): Step-by-step walkthrough to onboard, verify, and validate your first model - [Automated Model License Analysis](https://budecosystem-b7b14df4.mintlify.app/models/guides/automated-model-license-analysis.md): Use Bud AI Foundry to evaluate whether model licenses match your intended usage before deployment - [Evaluations](https://budecosystem-b7b14df4.mintlify.app/models/guides/evaluations.md): Assess model quality with repeatable evaluation workflows before rollout - [How to Add Adapters to Your Deployed Models](https://budecosystem-b7b14df4.mintlify.app/models/guides/how-to-add-adapters-to-your-deployed-models.md): Deploy and manage adapters dynamically for task-specific inference with shared infrastructure - [Model Security and Verification](https://budecosystem-b7b14df4.mintlify.app/models/guides/model-security-and-verification.md): Apply verification, scan, and governance checks before publishing models - [Performance Benchmarks](https://budecosystem-b7b14df4.mintlify.app/models/guides/performance-benchmarks.md): Run benchmark experiments on your infrastructure to compare model speed, throughput, and runtime efficiency - [Tool Calling and Reasoning Parser](https://budecosystem-b7b14df4.mintlify.app/models/guides/tool-calling-and-reasoning-parser.md): Automatically normalize tool calls and reasoning outputs across model providers - [Introduction to Models](https://budecosystem-b7b14df4.mintlify.app/models/introduction.md): Understand how Bud Model Hub organizes cloud and local models with governance, security, and performance controls - [Model Concepts](https://budecosystem-b7b14df4.mintlify.app/models/model-concepts.md): Core concepts behind model onboarding, governance, readiness, and optimization - [Quickstart](https://budecosystem-b7b14df4.mintlify.app/models/quickstart.md): Add and validate a model in Bud Model Hub in under 10 minutes - [Model Operations Reference](https://budecosystem-b7b14df4.mintlify.app/models/reference/model-operations-reference.md): Reference for key model lifecycle operations and expected inputs - [Troubleshooting](https://budecosystem-b7b14df4.mintlify.app/models/troubleshooting.md): Resolve common issues when onboarding and operating models - [Creating Your First Investigation](https://budecosystem-b7b14df4.mintlify.app/observability/creating-first-observability.md): Walk through a practical observability workflow from alert to action - [Request Investigations](https://budecosystem-b7b14df4.mintlify.app/observability/guides/request-investigations.md): Systematic workflow for debugging failed or slow inference requests - [Rule Management](https://budecosystem-b7b14df4.mintlify.app/observability/guides/rule-management.md): Create, tune, and audit observability blocking rules - [Introduction to Observability](https://budecosystem-b7b14df4.mintlify.app/observability/introduction.md): Monitor inference performance, investigate requests, and enforce protection rules - [Observability Concepts](https://budecosystem-b7b14df4.mintlify.app/observability/observability-concepts.md): Understand tabs, entities, and investigation signals - [Quick Start](https://budecosystem-b7b14df4.mintlify.app/observability/quickstart.md): Get immediate value from Metrics, Requests, and Rules tabs - [Observability Reference](https://budecosystem-b7b14df4.mintlify.app/observability/reference/observability-reference.md): Reference for key metrics, filters, and rule controls - [Troubleshooting](https://budecosystem-b7b14df4.mintlify.app/observability/troubleshooting.md): Common observability issues and practical fixes - [Creating Your First Pipeline](https://budecosystem-b7b14df4.mintlify.app/pipelines/creating-first-pipeline.md): Build a deployment automation workflow step-by-step - [Event-Driven Pipelines](https://budecosystem-b7b14df4.mintlify.app/pipelines/guides/event-driven-pipelines.md): Trigger pipelines automatically based on platform events - [Scheduled Pipelines](https://budecosystem-b7b14df4.mintlify.app/pipelines/guides/scheduled-pipelines.md): Run pipelines on a schedule with cron expressions - [Introduction to Pipelines](https://budecosystem-b7b14df4.mintlify.app/pipelines/introduction.md): Automate workflows with visual pipeline orchestration - [Pipeline Concepts](https://budecosystem-b7b14df4.mintlify.app/pipelines/pipeline-concepts.md): Understanding DAGs, actions, and workflow orchestration - [Quick Start](https://budecosystem-b7b14df4.mintlify.app/pipelines/quickstart.md): Create your first pipeline in 5 minutes - [Actions Reference](https://budecosystem-b7b14df4.mintlify.app/pipelines/reference/actions-reference.md): Complete reference for all pipeline actions - [Troubleshooting](https://budecosystem-b7b14df4.mintlify.app/pipelines/troubleshooting.md): Common issues and solutions for Bud AI Foundry Pipelines - [Creating Your First Playground Workflow](https://budecosystem-b7b14df4.mintlify.app/playground/creating-first-playground.md): Build a practical prompt evaluation workflow from start to finish - [Model Comparison Workflows](https://budecosystem-b7b14df4.mintlify.app/playground/guides/model-comparison-workflows.md): Design fair and repeatable side-by-side model evaluations - [Prompt Engineering Patterns](https://budecosystem-b7b14df4.mintlify.app/playground/guides/prompt-engineering-patterns.md): Improve output reliability with practical prompting techniques - [Introduction to Playground](https://budecosystem-b7b14df4.mintlify.app/playground/introduction.md): Experiment with models safely before production rollout - [Playground Concepts](https://budecosystem-b7b14df4.mintlify.app/playground/playground-concepts.md): Understand sessions, chats, and model comparison in Playground - [Quick Start](https://budecosystem-b7b14df4.mintlify.app/playground/quickstart.md): Run your first Playground experiment in 5 minutes - [Playground Actions Reference](https://budecosystem-b7b14df4.mintlify.app/playground/reference/playground-actions-reference.md): Reference for common Playground interactions and controls - [Troubleshooting Playground](https://budecosystem-b7b14df4.mintlify.app/playground/troubleshooting.md): Resolve common Playground access, response, and session issues - [Creating Your First Customer Dashboard Workflow](https://budecosystem-b7b14df4.mintlify.app/product-guide/customer-dashboard/creating-first-customer-dashboard-workflow.md): Build a complete model-to-production workflow inside Customer Dashboard Portal - [Customer Dashboard Concepts](https://budecosystem-b7b14df4.mintlify.app/product-guide/customer-dashboard/customer-dashboard-concepts.md): Key concepts for models, projects, credentials, observability, and billing - [Managing API Keys and Projects](https://budecosystem-b7b14df4.mintlify.app/product-guide/customer-dashboard/guides/managing-api-keys-and-projects.md): Best practices for secure credential lifecycle and project organization - [Observability and Usage Monitoring](https://budecosystem-b7b14df4.mintlify.app/product-guide/customer-dashboard/guides/observability-and-usage-monitoring.md): Use Logs, Usage, and Audit to manage reliability and spend - [Customer Dashboard Portal Introduction](https://budecosystem-b7b14df4.mintlify.app/product-guide/customer-dashboard/introduction.md): Understand the Customer Dashboard Portal experience, scope, and value - [Quickstart](https://budecosystem-b7b14df4.mintlify.app/product-guide/customer-dashboard/quickstart.md): Get productive in Customer Dashboard Portal in minutes - [Customer Dashboard Reference](https://budecosystem-b7b14df4.mintlify.app/product-guide/customer-dashboard/reference/customer-dashboard-reference.md): Reference for main pages, actions, and operational outputs - [Troubleshooting](https://budecosystem-b7b14df4.mintlify.app/product-guide/customer-dashboard/troubleshooting.md): Common Customer Dashboard issues and how to resolve them - [Creating Your First Project](https://budecosystem-b7b14df4.mintlify.app/projects/creating-first-project.md): Step-by-step guide to create a project and operationally prepare it - [Deployment Settings and Autoscaling](https://budecosystem-b7b14df4.mintlify.app/projects/guides/deployment-settings-and-autoscaling.md): Configure reliability, rate limits, and SLO-aware scaling inside a project - [Managing Project Members](https://budecosystem-b7b14df4.mintlify.app/projects/guides/managing-project-members.md): Invite collaborators and manage project-level permissions - [Introduction to Projects](https://budecosystem-b7b14df4.mintlify.app/projects/introduction.md): Organize deployments, teams, routes, and governance in a single workspace - [Project Concepts](https://budecosystem-b7b14df4.mintlify.app/projects/project-concepts.md): Understand project structure, permissions, and operational boundaries - [Quick Start](https://budecosystem-b7b14df4.mintlify.app/projects/quickstart.md): Create your first project and prepare it for deployment workflows - [Project Tabs Reference](https://budecosystem-b7b14df4.mintlify.app/projects/reference/project-tabs-reference.md): Reference for tabs and key actions available in project details - [Troubleshooting](https://budecosystem-b7b14df4.mintlify.app/projects/troubleshooting.md): Common issues when creating and managing projects - [Agent Concepts](https://budecosystem-b7b14df4.mintlify.app/prompts-agents/agent-concepts.md): Core concepts for agent workflows, schemas, tools, and versions - [Creating Your First Agent](https://budecosystem-b7b14df4.mintlify.app/prompts-agents/creating-first-agent.md): Step-by-step guide to build, test, and publish an agent - [Tool Connectors for Agents](https://budecosystem-b7b14df4.mintlify.app/prompts-agents/guides/tool-connectors.md): Attach and manage connectors for tool-enabled agent workflows - [Agent Version Management](https://budecosystem-b7b14df4.mintlify.app/prompts-agents/guides/version-management.md): Create, edit, and promote agent versions safely - [Introduction to Agents](https://budecosystem-b7b14df4.mintlify.app/prompts-agents/introduction.md): Build, version, and operationalize AI agents in Bud AI Foundry - [Quick Start](https://budecosystem-b7b14df4.mintlify.app/prompts-agents/quickstart.md): Create and run your first agent in Bud AI Foundry - [Agents Reference](https://budecosystem-b7b14df4.mintlify.app/prompts-agents/reference/agents-reference.md): Reference for key agents surfaces, actions, and fields - [Troubleshooting](https://budecosystem-b7b14df4.mintlify.app/prompts-agents/troubleshooting.md): Common issues and fixes for Agents in Bud AI Foundry - [Account Settings](https://budecosystem-b7b14df4.mintlify.app/settings/account-settings.md): Manage your password, profile, and account preferences - [Community Forum](https://budecosystem-b7b14df4.mintlify.app/support/community-forum.md): Connect with other users - [Getting Help](https://budecosystem-b7b14df4.mintlify.app/support/getting-help.md): Support channels and resources - [Release Notes](https://budecosystem-b7b14df4.mintlify.app/support/release-notes.md): What's new in Bud Stack - [Product Roadmap](https://budecosystem-b7b14df4.mintlify.app/support/roadmap.md): Upcoming features and improvements - [Status Page](https://budecosystem-b7b14df4.mintlify.app/support/status-page.md): Service availability and incidents - [Common Issues](https://budecosystem-b7b14df4.mintlify.app/troubleshooting/common-issues.md): Quick fixes for frequent problems - [Connection Problems](https://budecosystem-b7b14df4.mintlify.app/troubleshooting/connection-problems.md): Network and connectivity troubleshooting - [Error Messages](https://budecosystem-b7b14df4.mintlify.app/troubleshooting/error-messages.md): Understanding error codes and messages - [Frequently Asked Questions](https://budecosystem-b7b14df4.mintlify.app/troubleshooting/faq.md): Common questions and answers - [Performance Issues](https://budecosystem-b7b14df4.mintlify.app/troubleshooting/performance-issues.md): Debug slow responses and latency - [Chatbot Development](https://budecosystem-b7b14df4.mintlify.app/use-cases/chatbot-development.md): Build conversational AI applications - [Content Generation](https://budecosystem-b7b14df4.mintlify.app/use-cases/content-generation.md): Automated writing and content creation - [Data Analysis](https://budecosystem-b7b14df4.mintlify.app/use-cases/data-analysis.md): Use AI for insights and analytics - [Enterprise Integration](https://budecosystem-b7b14df4.mintlify.app/use-cases/enterprise-integration.md): Connect Bud Stack to existing systems - [Image Generation Workflows](https://budecosystem-b7b14df4.mintlify.app/use-cases/image-generation-workflows.md): Creative AI for visual content - [Multimodal Applications](https://budecosystem-b7b14df4.mintlify.app/use-cases/multimodal-applications.md): Combine text, image, and audio AI - [Creating Your First User Management Setup](https://budecosystem-b7b14df4.mintlify.app/user-management/creating-first-user-management.md): Build a production-ready access model step-by-step - [Access Review Workflow](https://budecosystem-b7b14df4.mintlify.app/user-management/guides/access-review-workflow.md): Run recurring permission reviews for least-privilege access - [Onboarding and Offboarding](https://budecosystem-b7b14df4.mintlify.app/user-management/guides/onboarding-and-offboarding.md): Standardize secure user lifecycle operations - [Introduction to User Management](https://budecosystem-b7b14df4.mintlify.app/user-management/introduction.md): Control access with roles, permissions, and secure authentication - [Quick Start](https://budecosystem-b7b14df4.mintlify.app/user-management/quickstart.md): Set up user management in minutes - [Permissions Reference](https://budecosystem-b7b14df4.mintlify.app/user-management/reference/permissions-reference.md): Reference for common user roles, statuses, and permission scopes - [Troubleshooting](https://budecosystem-b7b14df4.mintlify.app/user-management/troubleshooting.md): Common user management, RBAC, and authentication issues - [User Management Concepts](https://budecosystem-b7b14df4.mintlify.app/user-management/user-management-concepts.md): Understand users, roles, permissions, and scope inheritance ## OpenAPI Specs - [openapi](https://budecosystem-b7b14df4.mintlify.app/api-reference/openapi.json) ## Optional - [Blog](https://budecosystem.com/blog/) - [API Reference](https://budecosystem-b7b14df4.mintlify.app/developer-docs/openai-api/chat)