Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 67a4bbc

Browse files
add Guides pages and update screenshots (#250)
* add Guides pages and update screenshots - Create new "Guides"/tutorial pages (e.g., DevMode, agent logging) - Update storage API screenshots to include added object storage option - Add screenshot for creating a new object storage bucket - Fix internal link from "Agent Data Handling" to "Agent Streaming" * fix: resolve code example issues - Fix inconsistent error variable names in logging examples - Add missing Python imports for code examples - Correct loopback address in DevMode guide (0.0.0.1 to 127.0.0.1) - Replace TODO comment (Object Storage) with actual screenshot - Remove manual `span.end()` calls in tracing examples
1 parent e1f3ba9 commit 67a4bbc

39 files changed

Lines changed: 1653 additions & 29 deletions

content/Cloud/key-value-memory.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ There are two ways to create a new key value instance:
3838
1. From the Services > Key Value page in the Cloud Console
3939
2. In code, using the Agentuity SDK
4040

41+
When creating a key value instance from the Cloud Console, click the **Create Storage** button and select **Key Value Store** from the storage type options.
42+
4143
<ThemeImage baseName="keyvalue-new" alt="New Key Value Memory Storage" />

content/Cloud/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"agents",
77
"vector-memory",
88
"key-value-memory",
9+
"object-storage",
910
"ai-gateway",
1011
"settings"
1112
]

content/Cloud/object-storage.mdx

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Object Storage
3+
description: The Object Storage page is for managing your object storage buckets
4+
---
5+
6+
## Understanding Object Storage
7+
8+
Object storage is designed for storing files, media, and unstructured data, making it ideal for:
9+
10+
- Files and documents
11+
- Images and videos
12+
- Backups and archives
13+
- Static assets
14+
- Large binary data
15+
- Public content delivery
16+
17+
## Viewing Your Object Storage Buckets
18+
19+
When you navigate to the Services > Object Store page in the Cloud Console, you'll see a table listing all your object storage buckets with the following information:
20+
21+
- **Bucket Name**: The name of your object storage bucket
22+
- **Provider**: The storage provider for the bucket
23+
- **Created At**: When the bucket was created
24+
- **Size**: The storage size used by the bucket
25+
- **Num. of Objects**: The number of objects stored in the bucket
26+
27+
You can filter the list of buckets using the search box at the top of the table to quickly find specific buckets by name.
28+
29+
<ThemeImage baseName="object-store" alt="Object Storage Overview" />
30+
31+
## Creating a New Object Storage Bucket
32+
33+
There are two ways to create a new object storage bucket:
34+
35+
1. From the Services > Object Store page in the Cloud Console
36+
2. In code, using the Agentuity SDK
37+
38+
When creating an object storage bucket from the Cloud Console, click the **Create Storage** button and select **Object Store** from the storage type options. You can also choose your preferred storage provider from the dropdown menu, including Agentuity's built-in storage, Google Cloud Storage, or Azure Blob Storage.
39+
40+
<ThemeImage baseName="object-store-new" alt="New Object Storage" />

content/Cloud/vector-memory.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ There are two ways to create a new vector instance:
3737
1. From the Services > Vector page in the Cloud Console
3838
2. In code, using the Agentuity SDK
3939

40+
When creating a vector instance from the Cloud Console, click the **Create Storage** button and select **Vector Database** from the storage type options.
41+
4042
<ThemeImage baseName="vector-new" alt="New Vector Memory Storage" />

content/Guides/.agent-logging.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

content/Guides/.agent-telemetry.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

content/Guides/.agent-tracing.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

content/Guides/.ai-gateway.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

content/Guides/.devmode.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

content/Guides/.key-value.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)