Skip to Content
Anuma SDKClientInternalType AliasesHandlersCreateAgentRequest

HandlersCreateAgentRequest

HandlersCreateAgentRequest = object

Defined in: src/client/types.gen.ts:459 

Properties

agent_server_url?

optional agent_server_url: string

Defined in: src/client/types.gen.ts:463 

AgentServerURL is the URL of the agent’s server runtime endpoint.


category?

optional category: string

Defined in: src/client/types.gen.ts:467 

Category groups agents by use case.


color?

optional color: string

Defined in: src/client/types.gen.ts:471 

Color is a hex or CSS variable for agent theming.


description?

optional description: string

Defined in: src/client/types.gen.ts:475 

Description is a short description of the agent’s purpose.


display_order?

optional display_order: number

Defined in: src/client/types.gen.ts:479 

DisplayOrder controls the sort position in listing endpoints (lower = first).


example_conversations?

optional example_conversations: object[]

Defined in: src/client/types.gen.ts:483 

ExampleConversations is a list of sample Q&A pairs for the marketplace.

Index Signature

[key: string]: string


features?

optional features: string[]

Defined in: src/client/types.gen.ts:489 

Features is a list of user-facing capability descriptions.


icon_url?

optional icon_url: string

Defined in: src/client/types.gen.ts:493 

IconURL is the URL to the agent’s icon.


optional is_featured: boolean

Defined in: src/client/types.gen.ts:497 

IsFeatured indicates whether to highlight the agent in the marketplace.


model_config?

optional model_config: object

Defined in: src/client/types.gen.ts:501 

ModelConfig is the model whitelist, display names, and descriptions.

Index Signature

[key: string]: unknown


name?

optional name: string

Defined in: src/client/types.gen.ts:507 

Name is the human-readable name of the agent.


parent_id?

optional parent_id: number

Defined in: src/client/types.gen.ts:511 

ParentID is the optional parent agent ID for sub-agent relationships.


optional recommended_model: string

Defined in: src/client/types.gen.ts:515 

RecommendedModel is the suggested default model.


runtimes?

optional runtimes: string[]

Defined in: src/client/types.gen.ts:519 

Runtimes is the list of runtime environments the agent supports (e.g., “client”, “server”).


skills?

optional skills: string[]

Defined in: src/client/types.gen.ts:523 

Skills is the list of skill identifiers bound to this agent.


status?

optional status: string

Defined in: src/client/types.gen.ts:527 

Status is the agent’s availability: “active”, “coming_soon”, or “disabled”.


system_prompt?

optional system_prompt: string

Defined in: src/client/types.gen.ts:531 

SystemPrompt is the curated system prompt.


tagline?

optional tagline: string

Defined in: src/client/types.gen.ts:535 

Tagline is a short one-liner for marketplace cards.

Last updated on