Getting Started

Dashboard

Getting Started

Quick Setup

Creating Your First Workspace

Workspaces help you organize different use cases and apply consistent instructions across all sessions.

Example: Create a customer support workspace


curl -X POST "https://www.giostech.com/create-workspace?api=YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
  "workspace_id": "customer_support",
  "instructions": "Always respond in a polite and professional tone. Provide clear, step-by-step solutions."
}'