AlomanaAlomanaAlomana Docs
Agents

Agents

Agents are workspace resources assembled from reusable parts: a model, system prompt, tools, skills, knowledge scope, and external connections.

An agent belongs to a selected space. Central Hub stores its configuration and each run receives the authenticated user, space, selected files, and resolved connector credentials.

Authentication

Send a bearer token for a user request or a scoped API key for a service integration. Include the selected workspace on every space-scoped request:

Authorization: Bearer <oidc-token>
X-Space-Slug: acme

For API-key calls, replace the first header with X-API-Key: sk-....

Agent building blocks

PartConfiguration
Modelmodel_config_id
Promptsystem_prompt or prompt_template_id
Runtime toolstool_names
Reusable instructionsenabled_skill_slugs, enabled_skill_set_slugs
Files knowledgeenabled_file_scope
Data and SaaS accessenabled_connection_ids
Remote toolsenabled_mcp_connection_ids

The create and configure guide shows the complete payload. The Agents API reference contains every current endpoint.

On this page