Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
defaultOrgConfig
Function defaultOrgConfig
defaultOrgConfig
(
enterpriseName
?:
string
,
)
:
{
enterpriseId
:
string
;
enterpriseName
:
string
;
memberships
:
{
agentId
:
string
;
nodeIds
:
string
[]
;
weight
:
number
}
[]
;
nodes
:
{
id
:
string
;
name
:
string
;
parentId
:
string
|
null
;
type
:
"ENTERPRISE"
|
"TEAM"
|
"FUNCTION"
|
"PROCESS"
|
"ECOSYSTEM"
;
}
[]
;
policies
:
{
defaultsByNode
:
Record
<
string
,
{
actionPolicyRef
?:
string
;
budgetsRef
?:
string
;
gatePolicyRef
?:
string
;
outcomeContractRef
?:
string
;
riskTierDefault
?:
"low"
|
"med"
|
"high"
|
"critical"
;
}
,
>
;
inheritance
:
{
enabled
:
boolean
}
;
}
;
version
:
1
;
}
Parameters
enterpriseName
:
string
= "AMC Enterprise"
Returns
{
enterpriseId
:
string
;
enterpriseName
:
string
;
memberships
:
{
agentId
:
string
;
nodeIds
:
string
[]
;
weight
:
number
}
[]
;
nodes
:
{
id
:
string
;
name
:
string
;
parentId
:
string
|
null
;
type
:
"ENTERPRISE"
|
"TEAM"
|
"FUNCTION"
|
"PROCESS"
|
"ECOSYSTEM"
;
}
[]
;
policies
:
{
defaultsByNode
:
Record
<
string
,
{
actionPolicyRef
?:
string
;
budgetsRef
?:
string
;
gatePolicyRef
?:
string
;
outcomeContractRef
?:
string
;
riskTierDefault
?:
"low"
|
"med"
|
"high"
|
"critical"
;
}
,
>
;
inheritance
:
{
enabled
:
boolean
}
;
}
;
version
:
1
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...