Import an Agent Configpost {protocol}://{base-url}/ai/api/v1/config/agent/importImport an Agent Config from a portable export payload.Body ParamsPortable agent configuration for export/import across instances.namestringrequiredDisplay name of the agent.descriptionstringnullDescription of the agent's purpose.promptstringrequiredSystem prompt that defines the agent's behavior.modestringenumDefaults to tool_callExecution mode: tool_call or codemode.tool_callcodemodeAllowed:tool_callcodemodeskill_namesarray of stringsSkill names for codemode agents.Skill NamesADD stringtagsarray of stringsTags for categorization.TagsADD stringinput_json_schemaobject | nullJSON schema for agent input.Input Json Schema object | nulloutput_json_schemaobject | nullJSON schema for agent output.Output Json Schema object | nullpublished_statusstringenumDefaults to draftPublication status of the agent on the source instance.draftpublishedAllowed:draftpublishedllmobjectrequiredLLM configuration reference.LLMExport objectllm_extra_configobject | nullProvider-specific LLM settings (e.g. reasoning effort, extended thinking). Applied on import only when the same LLM provider is available on the target.Llm Extra Config object | nulltoolsarray of objectsTool configurations.ToolsADD objectparameter_bindingsarray | nullParameter bindings for each tool, in the same order as tools.Parameter Bindings array | nullResponses 201Successful Response 401Authentication required. No valid session cookie or bearer token provided, or authentication failed. 422Validation Error 500Internal server error during request processing.Updated 3 days ago Export an Agent ConfigAdd tags to an Agent ConfigDid this page help you?YesNo