/
ON
oneloop-hq
/
Feather API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
oneloop-hq
Feather API
put
Update an agent revision
v1
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-06-30
491
704
2.1 MB
agents
Update an agent revision
put
/v1/agents/revisions/{revision_id}
Path parameters
revision_id
string
uuid
required
Request body
AgentRevisionUpdate
required
name
string
nullable
description
string
nullable
persona
string
nullable
system_prompt
string
nullable
global_skill_ids
string[]
nullable
context_variables
ContextVarSpec[]
nullable
variable_defaults
object
nullable
tool_refs
ToolRef[]
nullable
knowledge_base_refs
KnowledgeBaseRef[]
nullable
policies_enabled
boolean
nullable
policy_refs
PolicyRefSpec[]
nullable
channel_specific_config
object
nullable
router_config_id
string
uuid
nullable
model_settings
ModelChainEntry
kb_clearance_level
integer
nullable
kb_audience_tags
string[]
nullable
Response
Successful Response
AgentRevisionResponse
required
id
string
uuid
required
agent_id
string
uuid
required
name
string
required
description
string
nullable
persona
string
nullable
system_prompt
string
nullable
global_skill_ids
string[]
nullable
context_variables
ContextVarSpec[]
nullable
variable_defaults
object
nullable
tool_refs
object[]
nullable
knowledge_base_refs
object[]
nullable
policies_enabled
boolean
policy_refs
object[]
nullable
channel_specific_config
object
nullable
router_config_id
string
uuid
nullable
model_settings
ModelChainEntry
kb_clearance_level
integer
nullable
kb_audience_tags
string[]
created_by
string
nullable
created_at
string
date-time
required
updated_at
string
date-time
required