# BenchGen ## Docs - [Action Asset Library](https://docs.benchgen.com/agentspace/action-asset-library.md): Reuse preconfigured Actions instead of rebuilding from scratch. - [Agent Concepts](https://docs.benchgen.com/agentspace/agent-concepts.md): Understand what an agent is, how it works, and when to use one. - [Agent Connections](https://docs.benchgen.com/agentspace/agent-connections.md): Securely integrate your Agentspace agents with external platforms and services. - [Agent-to-Agent (A2A) Connection](https://docs.benchgen.com/agentspace/agent-to-agent-integration-guide.md): Step-by-step guide to connecting your Agentspace agent using the SSE protocol. - [Connect Custom Coder Agent](https://docs.benchgen.com/agentspace/connect-custom-coder-agent.md): Connect your custom UBOS Agentspace coder agent to VS Code using the Cline extension. - [How to Create an Action](https://docs.benchgen.com/agentspace/how-to-create-action.md): Step-by-step guide to adding a new Action to a Topic in Agentspace. - [How to Create an Agent](https://docs.benchgen.com/agentspace/how-to-create-agent.md): Step-by-step guide to creating an agent from scratch or using a template in Agentspace. - [How to Create a Topic](https://docs.benchgen.com/agentspace/how-to-create-topic.md): Step-by-step guide to adding a new Topic to your agent in Agentspace. - [What Is a Topic](https://docs.benchgen.com/agentspace/topic-concepts.md): Learn how Topics define what your agent can do, when it engages, and how it behaves. - [Using AI to Generate a Topic](https://docs.benchgen.com/agentspace/using-ai-to-generate-topic.md): Bootstrap a Topic definition from a natural language prompt using the Generate with AI feature. - [Using Topic Templates](https://docs.benchgen.com/agentspace/using-topic-templates.md): Accelerate consistent Topic creation using pre-built classification, scope, and instruction patterns. - [Overview](https://docs.benchgen.com/agentspace/welcome.md): Your dedicated area for managing, building, and exploring AI agents on the UBOS platform. - [What Is an Action](https://docs.benchgen.com/agentspace/what-is-an-action.md): Learn how Actions are the executable units that let your agent do real work. - [Create Plant](https://docs.benchgen.com/api-reference/endpoint/create.md): Creates a new plant in the store - [Delete Plant](https://docs.benchgen.com/api-reference/endpoint/delete.md): Deletes a single plant based on the ID supplied - [Get Plants](https://docs.benchgen.com/api-reference/endpoint/get.md): Returns all plants from the system that the user has access to - [New Plant](https://docs.benchgen.com/api-reference/endpoint/webhook.md): Information about a new plant added to the store - [Introduction](https://docs.benchgen.com/api-reference/introduction.md): Example section for showcasing API endpoints - [Export Datasets → Train](https://docs.benchgen.com/eval/export-datasets.md): Export failing benchmark cases as a labeled dataset to kick off a fine-tuning run in Train. - [Overview](https://docs.benchgen.com/eval/overview.md): What Eval does, when to use it, and what it hands off to Train and Agents. - [Read Results](https://docs.benchgen.com/eval/read-results.md): Understand the benchmark results report and what the metrics mean. - [Run a Benchmark](https://docs.benchgen.com/eval/run-a-benchmark.md): Step-by-step guide to running a model against a benchmark in Eval. - [Upload a Model](https://docs.benchgen.com/eval/upload-a-model.md): Connect or upload a model to evaluate in Eval. - [Introduction](https://docs.benchgen.com/index.md): The infrastructure for self-improving agents. BenchGen is a Synthetic Data Factory that creates a digital twin of your business. - [Self-Improvement Loop](https://docs.benchgen.com/mlops-loop.md): How BenchGen's Simulate → Train → Generate cycle creates self-improving agents from your enterprise data. - [Fine-tune a Model](https://docs.benchgen.com/train/fine-tune-a-model.md): Configure and launch a LoRA fine-tuning run on your dataset. - [Merge a LoRA Adapter](https://docs.benchgen.com/train/merge-lora-adapter.md): Merge a trained LoRA adapter back into the base model to produce a deployable checkpoint. - [Overview](https://docs.benchgen.com/train/overview.md): What Train does, when to use it, and what it hands off to Eval and Agents. - [Run Inference](https://docs.benchgen.com/train/run-inference.md): Test your fine-tuned model directly inside Train before deploying to Agents or Eval. - [Upload a Dataset](https://docs.benchgen.com/train/upload-a-dataset.md): Prepare and upload a training dataset for fine-tuning in Train. ## OpenAPI Specs - [openapi](https://docs.benchgen.com/api-reference/openapi.json)