Skip to main content
POST
Coding Agent Interactive

Authorizations

Authorization
string
header
required

SambaNova API Key

Body

application/json

Request for coding interactive agent json object

code
string
required

Code to run

prompt
string
required

The main prompt for the coding interactive agent

resume
boolean
default:false

Whether to describe the results or not

thread_id
string | null

thread id for persistent context

Response

Successful Response

Base agent response object

status
string
required

status of agent gereneration

result
string
required

results description

artifacts
string[]
required

generated artifacts

id of generated artifact

thread_id
string
required

thread id for persistent context