# HuggingPlace > HuggingPlace is an AI observability and evaluation platform: log and trace LLM interactions, evaluate output quality, red-team models, curate datasets, run benchmarks, and manage inference. Official SDKs for Rust, Python, JavaScript, and Go, plus an MCP server. ## Start Here - [Platform Overview](https://huggingplace.com/docs/overview): How HuggingPlace objects fit together: collections, pipelines, evaluations, training, endpoints, and runtime. - [Rust-First Backend](https://huggingplace.com/docs/rust-backend): HuggingPlace-native Rust API ownership model, enforcement rules, and route-family cutover operations. - [Solid Frontend Guide](https://huggingplace.com/docs/solid-frontend): Solid shell route map, runtime config behavior, and operator UX parity expectations. - [Quick Start](https://huggingplace.com/docs/quickstart): Create a collection, configure a pipeline, run an evaluation, then stage an endpoint. - [LLM Operating Guide](https://huggingplace.com/docs/llm-guide): Machine-readable guidance for agents that need to operate HuggingPlace workflows safely. - [How to Integrate](https://huggingplace.com/docs/integration-tutorial): End-to-end integration tutorial: SDK and API paths, tracing, and what each step unlocks. ## SDK Libraries - [Rust SDK](https://huggingplace.com/docs/rust-sdk): Log and trace LLM interactions from Rust. Send-safe futures, typed errors, full tracing + evaluation surface. - [Python SDK](https://huggingplace.com/docs/python-sdk): pip install huggingplace-sdk. Async log(), sessions, run/event tracing, and the evaluate family. - [JavaScript SDK](https://huggingplace.com/docs/javascript-sdk): npm install huggingplace-sdk. ESM client for Node with logging, tracing, and evaluation helpers. - [Go SDK](https://huggingplace.com/docs/go-sdk): Standard-library-only Go client. Log(), StartSession, run/event tracing, and Evaluate/EvaluateRAG. ## Core Workflows - [Collections](https://huggingplace.com/docs/collections): Manage versioned data for retrieval, evaluation, and training lineage. - [Rust-First Backend](https://huggingplace.com/docs/rust-backend): Native route ownership, enforcement strategy, parity lanes, and route-family cutover operations. - [Solid Frontend](https://huggingplace.com/docs/solid-frontend): How the Solid app became the active HuggingPlace product shell and how it consumes Rust-first operator APIs. - [Edge Devices](https://huggingplace.com/docs/edge-devices): Heartbeat, command pull, acknowledgements, command results, and local runtime inventory for on-prem execution. - [Local Models and Cloud Fallback](https://huggingplace.com/docs/local-models-fallback): Local-first routing, model readiness, cloud fallback, and the execution metadata operators should track. - [Provider and Key Governance](https://huggingplace.com/docs/provider-governance): Provider configs, API keys, virtual keys, budgets, and key-based reporting across execution paths. - [Security and Compliance](https://huggingplace.com/docs/security-compliance): Review flagged logs, define compliance frameworks, scan text, and keep operator guardrails inside the Rust-first control plane. - [Red Team Testing](https://huggingplace.com/docs/red-team): Test LLM vulnerabilities with automated scanning, adversarial attack generation, and runtime guardrails powered by deepteam. - [Remote Platforms](https://huggingplace.com/docs/remote-platforms): Capability-aware remote platform lifecycle control for validate, sync, rotate, revoke, and audit history. - [Runtime Operations](https://huggingplace.com/docs/runtime-operations): Manage runtime files, runtime batches, execution targets, provider configs, and fallback reasons across local and cloud execution. - [Observability](https://huggingplace.com/docs/observability): Track usage events, routing decisions, remote platform activity, runtime ops, and governance saturation. - [Pipelines](https://huggingplace.com/docs/pipelines): Author and operate flow steps for retrieval, generation, evaluation, and runtime routing. - [Evaluations](https://huggingplace.com/docs/evaluations): Run quality checks with metrics + LLM-as-judge outputs tied to stable dataset versions. - [Edge Devices](https://huggingplace.com/docs/edge-devices): Device registration, command dispatch, acknowledgements, result payloads, and heartbeat flows. - [Local Models with Cloud Fallback](https://huggingplace.com/docs/local-models-fallback): Configure local-first inference and controlled cloud fallback across endpoints and pipelines. - [Provider and Key Governance](https://huggingplace.com/docs/provider-governance): Provider configs, API keys, virtual keys, budgets, and execution policy controls. - [Remote Platforms](https://huggingplace.com/docs/remote-platforms): Integrate external control planes for key lifecycle and platform-specific operations. - [Observability](https://huggingplace.com/docs/observability): Session/run/event telemetry, quality summaries, runtime health, and promotion diagnostics. - [Private Cloud](https://huggingplace.com/docs/private-cloud): Deploy HuggingPlace and Buttrbase on private infrastructure with environment-safe runtime config. - [API Reference](https://huggingplace.com/docs/api): Route-level orientation for config, enrichment, compliance, hallucination, scrambler, and runtime flows. ## Tutorials - [Tutorials](https://huggingplace.com/docs/tutorials): Hands-on workflow drills for operators and deployment teams. ## Reference - [API reference](https://huggingplace.com/docs/api): every backend route and payload - [Rust SDK repo](https://github.com/S7-Works/huggingplace-sdks-v2/tree/main/huggingplace-rust-sdk) - [Python SDK repo](https://github.com/S7-Works/huggingplace-sdks-v2/tree/main/huggingplace-python-sdk) - [JavaScript SDK repo](https://github.com/S7-Works/huggingplace-sdks-v2/tree/main/huggingplace-sdk) - [Go SDK repo](https://github.com/S7-Works/huggingplace-sdks-v2/tree/main/huggingplace-go-sdk) - [MCP server repo](https://github.com/S7-Works/hplace-mcp-rust-v2) - [Full documentation](https://github.com/S7-Works/huggingplace-docs) ## Guides & Reference - [API Overview](https://github.com/S7-Works/huggingplace-docs/blob/main/api/overview.md) - [API Reference](https://github.com/S7-Works/huggingplace-docs/blob/main/api/reference.md) - [Authentication](https://github.com/S7-Works/huggingplace-docs/blob/main/configuration/auth.md) - [Backend Environment Reference](https://github.com/S7-Works/huggingplace-docs/blob/main/configuration/backend-env.md) - [Frontend Environment Reference](https://github.com/S7-Works/huggingplace-docs/blob/main/configuration/frontend-env.md) - [LLM Providers](https://github.com/S7-Works/huggingplace-docs/blob/main/configuration/llm-providers.md) - [Getting Started](https://github.com/S7-Works/huggingplace-docs/blob/main/getting-started.md) - [Backend Installation](https://github.com/S7-Works/huggingplace-docs/blob/main/installation/backend.md) - [Deployment](https://github.com/S7-Works/huggingplace-docs/blob/main/installation/deployment.md) - [Frontend Installation](https://github.com/S7-Works/huggingplace-docs/blob/main/installation/frontend.md) - [Integration Guide](https://github.com/S7-Works/huggingplace-docs/blob/main/integration-guide.md) - [MCP Server](https://github.com/S7-Works/huggingplace-docs/blob/main/mcp/server.md) - [How to Integrate HuggingPlace](https://github.com/S7-Works/huggingplace-docs/blob/main/tutorials/00-how-to-integrate.md) - [Tutorial 1 — Log your first interaction](https://github.com/S7-Works/huggingplace-docs/blob/main/tutorials/01-log-your-first-interaction.md) - [Tutorial 2 — Sessions and tracing](https://github.com/S7-Works/huggingplace-docs/blob/main/tutorials/02-sessions-and-tracing.md) - [Tutorial 3 — Evaluating LLM output](https://github.com/S7-Works/huggingplace-docs/blob/main/tutorials/03-evaluation.md) - [Tutorial 4 — Red-teaming your model](https://github.com/S7-Works/huggingplace-docs/blob/main/tutorials/04-red-teaming.md) - [Tutorial 5 — Using HuggingPlace from Claude via MCP](https://github.com/S7-Works/huggingplace-docs/blob/main/tutorials/05-mcp-with-claude.md) ## Optional - [Full docs as one file](https://huggingplace.com/llms-full.txt): every page and guide inlined