Skip to main content
POST
Generate suggested actions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body schema.

cacheKey
string

Cache key for suggested actions.

messageUuid
string<uuid>

Message identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$
systemPrompt
string

System prompt to use for generation.

contextPrompt
string

Additional context for generation.

agentUuid
string<uuid>

Agent identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$
actions
Actions · object[]

Actions available for generation.

resources
Resources · object[]

Resources available for generation.

capabilities
Capabilities · object[]

Capabilities available for generation.

Response

Successful response

suggestedActions
Suggested actions · object[]
required

Generated suggested actions.