Skip to main content
AI Spaces are interactive hubs built by people around topics they care about. Each Space is a living environment packed with curated data, files, AI skills, videos, tools, and whatever else the creator wants to share.

What is a Space?

Every Zark account starts with a Personal Space — your private home base with 50 GB of cloud storage and a built-in AI that can work with everything in it. Beyond your Personal Space, you can create and share AI Spaces — topic-specific environments designed for collaboration, exploration, and sharing. A Space isn’t just storage. It’s an intelligent environment where:
  • Files live — documents, videos, photos, data, code
  • AI works — every Space has its own AI that understands the content inside it
  • Skills connect — Marketplace skills and API integrations are scoped per Space
  • People collaborate — share your Space publicly or invite specific people

What People Build

AI Spaces are flexible — people use them for everything:
Space typeWhat’s inside
Health & WellnessResearch papers, nutrition data, workout plans, expert videos, live Q&As
CookingRecipe collections, ingredient databases, step-by-step tutorials, meal planning AI
Crypto TradingReal-time on-chain analytics, market feeds, strategy breakdowns, live streams
PhotographyEditing tutorials, AI-powered tools, curated galleries, community challenges
GamingLeaderboards, strategy guides, live gameplay streams, community-built mods
ResearchPapers, datasets, analysis tools, collaboration workflows
EducationCourse materials, interactive exercises, study guides, progress tracking

Personal Space

Your Personal Space is created automatically when you sign up. It’s private by default and includes:
  • 50 GB cloud storage — upload any file type
  • Built-in AI — chat with your files, search, create, analyze
  • All core tools — web search, image generation, video creation, data queries, code execution
  • Marketplace access — discover and use community skills
Everything in your Personal Space is private to you unless you explicitly share it.

Creating a Share Space

Create a Space around any topic and fill it with content:
1

Create a new Space

From your dashboard, create a new Space and give it a name and description
2

Add content

Upload files, connect data sources, configure AI skills, add videos and media
3

Customize the AI

The Space AI automatically understands all content inside it — no configuration needed
4

Share it

Make your Space public for anyone to explore, or invite specific people with controlled access

Sharing and Access

Access levelDescription
PrivateOnly you can see and use the Space
Invite-onlySpecific people you invite can access the Space
PublicAnyone can discover, explore, and interact with the Space

Discovery

You can explore and discover Spaces across every topic — browse what’s trending, dive into something new, or find Spaces created by people you follow. Each Space is searchable by topic, content type, and creator.

Via the API

API requests are scoped to a Space via the workspace_id parameter. Every file, query, and tool execution happens within the context of a specific Space:
{
  "messages": [
    {"role": "user", "content": "What files are in this Space?"}
  ],
  "workspace_id": "wks-xxxxx",
  "tools": ["file_manager"],
  "tool_choice": "auto"
}
Different Spaces may have different files, data tables, and Marketplace skills available.