1. Packages
  2. DigitalOcean Provider
  3. API Docs
  4. GradientaiAgent
DigitalOcean v4.57.0 published on Thursday, Feb 12, 2026 by Pulumi
digitalocean logo
DigitalOcean v4.57.0 published on Thursday, Feb 12, 2026 by Pulumi

    Create GradientaiAgent Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new GradientaiAgent(name: string, args: GradientaiAgentArgs, opts?: CustomResourceOptions);
    @overload
    def GradientaiAgent(resource_name: str,
                        args: GradientaiAgentArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def GradientaiAgent(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        instruction: Optional[str] = None,
                        region: Optional[str] = None,
                        project_id: Optional[str] = None,
                        model_uuid: Optional[str] = None,
                        deployments: Optional[Sequence[GradientaiAgentDeploymentArgs]] = None,
                        open_ai_api_keys: Optional[Sequence[GradientaiAgentOpenAiApiKeyArgs]] = None,
                        chatbots: Optional[Sequence[GradientaiAgentChatbotArgs]] = None,
                        child_agents: Optional[Sequence[GradientaiAgentChildAgentArgs]] = None,
                        created_at: Optional[str] = None,
                        agent_guardrails: Optional[Sequence[GradientaiAgentAgentGuardrailArgs]] = None,
                        description: Optional[str] = None,
                        functions: Optional[Sequence[GradientaiAgentFunctionArgs]] = None,
                        if_case: Optional[str] = None,
                        api_keys: Optional[Sequence[GradientaiAgentApiKeyArgs]] = None,
                        k: Optional[int] = None,
                        knowledge_base_uuids: Optional[Sequence[str]] = None,
                        knowledge_bases: Optional[Sequence[GradientaiAgentKnowledgeBaseArgs]] = None,
                        max_tokens: Optional[int] = None,
                        api_key_infos: Optional[Sequence[GradientaiAgentApiKeyInfoArgs]] = None,
                        models: Optional[Sequence[GradientaiAgentModelArgs]] = None,
                        name: Optional[str] = None,
                        chatbot_identifiers: Optional[Sequence[GradientaiAgentChatbotIdentifierArgs]] = None,
                        open_ai_key_uuid: Optional[str] = None,
                        parent_agents: Optional[Sequence[GradientaiAgentParentAgentArgs]] = None,
                        anthropic_key_uuid: Optional[str] = None,
                        provide_citations: Optional[bool] = None,
                        anthropic_api_keys: Optional[Sequence[GradientaiAgentAnthropicApiKeyArgs]] = None,
                        retrieval_method: Optional[str] = None,
                        route_created_by: Optional[str] = None,
                        route_name: Optional[str] = None,
                        route_uuid: Optional[str] = None,
                        tags: Optional[Sequence[str]] = None,
                        temperature: Optional[float] = None,
                        templates: Optional[Sequence[GradientaiAgentTemplateArgs]] = None,
                        top_p: Optional[float] = None,
                        url: Optional[str] = None,
                        user_id: Optional[str] = None)
    func NewGradientaiAgent(ctx *Context, name string, args GradientaiAgentArgs, opts ...ResourceOption) (*GradientaiAgent, error)
    public GradientaiAgent(string name, GradientaiAgentArgs args, CustomResourceOptions? opts = null)
    public GradientaiAgent(String name, GradientaiAgentArgs args)
    public GradientaiAgent(String name, GradientaiAgentArgs args, CustomResourceOptions options)
    
    type: digitalocean:GradientaiAgent
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args GradientaiAgentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GradientaiAgentArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GradientaiAgentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GradientaiAgentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GradientaiAgentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var gradientaiAgentResource = new DigitalOcean.GradientaiAgent("gradientaiAgentResource", new()
    {
        Instruction = "string",
        Region = "string",
        ProjectId = "string",
        ModelUuid = "string",
        Deployments = new[]
        {
            new DigitalOcean.Inputs.GradientaiAgentDeploymentArgs
            {
                CreatedAt = "string",
                Name = "string",
                Status = "string",
                UpdatedAt = "string",
                Url = "string",
                Uuid = "string",
                Visibility = "string",
            },
        },
        OpenAiApiKeys = new[]
        {
            new DigitalOcean.Inputs.GradientaiAgentOpenAiApiKeyArgs
            {
                CreatedAt = "string",
                CreatedBy = "string",
                DeletedAt = "string",
                Name = "string",
                UpdatedAt = "string",
                Uuid = "string",
            },
        },
        Chatbots = new[]
        {
            new DigitalOcean.Inputs.GradientaiAgentChatbotArgs
            {
                ButtonBackgroundColor = "string",
                Logo = "string",
                Name = "string",
                PrimaryColor = "string",
                SecondaryColor = "string",
                StartingMessage = "string",
            },
        },
        ChildAgents = new[]
        {
            new DigitalOcean.Inputs.GradientaiAgentChildAgentArgs
            {
                Instruction = "string",
                Region = "string",
                ProjectId = "string",
                Name = "string",
                ModelUuid = "string",
                ApiKeys = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentChildAgentApiKeyArgs
                    {
                        ApiKey = "string",
                    },
                },
                Deployments = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentChildAgentDeploymentArgs
                    {
                        CreatedAt = "string",
                        Name = "string",
                        Status = "string",
                        UpdatedAt = "string",
                        Url = "string",
                        Uuid = "string",
                        Visibility = "string",
                    },
                },
                Description = "string",
                Chatbots = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentChildAgentChatbotArgs
                    {
                        ButtonBackgroundColor = "string",
                        Logo = "string",
                        Name = "string",
                        PrimaryColor = "string",
                        SecondaryColor = "string",
                        StartingMessage = "string",
                    },
                },
                ChatbotIdentifiers = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentChildAgentChatbotIdentifierArgs
                    {
                        ChatbotId = "string",
                    },
                },
                AgentId = "string",
                ApiKeyInfos = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentChildAgentApiKeyInfoArgs
                    {
                        CreatedAt = "string",
                        CreatedBy = "string",
                        DeletedAt = "string",
                        Name = "string",
                        SecretKey = "string",
                        Uuid = "string",
                    },
                },
                AnthropicApiKeys = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentChildAgentAnthropicApiKeyArgs
                    {
                        CreatedAt = "string",
                        CreatedBy = "string",
                        DeletedAt = "string",
                        Name = "string",
                        UpdatedAt = "string",
                        Uuid = "string",
                    },
                },
            },
        },
        CreatedAt = "string",
        AgentGuardrails = new[]
        {
            new DigitalOcean.Inputs.GradientaiAgentAgentGuardrailArgs
            {
                AgentUuid = "string",
                CreatedAt = "string",
                DefaultResponse = "string",
                Description = "string",
                GuardrailUuid = "string",
                IsAttached = false,
                IsDefault = false,
                Name = "string",
                Priority = 0,
                Type = "string",
                UpdatedAt = "string",
                Uuid = "string",
            },
        },
        Description = "string",
        Functions = new[]
        {
            new DigitalOcean.Inputs.GradientaiAgentFunctionArgs
            {
                ApiKey = "string",
                CreatedAt = "string",
                Description = "string",
                Faasname = "string",
                Faasnamespace = "string",
                GuardrailUuid = "string",
                Name = "string",
                UpdatedAt = "string",
                Url = "string",
                Uuid = "string",
            },
        },
        IfCase = "string",
        ApiKeys = new[]
        {
            new DigitalOcean.Inputs.GradientaiAgentApiKeyArgs
            {
                ApiKey = "string",
            },
        },
        K = 0,
        KnowledgeBaseUuids = new[]
        {
            "string",
        },
        KnowledgeBases = new[]
        {
            new DigitalOcean.Inputs.GradientaiAgentKnowledgeBaseArgs
            {
                AddedToAgentAt = "string",
                CreatedAt = "string",
                DatabaseId = "string",
                EmbeddingModelUuid = "string",
                IsPublic = false,
                LastIndexingJob = new DigitalOcean.Inputs.GradientaiAgentKnowledgeBaseLastIndexingJobArgs
                {
                    CompletedDatasources = 0,
                    CreatedAt = "string",
                    DataSourceUuids = new[]
                    {
                        "string",
                    },
                    FinishedAt = "string",
                    KnowledgeBaseUuid = "string",
                    Phase = "string",
                    StartedAt = "string",
                    Tokens = 0,
                    TotalDatasources = 0,
                    UpdatedAt = "string",
                    Uuid = "string",
                },
                Name = "string",
                ProjectId = "string",
                Region = "string",
                Tags = new[]
                {
                    "string",
                },
                UpdatedAt = "string",
                UserId = "string",
                Uuid = "string",
            },
        },
        MaxTokens = 0,
        ApiKeyInfos = new[]
        {
            new DigitalOcean.Inputs.GradientaiAgentApiKeyInfoArgs
            {
                CreatedAt = "string",
                CreatedBy = "string",
                DeletedAt = "string",
                Name = "string",
                SecretKey = "string",
                Uuid = "string",
            },
        },
        Models = new[]
        {
            new DigitalOcean.Inputs.GradientaiAgentModelArgs
            {
                Agreements = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentModelAgreementArgs
                    {
                        Description = "string",
                        Name = "string",
                        Url = "string",
                        Uuid = "string",
                    },
                },
                CreatedAt = "string",
                InferenceName = "string",
                InferenceVersion = "string",
                IsFoundational = false,
                Name = "string",
                ParentUuid = "string",
                Provider = "string",
                UpdatedAt = "string",
                UploadComplete = false,
                Url = "string",
                Usecases = new[]
                {
                    "string",
                },
                Versions = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentModelVersionArgs
                    {
                        Major = 0,
                        Minor = 0,
                        Patch = 0,
                    },
                },
            },
        },
        Name = "string",
        ChatbotIdentifiers = new[]
        {
            new DigitalOcean.Inputs.GradientaiAgentChatbotIdentifierArgs
            {
                ChatbotId = "string",
            },
        },
        OpenAiKeyUuid = "string",
        ParentAgents = new[]
        {
            new DigitalOcean.Inputs.GradientaiAgentParentAgentArgs
            {
                Instruction = "string",
                Region = "string",
                ProjectId = "string",
                Name = "string",
                ModelUuid = "string",
                ApiKeys = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentParentAgentApiKeyArgs
                    {
                        ApiKey = "string",
                    },
                },
                Deployments = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentParentAgentDeploymentArgs
                    {
                        CreatedAt = "string",
                        Name = "string",
                        Status = "string",
                        UpdatedAt = "string",
                        Url = "string",
                        Uuid = "string",
                        Visibility = "string",
                    },
                },
                Description = "string",
                Chatbots = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentParentAgentChatbotArgs
                    {
                        ButtonBackgroundColor = "string",
                        Logo = "string",
                        Name = "string",
                        PrimaryColor = "string",
                        SecondaryColor = "string",
                        StartingMessage = "string",
                    },
                },
                ChatbotIdentifiers = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentParentAgentChatbotIdentifierArgs
                    {
                        ChatbotId = "string",
                    },
                },
                AgentId = "string",
                ApiKeyInfos = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentParentAgentApiKeyInfoArgs
                    {
                        CreatedAt = "string",
                        CreatedBy = "string",
                        DeletedAt = "string",
                        Name = "string",
                        SecretKey = "string",
                        Uuid = "string",
                    },
                },
                AnthropicApiKeys = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentParentAgentAnthropicApiKeyArgs
                    {
                        CreatedAt = "string",
                        CreatedBy = "string",
                        DeletedAt = "string",
                        Name = "string",
                        UpdatedAt = "string",
                        Uuid = "string",
                    },
                },
            },
        },
        AnthropicKeyUuid = "string",
        ProvideCitations = false,
        AnthropicApiKeys = new[]
        {
            new DigitalOcean.Inputs.GradientaiAgentAnthropicApiKeyArgs
            {
                CreatedAt = "string",
                CreatedBy = "string",
                DeletedAt = "string",
                Name = "string",
                UpdatedAt = "string",
                Uuid = "string",
            },
        },
        RetrievalMethod = "string",
        RouteCreatedBy = "string",
        RouteName = "string",
        RouteUuid = "string",
        Tags = new[]
        {
            "string",
        },
        Temperature = 0,
        Templates = new[]
        {
            new DigitalOcean.Inputs.GradientaiAgentTemplateArgs
            {
                CreatedAt = "string",
                Description = "string",
                Instruction = "string",
                K = 0,
                KnowledgeBases = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentTemplateKnowledgeBaseArgs
                    {
                        AddedToAgentAt = "string",
                        CreatedAt = "string",
                        DatabaseId = "string",
                        EmbeddingModelUuid = "string",
                        IsPublic = false,
                        LastIndexingJob = new DigitalOcean.Inputs.GradientaiAgentTemplateKnowledgeBaseLastIndexingJobArgs
                        {
                            CompletedDatasources = 0,
                            CreatedAt = "string",
                            DataSourceUuids = new[]
                            {
                                "string",
                            },
                            FinishedAt = "string",
                            KnowledgeBaseUuid = "string",
                            Phase = "string",
                            StartedAt = "string",
                            Tokens = 0,
                            TotalDatasources = 0,
                            UpdatedAt = "string",
                            Uuid = "string",
                        },
                        Name = "string",
                        ProjectId = "string",
                        Region = "string",
                        Tags = new[]
                        {
                            "string",
                        },
                        UpdatedAt = "string",
                        UserId = "string",
                        Uuid = "string",
                    },
                },
                MaxTokens = 0,
                Models = new[]
                {
                    new DigitalOcean.Inputs.GradientaiAgentTemplateModelArgs
                    {
                        Agreements = new[]
                        {
                            new DigitalOcean.Inputs.GradientaiAgentTemplateModelAgreementArgs
                            {
                                Description = "string",
                                Name = "string",
                                Url = "string",
                                Uuid = "string",
                            },
                        },
                        CreatedAt = "string",
                        InferenceName = "string",
                        InferenceVersion = "string",
                        IsFoundational = false,
                        Name = "string",
                        ParentUuid = "string",
                        Provider = "string",
                        UpdatedAt = "string",
                        UploadComplete = false,
                        Url = "string",
                        Usecases = new[]
                        {
                            "string",
                        },
                        Versions = new[]
                        {
                            new DigitalOcean.Inputs.GradientaiAgentTemplateModelVersionArgs
                            {
                                Major = 0,
                                Minor = 0,
                                Patch = 0,
                            },
                        },
                    },
                },
                Name = "string",
                Temperature = 0,
                TopP = 0,
                UpdatedAt = "string",
                Uuid = "string",
            },
        },
        TopP = 0,
        Url = "string",
        UserId = "string",
    });
    
    example, err := digitalocean.NewGradientaiAgent(ctx, "gradientaiAgentResource", &digitalocean.GradientaiAgentArgs{
    	Instruction: pulumi.String("string"),
    	Region:      pulumi.String("string"),
    	ProjectId:   pulumi.String("string"),
    	ModelUuid:   pulumi.String("string"),
    	Deployments: digitalocean.GradientaiAgentDeploymentArray{
    		&digitalocean.GradientaiAgentDeploymentArgs{
    			CreatedAt:  pulumi.String("string"),
    			Name:       pulumi.String("string"),
    			Status:     pulumi.String("string"),
    			UpdatedAt:  pulumi.String("string"),
    			Url:        pulumi.String("string"),
    			Uuid:       pulumi.String("string"),
    			Visibility: pulumi.String("string"),
    		},
    	},
    	OpenAiApiKeys: digitalocean.GradientaiAgentOpenAiApiKeyArray{
    		&digitalocean.GradientaiAgentOpenAiApiKeyArgs{
    			CreatedAt: pulumi.String("string"),
    			CreatedBy: pulumi.String("string"),
    			DeletedAt: pulumi.String("string"),
    			Name:      pulumi.String("string"),
    			UpdatedAt: pulumi.String("string"),
    			Uuid:      pulumi.String("string"),
    		},
    	},
    	Chatbots: digitalocean.GradientaiAgentChatbotArray{
    		&digitalocean.GradientaiAgentChatbotArgs{
    			ButtonBackgroundColor: pulumi.String("string"),
    			Logo:                  pulumi.String("string"),
    			Name:                  pulumi.String("string"),
    			PrimaryColor:          pulumi.String("string"),
    			SecondaryColor:        pulumi.String("string"),
    			StartingMessage:       pulumi.String("string"),
    		},
    	},
    	ChildAgents: digitalocean.GradientaiAgentChildAgentArray{
    		&digitalocean.GradientaiAgentChildAgentArgs{
    			Instruction: pulumi.String("string"),
    			Region:      pulumi.String("string"),
    			ProjectId:   pulumi.String("string"),
    			Name:        pulumi.String("string"),
    			ModelUuid:   pulumi.String("string"),
    			ApiKeys: digitalocean.GradientaiAgentChildAgentApiKeyArray{
    				&digitalocean.GradientaiAgentChildAgentApiKeyArgs{
    					ApiKey: pulumi.String("string"),
    				},
    			},
    			Deployments: digitalocean.GradientaiAgentChildAgentDeploymentArray{
    				&digitalocean.GradientaiAgentChildAgentDeploymentArgs{
    					CreatedAt:  pulumi.String("string"),
    					Name:       pulumi.String("string"),
    					Status:     pulumi.String("string"),
    					UpdatedAt:  pulumi.String("string"),
    					Url:        pulumi.String("string"),
    					Uuid:       pulumi.String("string"),
    					Visibility: pulumi.String("string"),
    				},
    			},
    			Description: pulumi.String("string"),
    			Chatbots: digitalocean.GradientaiAgentChildAgentChatbotArray{
    				&digitalocean.GradientaiAgentChildAgentChatbotArgs{
    					ButtonBackgroundColor: pulumi.String("string"),
    					Logo:                  pulumi.String("string"),
    					Name:                  pulumi.String("string"),
    					PrimaryColor:          pulumi.String("string"),
    					SecondaryColor:        pulumi.String("string"),
    					StartingMessage:       pulumi.String("string"),
    				},
    			},
    			ChatbotIdentifiers: digitalocean.GradientaiAgentChildAgentChatbotIdentifierArray{
    				&digitalocean.GradientaiAgentChildAgentChatbotIdentifierArgs{
    					ChatbotId: pulumi.String("string"),
    				},
    			},
    			AgentId: pulumi.String("string"),
    			ApiKeyInfos: digitalocean.GradientaiAgentChildAgentApiKeyInfoArray{
    				&digitalocean.GradientaiAgentChildAgentApiKeyInfoArgs{
    					CreatedAt: pulumi.String("string"),
    					CreatedBy: pulumi.String("string"),
    					DeletedAt: pulumi.String("string"),
    					Name:      pulumi.String("string"),
    					SecretKey: pulumi.String("string"),
    					Uuid:      pulumi.String("string"),
    				},
    			},
    			AnthropicApiKeys: digitalocean.GradientaiAgentChildAgentAnthropicApiKeyArray{
    				&digitalocean.GradientaiAgentChildAgentAnthropicApiKeyArgs{
    					CreatedAt: pulumi.String("string"),
    					CreatedBy: pulumi.String("string"),
    					DeletedAt: pulumi.String("string"),
    					Name:      pulumi.String("string"),
    					UpdatedAt: pulumi.String("string"),
    					Uuid:      pulumi.String("string"),
    				},
    			},
    		},
    	},
    	CreatedAt: pulumi.String("string"),
    	AgentGuardrails: digitalocean.GradientaiAgentAgentGuardrailArray{
    		&digitalocean.GradientaiAgentAgentGuardrailArgs{
    			AgentUuid:       pulumi.String("string"),
    			CreatedAt:       pulumi.String("string"),
    			DefaultResponse: pulumi.String("string"),
    			Description:     pulumi.String("string"),
    			GuardrailUuid:   pulumi.String("string"),
    			IsAttached:      pulumi.Bool(false),
    			IsDefault:       pulumi.Bool(false),
    			Name:            pulumi.String("string"),
    			Priority:        pulumi.Int(0),
    			Type:            pulumi.String("string"),
    			UpdatedAt:       pulumi.String("string"),
    			Uuid:            pulumi.String("string"),
    		},
    	},
    	Description: pulumi.String("string"),
    	Functions: digitalocean.GradientaiAgentFunctionArray{
    		&digitalocean.GradientaiAgentFunctionArgs{
    			ApiKey:        pulumi.String("string"),
    			CreatedAt:     pulumi.String("string"),
    			Description:   pulumi.String("string"),
    			Faasname:      pulumi.String("string"),
    			Faasnamespace: pulumi.String("string"),
    			GuardrailUuid: pulumi.String("string"),
    			Name:          pulumi.String("string"),
    			UpdatedAt:     pulumi.String("string"),
    			Url:           pulumi.String("string"),
    			Uuid:          pulumi.String("string"),
    		},
    	},
    	IfCase: pulumi.String("string"),
    	ApiKeys: digitalocean.GradientaiAgentApiKeyArray{
    		&digitalocean.GradientaiAgentApiKeyArgs{
    			ApiKey: pulumi.String("string"),
    		},
    	},
    	K: pulumi.Int(0),
    	KnowledgeBaseUuids: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	KnowledgeBases: digitalocean.GradientaiAgentKnowledgeBaseArray{
    		&digitalocean.GradientaiAgentKnowledgeBaseArgs{
    			AddedToAgentAt:     pulumi.String("string"),
    			CreatedAt:          pulumi.String("string"),
    			DatabaseId:         pulumi.String("string"),
    			EmbeddingModelUuid: pulumi.String("string"),
    			IsPublic:           pulumi.Bool(false),
    			LastIndexingJob: &digitalocean.GradientaiAgentKnowledgeBaseLastIndexingJobArgs{
    				CompletedDatasources: pulumi.Int(0),
    				CreatedAt:            pulumi.String("string"),
    				DataSourceUuids: pulumi.StringArray{
    					pulumi.String("string"),
    				},
    				FinishedAt:        pulumi.String("string"),
    				KnowledgeBaseUuid: pulumi.String("string"),
    				Phase:             pulumi.String("string"),
    				StartedAt:         pulumi.String("string"),
    				Tokens:            pulumi.Int(0),
    				TotalDatasources:  pulumi.Int(0),
    				UpdatedAt:         pulumi.String("string"),
    				Uuid:              pulumi.String("string"),
    			},
    			Name:      pulumi.String("string"),
    			ProjectId: pulumi.String("string"),
    			Region:    pulumi.String("string"),
    			Tags: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			UpdatedAt: pulumi.String("string"),
    			UserId:    pulumi.String("string"),
    			Uuid:      pulumi.String("string"),
    		},
    	},
    	MaxTokens: pulumi.Int(0),
    	ApiKeyInfos: digitalocean.GradientaiAgentApiKeyInfoArray{
    		&digitalocean.GradientaiAgentApiKeyInfoArgs{
    			CreatedAt: pulumi.String("string"),
    			CreatedBy: pulumi.String("string"),
    			DeletedAt: pulumi.String("string"),
    			Name:      pulumi.String("string"),
    			SecretKey: pulumi.String("string"),
    			Uuid:      pulumi.String("string"),
    		},
    	},
    	Models: digitalocean.GradientaiAgentModelArray{
    		&digitalocean.GradientaiAgentModelArgs{
    			Agreements: digitalocean.GradientaiAgentModelAgreementArray{
    				&digitalocean.GradientaiAgentModelAgreementArgs{
    					Description: pulumi.String("string"),
    					Name:        pulumi.String("string"),
    					Url:         pulumi.String("string"),
    					Uuid:        pulumi.String("string"),
    				},
    			},
    			CreatedAt:        pulumi.String("string"),
    			InferenceName:    pulumi.String("string"),
    			InferenceVersion: pulumi.String("string"),
    			IsFoundational:   pulumi.Bool(false),
    			Name:             pulumi.String("string"),
    			ParentUuid:       pulumi.String("string"),
    			Provider:         pulumi.String("string"),
    			UpdatedAt:        pulumi.String("string"),
    			UploadComplete:   pulumi.Bool(false),
    			Url:              pulumi.String("string"),
    			Usecases: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			Versions: digitalocean.GradientaiAgentModelVersionArray{
    				&digitalocean.GradientaiAgentModelVersionArgs{
    					Major: pulumi.Int(0),
    					Minor: pulumi.Int(0),
    					Patch: pulumi.Int(0),
    				},
    			},
    		},
    	},
    	Name: pulumi.String("string"),
    	ChatbotIdentifiers: digitalocean.GradientaiAgentChatbotIdentifierArray{
    		&digitalocean.GradientaiAgentChatbotIdentifierArgs{
    			ChatbotId: pulumi.String("string"),
    		},
    	},
    	OpenAiKeyUuid: pulumi.String("string"),
    	ParentAgents: digitalocean.GradientaiAgentParentAgentArray{
    		&digitalocean.GradientaiAgentParentAgentArgs{
    			Instruction: pulumi.String("string"),
    			Region:      pulumi.String("string"),
    			ProjectId:   pulumi.String("string"),
    			Name:        pulumi.String("string"),
    			ModelUuid:   pulumi.String("string"),
    			ApiKeys: digitalocean.GradientaiAgentParentAgentApiKeyArray{
    				&digitalocean.GradientaiAgentParentAgentApiKeyArgs{
    					ApiKey: pulumi.String("string"),
    				},
    			},
    			Deployments: digitalocean.GradientaiAgentParentAgentDeploymentArray{
    				&digitalocean.GradientaiAgentParentAgentDeploymentArgs{
    					CreatedAt:  pulumi.String("string"),
    					Name:       pulumi.String("string"),
    					Status:     pulumi.String("string"),
    					UpdatedAt:  pulumi.String("string"),
    					Url:        pulumi.String("string"),
    					Uuid:       pulumi.String("string"),
    					Visibility: pulumi.String("string"),
    				},
    			},
    			Description: pulumi.String("string"),
    			Chatbots: digitalocean.GradientaiAgentParentAgentChatbotArray{
    				&digitalocean.GradientaiAgentParentAgentChatbotArgs{
    					ButtonBackgroundColor: pulumi.String("string"),
    					Logo:                  pulumi.String("string"),
    					Name:                  pulumi.String("string"),
    					PrimaryColor:          pulumi.String("string"),
    					SecondaryColor:        pulumi.String("string"),
    					StartingMessage:       pulumi.String("string"),
    				},
    			},
    			ChatbotIdentifiers: digitalocean.GradientaiAgentParentAgentChatbotIdentifierArray{
    				&digitalocean.GradientaiAgentParentAgentChatbotIdentifierArgs{
    					ChatbotId: pulumi.String("string"),
    				},
    			},
    			AgentId: pulumi.String("string"),
    			ApiKeyInfos: digitalocean.GradientaiAgentParentAgentApiKeyInfoArray{
    				&digitalocean.GradientaiAgentParentAgentApiKeyInfoArgs{
    					CreatedAt: pulumi.String("string"),
    					CreatedBy: pulumi.String("string"),
    					DeletedAt: pulumi.String("string"),
    					Name:      pulumi.String("string"),
    					SecretKey: pulumi.String("string"),
    					Uuid:      pulumi.String("string"),
    				},
    			},
    			AnthropicApiKeys: digitalocean.GradientaiAgentParentAgentAnthropicApiKeyArray{
    				&digitalocean.GradientaiAgentParentAgentAnthropicApiKeyArgs{
    					CreatedAt: pulumi.String("string"),
    					CreatedBy: pulumi.String("string"),
    					DeletedAt: pulumi.String("string"),
    					Name:      pulumi.String("string"),
    					UpdatedAt: pulumi.String("string"),
    					Uuid:      pulumi.String("string"),
    				},
    			},
    		},
    	},
    	AnthropicKeyUuid: pulumi.String("string"),
    	ProvideCitations: pulumi.Bool(false),
    	AnthropicApiKeys: digitalocean.GradientaiAgentAnthropicApiKeyArray{
    		&digitalocean.GradientaiAgentAnthropicApiKeyArgs{
    			CreatedAt: pulumi.String("string"),
    			CreatedBy: pulumi.String("string"),
    			DeletedAt: pulumi.String("string"),
    			Name:      pulumi.String("string"),
    			UpdatedAt: pulumi.String("string"),
    			Uuid:      pulumi.String("string"),
    		},
    	},
    	RetrievalMethod: pulumi.String("string"),
    	RouteCreatedBy:  pulumi.String("string"),
    	RouteName:       pulumi.String("string"),
    	RouteUuid:       pulumi.String("string"),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Temperature: pulumi.Float64(0),
    	Templates: digitalocean.GradientaiAgentTemplateArray{
    		&digitalocean.GradientaiAgentTemplateArgs{
    			CreatedAt:   pulumi.String("string"),
    			Description: pulumi.String("string"),
    			Instruction: pulumi.String("string"),
    			K:           pulumi.Int(0),
    			KnowledgeBases: digitalocean.GradientaiAgentTemplateKnowledgeBaseArray{
    				&digitalocean.GradientaiAgentTemplateKnowledgeBaseArgs{
    					AddedToAgentAt:     pulumi.String("string"),
    					CreatedAt:          pulumi.String("string"),
    					DatabaseId:         pulumi.String("string"),
    					EmbeddingModelUuid: pulumi.String("string"),
    					IsPublic:           pulumi.Bool(false),
    					LastIndexingJob: &digitalocean.GradientaiAgentTemplateKnowledgeBaseLastIndexingJobArgs{
    						CompletedDatasources: pulumi.Int(0),
    						CreatedAt:            pulumi.String("string"),
    						DataSourceUuids: pulumi.StringArray{
    							pulumi.String("string"),
    						},
    						FinishedAt:        pulumi.String("string"),
    						KnowledgeBaseUuid: pulumi.String("string"),
    						Phase:             pulumi.String("string"),
    						StartedAt:         pulumi.String("string"),
    						Tokens:            pulumi.Int(0),
    						TotalDatasources:  pulumi.Int(0),
    						UpdatedAt:         pulumi.String("string"),
    						Uuid:              pulumi.String("string"),
    					},
    					Name:      pulumi.String("string"),
    					ProjectId: pulumi.String("string"),
    					Region:    pulumi.String("string"),
    					Tags: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    					UpdatedAt: pulumi.String("string"),
    					UserId:    pulumi.String("string"),
    					Uuid:      pulumi.String("string"),
    				},
    			},
    			MaxTokens: pulumi.Int(0),
    			Models: digitalocean.GradientaiAgentTemplateModelArray{
    				&digitalocean.GradientaiAgentTemplateModelArgs{
    					Agreements: digitalocean.GradientaiAgentTemplateModelAgreementArray{
    						&digitalocean.GradientaiAgentTemplateModelAgreementArgs{
    							Description: pulumi.String("string"),
    							Name:        pulumi.String("string"),
    							Url:         pulumi.String("string"),
    							Uuid:        pulumi.String("string"),
    						},
    					},
    					CreatedAt:        pulumi.String("string"),
    					InferenceName:    pulumi.String("string"),
    					InferenceVersion: pulumi.String("string"),
    					IsFoundational:   pulumi.Bool(false),
    					Name:             pulumi.String("string"),
    					ParentUuid:       pulumi.String("string"),
    					Provider:         pulumi.String("string"),
    					UpdatedAt:        pulumi.String("string"),
    					UploadComplete:   pulumi.Bool(false),
    					Url:              pulumi.String("string"),
    					Usecases: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    					Versions: digitalocean.GradientaiAgentTemplateModelVersionArray{
    						&digitalocean.GradientaiAgentTemplateModelVersionArgs{
    							Major: pulumi.Int(0),
    							Minor: pulumi.Int(0),
    							Patch: pulumi.Int(0),
    						},
    					},
    				},
    			},
    			Name:        pulumi.String("string"),
    			Temperature: pulumi.Float64(0),
    			TopP:        pulumi.Float64(0),
    			UpdatedAt:   pulumi.String("string"),
    			Uuid:        pulumi.String("string"),
    		},
    	},
    	TopP:   pulumi.Float64(0),
    	Url:    pulumi.String("string"),
    	UserId: pulumi.String("string"),
    })
    
    var gradientaiAgentResource = new GradientaiAgent("gradientaiAgentResource", GradientaiAgentArgs.builder()
        .instruction("string")
        .region("string")
        .projectId("string")
        .modelUuid("string")
        .deployments(GradientaiAgentDeploymentArgs.builder()
            .createdAt("string")
            .name("string")
            .status("string")
            .updatedAt("string")
            .url("string")
            .uuid("string")
            .visibility("string")
            .build())
        .openAiApiKeys(GradientaiAgentOpenAiApiKeyArgs.builder()
            .createdAt("string")
            .createdBy("string")
            .deletedAt("string")
            .name("string")
            .updatedAt("string")
            .uuid("string")
            .build())
        .chatbots(GradientaiAgentChatbotArgs.builder()
            .buttonBackgroundColor("string")
            .logo("string")
            .name("string")
            .primaryColor("string")
            .secondaryColor("string")
            .startingMessage("string")
            .build())
        .childAgents(GradientaiAgentChildAgentArgs.builder()
            .instruction("string")
            .region("string")
            .projectId("string")
            .name("string")
            .modelUuid("string")
            .apiKeys(GradientaiAgentChildAgentApiKeyArgs.builder()
                .apiKey("string")
                .build())
            .deployments(GradientaiAgentChildAgentDeploymentArgs.builder()
                .createdAt("string")
                .name("string")
                .status("string")
                .updatedAt("string")
                .url("string")
                .uuid("string")
                .visibility("string")
                .build())
            .description("string")
            .chatbots(GradientaiAgentChildAgentChatbotArgs.builder()
                .buttonBackgroundColor("string")
                .logo("string")
                .name("string")
                .primaryColor("string")
                .secondaryColor("string")
                .startingMessage("string")
                .build())
            .chatbotIdentifiers(GradientaiAgentChildAgentChatbotIdentifierArgs.builder()
                .chatbotId("string")
                .build())
            .agentId("string")
            .apiKeyInfos(GradientaiAgentChildAgentApiKeyInfoArgs.builder()
                .createdAt("string")
                .createdBy("string")
                .deletedAt("string")
                .name("string")
                .secretKey("string")
                .uuid("string")
                .build())
            .anthropicApiKeys(GradientaiAgentChildAgentAnthropicApiKeyArgs.builder()
                .createdAt("string")
                .createdBy("string")
                .deletedAt("string")
                .name("string")
                .updatedAt("string")
                .uuid("string")
                .build())
            .build())
        .createdAt("string")
        .agentGuardrails(GradientaiAgentAgentGuardrailArgs.builder()
            .agentUuid("string")
            .createdAt("string")
            .defaultResponse("string")
            .description("string")
            .guardrailUuid("string")
            .isAttached(false)
            .isDefault(false)
            .name("string")
            .priority(0)
            .type("string")
            .updatedAt("string")
            .uuid("string")
            .build())
        .description("string")
        .functions(GradientaiAgentFunctionArgs.builder()
            .apiKey("string")
            .createdAt("string")
            .description("string")
            .faasname("string")
            .faasnamespace("string")
            .guardrailUuid("string")
            .name("string")
            .updatedAt("string")
            .url("string")
            .uuid("string")
            .build())
        .ifCase("string")
        .apiKeys(GradientaiAgentApiKeyArgs.builder()
            .apiKey("string")
            .build())
        .k(0)
        .knowledgeBaseUuids("string")
        .knowledgeBases(GradientaiAgentKnowledgeBaseArgs.builder()
            .addedToAgentAt("string")
            .createdAt("string")
            .databaseId("string")
            .embeddingModelUuid("string")
            .isPublic(false)
            .lastIndexingJob(GradientaiAgentKnowledgeBaseLastIndexingJobArgs.builder()
                .completedDatasources(0)
                .createdAt("string")
                .dataSourceUuids("string")
                .finishedAt("string")
                .knowledgeBaseUuid("string")
                .phase("string")
                .startedAt("string")
                .tokens(0)
                .totalDatasources(0)
                .updatedAt("string")
                .uuid("string")
                .build())
            .name("string")
            .projectId("string")
            .region("string")
            .tags("string")
            .updatedAt("string")
            .userId("string")
            .uuid("string")
            .build())
        .maxTokens(0)
        .apiKeyInfos(GradientaiAgentApiKeyInfoArgs.builder()
            .createdAt("string")
            .createdBy("string")
            .deletedAt("string")
            .name("string")
            .secretKey("string")
            .uuid("string")
            .build())
        .models(GradientaiAgentModelArgs.builder()
            .agreements(GradientaiAgentModelAgreementArgs.builder()
                .description("string")
                .name("string")
                .url("string")
                .uuid("string")
                .build())
            .createdAt("string")
            .inferenceName("string")
            .inferenceVersion("string")
            .isFoundational(false)
            .name("string")
            .parentUuid("string")
            .provider("string")
            .updatedAt("string")
            .uploadComplete(false)
            .url("string")
            .usecases("string")
            .versions(GradientaiAgentModelVersionArgs.builder()
                .major(0)
                .minor(0)
                .patch(0)
                .build())
            .build())
        .name("string")
        .chatbotIdentifiers(GradientaiAgentChatbotIdentifierArgs.builder()
            .chatbotId("string")
            .build())
        .openAiKeyUuid("string")
        .parentAgents(GradientaiAgentParentAgentArgs.builder()
            .instruction("string")
            .region("string")
            .projectId("string")
            .name("string")
            .modelUuid("string")
            .apiKeys(GradientaiAgentParentAgentApiKeyArgs.builder()
                .apiKey("string")
                .build())
            .deployments(GradientaiAgentParentAgentDeploymentArgs.builder()
                .createdAt("string")
                .name("string")
                .status("string")
                .updatedAt("string")
                .url("string")
                .uuid("string")
                .visibility("string")
                .build())
            .description("string")
            .chatbots(GradientaiAgentParentAgentChatbotArgs.builder()
                .buttonBackgroundColor("string")
                .logo("string")
                .name("string")
                .primaryColor("string")
                .secondaryColor("string")
                .startingMessage("string")
                .build())
            .chatbotIdentifiers(GradientaiAgentParentAgentChatbotIdentifierArgs.builder()
                .chatbotId("string")
                .build())
            .agentId("string")
            .apiKeyInfos(GradientaiAgentParentAgentApiKeyInfoArgs.builder()
                .createdAt("string")
                .createdBy("string")
                .deletedAt("string")
                .name("string")
                .secretKey("string")
                .uuid("string")
                .build())
            .anthropicApiKeys(GradientaiAgentParentAgentAnthropicApiKeyArgs.builder()
                .createdAt("string")
                .createdBy("string")
                .deletedAt("string")
                .name("string")
                .updatedAt("string")
                .uuid("string")
                .build())
            .build())
        .anthropicKeyUuid("string")
        .provideCitations(false)
        .anthropicApiKeys(GradientaiAgentAnthropicApiKeyArgs.builder()
            .createdAt("string")
            .createdBy("string")
            .deletedAt("string")
            .name("string")
            .updatedAt("string")
            .uuid("string")
            .build())
        .retrievalMethod("string")
        .routeCreatedBy("string")
        .routeName("string")
        .routeUuid("string")
        .tags("string")
        .temperature(0.0)
        .templates(GradientaiAgentTemplateArgs.builder()
            .createdAt("string")
            .description("string")
            .instruction("string")
            .k(0)
            .knowledgeBases(GradientaiAgentTemplateKnowledgeBaseArgs.builder()
                .addedToAgentAt("string")
                .createdAt("string")
                .databaseId("string")
                .embeddingModelUuid("string")
                .isPublic(false)
                .lastIndexingJob(GradientaiAgentTemplateKnowledgeBaseLastIndexingJobArgs.builder()
                    .completedDatasources(0)
                    .createdAt("string")
                    .dataSourceUuids("string")
                    .finishedAt("string")
                    .knowledgeBaseUuid("string")
                    .phase("string")
                    .startedAt("string")
                    .tokens(0)
                    .totalDatasources(0)
                    .updatedAt("string")
                    .uuid("string")
                    .build())
                .name("string")
                .projectId("string")
                .region("string")
                .tags("string")
                .updatedAt("string")
                .userId("string")
                .uuid("string")
                .build())
            .maxTokens(0)
            .models(GradientaiAgentTemplateModelArgs.builder()
                .agreements(GradientaiAgentTemplateModelAgreementArgs.builder()
                    .description("string")
                    .name("string")
                    .url("string")
                    .uuid("string")
                    .build())
                .createdAt("string")
                .inferenceName("string")
                .inferenceVersion("string")
                .isFoundational(false)
                .name("string")
                .parentUuid("string")
                .provider("string")
                .updatedAt("string")
                .uploadComplete(false)
                .url("string")
                .usecases("string")
                .versions(GradientaiAgentTemplateModelVersionArgs.builder()
                    .major(0)
                    .minor(0)
                    .patch(0)
                    .build())
                .build())
            .name("string")
            .temperature(0.0)
            .topP(0.0)
            .updatedAt("string")
            .uuid("string")
            .build())
        .topP(0.0)
        .url("string")
        .userId("string")
        .build());
    
    gradientai_agent_resource = digitalocean.GradientaiAgent("gradientaiAgentResource",
        instruction="string",
        region="string",
        project_id="string",
        model_uuid="string",
        deployments=[{
            "created_at": "string",
            "name": "string",
            "status": "string",
            "updated_at": "string",
            "url": "string",
            "uuid": "string",
            "visibility": "string",
        }],
        open_ai_api_keys=[{
            "created_at": "string",
            "created_by": "string",
            "deleted_at": "string",
            "name": "string",
            "updated_at": "string",
            "uuid": "string",
        }],
        chatbots=[{
            "button_background_color": "string",
            "logo": "string",
            "name": "string",
            "primary_color": "string",
            "secondary_color": "string",
            "starting_message": "string",
        }],
        child_agents=[{
            "instruction": "string",
            "region": "string",
            "project_id": "string",
            "name": "string",
            "model_uuid": "string",
            "api_keys": [{
                "api_key": "string",
            }],
            "deployments": [{
                "created_at": "string",
                "name": "string",
                "status": "string",
                "updated_at": "string",
                "url": "string",
                "uuid": "string",
                "visibility": "string",
            }],
            "description": "string",
            "chatbots": [{
                "button_background_color": "string",
                "logo": "string",
                "name": "string",
                "primary_color": "string",
                "secondary_color": "string",
                "starting_message": "string",
            }],
            "chatbot_identifiers": [{
                "chatbot_id": "string",
            }],
            "agent_id": "string",
            "api_key_infos": [{
                "created_at": "string",
                "created_by": "string",
                "deleted_at": "string",
                "name": "string",
                "secret_key": "string",
                "uuid": "string",
            }],
            "anthropic_api_keys": [{
                "created_at": "string",
                "created_by": "string",
                "deleted_at": "string",
                "name": "string",
                "updated_at": "string",
                "uuid": "string",
            }],
        }],
        created_at="string",
        agent_guardrails=[{
            "agent_uuid": "string",
            "created_at": "string",
            "default_response": "string",
            "description": "string",
            "guardrail_uuid": "string",
            "is_attached": False,
            "is_default": False,
            "name": "string",
            "priority": 0,
            "type": "string",
            "updated_at": "string",
            "uuid": "string",
        }],
        description="string",
        functions=[{
            "api_key": "string",
            "created_at": "string",
            "description": "string",
            "faasname": "string",
            "faasnamespace": "string",
            "guardrail_uuid": "string",
            "name": "string",
            "updated_at": "string",
            "url": "string",
            "uuid": "string",
        }],
        if_case="string",
        api_keys=[{
            "api_key": "string",
        }],
        k=0,
        knowledge_base_uuids=["string"],
        knowledge_bases=[{
            "added_to_agent_at": "string",
            "created_at": "string",
            "database_id": "string",
            "embedding_model_uuid": "string",
            "is_public": False,
            "last_indexing_job": {
                "completed_datasources": 0,
                "created_at": "string",
                "data_source_uuids": ["string"],
                "finished_at": "string",
                "knowledge_base_uuid": "string",
                "phase": "string",
                "started_at": "string",
                "tokens": 0,
                "total_datasources": 0,
                "updated_at": "string",
                "uuid": "string",
            },
            "name": "string",
            "project_id": "string",
            "region": "string",
            "tags": ["string"],
            "updated_at": "string",
            "user_id": "string",
            "uuid": "string",
        }],
        max_tokens=0,
        api_key_infos=[{
            "created_at": "string",
            "created_by": "string",
            "deleted_at": "string",
            "name": "string",
            "secret_key": "string",
            "uuid": "string",
        }],
        models=[{
            "agreements": [{
                "description": "string",
                "name": "string",
                "url": "string",
                "uuid": "string",
            }],
            "created_at": "string",
            "inference_name": "string",
            "inference_version": "string",
            "is_foundational": False,
            "name": "string",
            "parent_uuid": "string",
            "provider": "string",
            "updated_at": "string",
            "upload_complete": False,
            "url": "string",
            "usecases": ["string"],
            "versions": [{
                "major": 0,
                "minor": 0,
                "patch": 0,
            }],
        }],
        name="string",
        chatbot_identifiers=[{
            "chatbot_id": "string",
        }],
        open_ai_key_uuid="string",
        parent_agents=[{
            "instruction": "string",
            "region": "string",
            "project_id": "string",
            "name": "string",
            "model_uuid": "string",
            "api_keys": [{
                "api_key": "string",
            }],
            "deployments": [{
                "created_at": "string",
                "name": "string",
                "status": "string",
                "updated_at": "string",
                "url": "string",
                "uuid": "string",
                "visibility": "string",
            }],
            "description": "string",
            "chatbots": [{
                "button_background_color": "string",
                "logo": "string",
                "name": "string",
                "primary_color": "string",
                "secondary_color": "string",
                "starting_message": "string",
            }],
            "chatbot_identifiers": [{
                "chatbot_id": "string",
            }],
            "agent_id": "string",
            "api_key_infos": [{
                "created_at": "string",
                "created_by": "string",
                "deleted_at": "string",
                "name": "string",
                "secret_key": "string",
                "uuid": "string",
            }],
            "anthropic_api_keys": [{
                "created_at": "string",
                "created_by": "string",
                "deleted_at": "string",
                "name": "string",
                "updated_at": "string",
                "uuid": "string",
            }],
        }],
        anthropic_key_uuid="string",
        provide_citations=False,
        anthropic_api_keys=[{
            "created_at": "string",
            "created_by": "string",
            "deleted_at": "string",
            "name": "string",
            "updated_at": "string",
            "uuid": "string",
        }],
        retrieval_method="string",
        route_created_by="string",
        route_name="string",
        route_uuid="string",
        tags=["string"],
        temperature=0,
        templates=[{
            "created_at": "string",
            "description": "string",
            "instruction": "string",
            "k": 0,
            "knowledge_bases": [{
                "added_to_agent_at": "string",
                "created_at": "string",
                "database_id": "string",
                "embedding_model_uuid": "string",
                "is_public": False,
                "last_indexing_job": {
                    "completed_datasources": 0,
                    "created_at": "string",
                    "data_source_uuids": ["string"],
                    "finished_at": "string",
                    "knowledge_base_uuid": "string",
                    "phase": "string",
                    "started_at": "string",
                    "tokens": 0,
                    "total_datasources": 0,
                    "updated_at": "string",
                    "uuid": "string",
                },
                "name": "string",
                "project_id": "string",
                "region": "string",
                "tags": ["string"],
                "updated_at": "string",
                "user_id": "string",
                "uuid": "string",
            }],
            "max_tokens": 0,
            "models": [{
                "agreements": [{
                    "description": "string",
                    "name": "string",
                    "url": "string",
                    "uuid": "string",
                }],
                "created_at": "string",
                "inference_name": "string",
                "inference_version": "string",
                "is_foundational": False,
                "name": "string",
                "parent_uuid": "string",
                "provider": "string",
                "updated_at": "string",
                "upload_complete": False,
                "url": "string",
                "usecases": ["string"],
                "versions": [{
                    "major": 0,
                    "minor": 0,
                    "patch": 0,
                }],
            }],
            "name": "string",
            "temperature": 0,
            "top_p": 0,
            "updated_at": "string",
            "uuid": "string",
        }],
        top_p=0,
        url="string",
        user_id="string")
    
    const gradientaiAgentResource = new digitalocean.GradientaiAgent("gradientaiAgentResource", {
        instruction: "string",
        region: "string",
        projectId: "string",
        modelUuid: "string",
        deployments: [{
            createdAt: "string",
            name: "string",
            status: "string",
            updatedAt: "string",
            url: "string",
            uuid: "string",
            visibility: "string",
        }],
        openAiApiKeys: [{
            createdAt: "string",
            createdBy: "string",
            deletedAt: "string",
            name: "string",
            updatedAt: "string",
            uuid: "string",
        }],
        chatbots: [{
            buttonBackgroundColor: "string",
            logo: "string",
            name: "string",
            primaryColor: "string",
            secondaryColor: "string",
            startingMessage: "string",
        }],
        childAgents: [{
            instruction: "string",
            region: "string",
            projectId: "string",
            name: "string",
            modelUuid: "string",
            apiKeys: [{
                apiKey: "string",
            }],
            deployments: [{
                createdAt: "string",
                name: "string",
                status: "string",
                updatedAt: "string",
                url: "string",
                uuid: "string",
                visibility: "string",
            }],
            description: "string",
            chatbots: [{
                buttonBackgroundColor: "string",
                logo: "string",
                name: "string",
                primaryColor: "string",
                secondaryColor: "string",
                startingMessage: "string",
            }],
            chatbotIdentifiers: [{
                chatbotId: "string",
            }],
            agentId: "string",
            apiKeyInfos: [{
                createdAt: "string",
                createdBy: "string",
                deletedAt: "string",
                name: "string",
                secretKey: "string",
                uuid: "string",
            }],
            anthropicApiKeys: [{
                createdAt: "string",
                createdBy: "string",
                deletedAt: "string",
                name: "string",
                updatedAt: "string",
                uuid: "string",
            }],
        }],
        createdAt: "string",
        agentGuardrails: [{
            agentUuid: "string",
            createdAt: "string",
            defaultResponse: "string",
            description: "string",
            guardrailUuid: "string",
            isAttached: false,
            isDefault: false,
            name: "string",
            priority: 0,
            type: "string",
            updatedAt: "string",
            uuid: "string",
        }],
        description: "string",
        functions: [{
            apiKey: "string",
            createdAt: "string",
            description: "string",
            faasname: "string",
            faasnamespace: "string",
            guardrailUuid: "string",
            name: "string",
            updatedAt: "string",
            url: "string",
            uuid: "string",
        }],
        ifCase: "string",
        apiKeys: [{
            apiKey: "string",
        }],
        k: 0,
        knowledgeBaseUuids: ["string"],
        knowledgeBases: [{
            addedToAgentAt: "string",
            createdAt: "string",
            databaseId: "string",
            embeddingModelUuid: "string",
            isPublic: false,
            lastIndexingJob: {
                completedDatasources: 0,
                createdAt: "string",
                dataSourceUuids: ["string"],
                finishedAt: "string",
                knowledgeBaseUuid: "string",
                phase: "string",
                startedAt: "string",
                tokens: 0,
                totalDatasources: 0,
                updatedAt: "string",
                uuid: "string",
            },
            name: "string",
            projectId: "string",
            region: "string",
            tags: ["string"],
            updatedAt: "string",
            userId: "string",
            uuid: "string",
        }],
        maxTokens: 0,
        apiKeyInfos: [{
            createdAt: "string",
            createdBy: "string",
            deletedAt: "string",
            name: "string",
            secretKey: "string",
            uuid: "string",
        }],
        models: [{
            agreements: [{
                description: "string",
                name: "string",
                url: "string",
                uuid: "string",
            }],
            createdAt: "string",
            inferenceName: "string",
            inferenceVersion: "string",
            isFoundational: false,
            name: "string",
            parentUuid: "string",
            provider: "string",
            updatedAt: "string",
            uploadComplete: false,
            url: "string",
            usecases: ["string"],
            versions: [{
                major: 0,
                minor: 0,
                patch: 0,
            }],
        }],
        name: "string",
        chatbotIdentifiers: [{
            chatbotId: "string",
        }],
        openAiKeyUuid: "string",
        parentAgents: [{
            instruction: "string",
            region: "string",
            projectId: "string",
            name: "string",
            modelUuid: "string",
            apiKeys: [{
                apiKey: "string",
            }],
            deployments: [{
                createdAt: "string",
                name: "string",
                status: "string",
                updatedAt: "string",
                url: "string",
                uuid: "string",
                visibility: "string",
            }],
            description: "string",
            chatbots: [{
                buttonBackgroundColor: "string",
                logo: "string",
                name: "string",
                primaryColor: "string",
                secondaryColor: "string",
                startingMessage: "string",
            }],
            chatbotIdentifiers: [{
                chatbotId: "string",
            }],
            agentId: "string",
            apiKeyInfos: [{
                createdAt: "string",
                createdBy: "string",
                deletedAt: "string",
                name: "string",
                secretKey: "string",
                uuid: "string",
            }],
            anthropicApiKeys: [{
                createdAt: "string",
                createdBy: "string",
                deletedAt: "string",
                name: "string",
                updatedAt: "string",
                uuid: "string",
            }],
        }],
        anthropicKeyUuid: "string",
        provideCitations: false,
        anthropicApiKeys: [{
            createdAt: "string",
            createdBy: "string",
            deletedAt: "string",
            name: "string",
            updatedAt: "string",
            uuid: "string",
        }],
        retrievalMethod: "string",
        routeCreatedBy: "string",
        routeName: "string",
        routeUuid: "string",
        tags: ["string"],
        temperature: 0,
        templates: [{
            createdAt: "string",
            description: "string",
            instruction: "string",
            k: 0,
            knowledgeBases: [{
                addedToAgentAt: "string",
                createdAt: "string",
                databaseId: "string",
                embeddingModelUuid: "string",
                isPublic: false,
                lastIndexingJob: {
                    completedDatasources: 0,
                    createdAt: "string",
                    dataSourceUuids: ["string"],
                    finishedAt: "string",
                    knowledgeBaseUuid: "string",
                    phase: "string",
                    startedAt: "string",
                    tokens: 0,
                    totalDatasources: 0,
                    updatedAt: "string",
                    uuid: "string",
                },
                name: "string",
                projectId: "string",
                region: "string",
                tags: ["string"],
                updatedAt: "string",
                userId: "string",
                uuid: "string",
            }],
            maxTokens: 0,
            models: [{
                agreements: [{
                    description: "string",
                    name: "string",
                    url: "string",
                    uuid: "string",
                }],
                createdAt: "string",
                inferenceName: "string",
                inferenceVersion: "string",
                isFoundational: false,
                name: "string",
                parentUuid: "string",
                provider: "string",
                updatedAt: "string",
                uploadComplete: false,
                url: "string",
                usecases: ["string"],
                versions: [{
                    major: 0,
                    minor: 0,
                    patch: 0,
                }],
            }],
            name: "string",
            temperature: 0,
            topP: 0,
            updatedAt: "string",
            uuid: "string",
        }],
        topP: 0,
        url: "string",
        userId: "string",
    });
    
    type: digitalocean:GradientaiAgent
    properties:
        agentGuardrails:
            - agentUuid: string
              createdAt: string
              defaultResponse: string
              description: string
              guardrailUuid: string
              isAttached: false
              isDefault: false
              name: string
              priority: 0
              type: string
              updatedAt: string
              uuid: string
        anthropicApiKeys:
            - createdAt: string
              createdBy: string
              deletedAt: string
              name: string
              updatedAt: string
              uuid: string
        anthropicKeyUuid: string
        apiKeyInfos:
            - createdAt: string
              createdBy: string
              deletedAt: string
              name: string
              secretKey: string
              uuid: string
        apiKeys:
            - apiKey: string
        chatbotIdentifiers:
            - chatbotId: string
        chatbots:
            - buttonBackgroundColor: string
              logo: string
              name: string
              primaryColor: string
              secondaryColor: string
              startingMessage: string
        childAgents:
            - agentId: string
              anthropicApiKeys:
                - createdAt: string
                  createdBy: string
                  deletedAt: string
                  name: string
                  updatedAt: string
                  uuid: string
              apiKeyInfos:
                - createdAt: string
                  createdBy: string
                  deletedAt: string
                  name: string
                  secretKey: string
                  uuid: string
              apiKeys:
                - apiKey: string
              chatbotIdentifiers:
                - chatbotId: string
              chatbots:
                - buttonBackgroundColor: string
                  logo: string
                  name: string
                  primaryColor: string
                  secondaryColor: string
                  startingMessage: string
              deployments:
                - createdAt: string
                  name: string
                  status: string
                  updatedAt: string
                  url: string
                  uuid: string
                  visibility: string
              description: string
              instruction: string
              modelUuid: string
              name: string
              projectId: string
              region: string
        createdAt: string
        deployments:
            - createdAt: string
              name: string
              status: string
              updatedAt: string
              url: string
              uuid: string
              visibility: string
        description: string
        functions:
            - apiKey: string
              createdAt: string
              description: string
              faasname: string
              faasnamespace: string
              guardrailUuid: string
              name: string
              updatedAt: string
              url: string
              uuid: string
        ifCase: string
        instruction: string
        k: 0
        knowledgeBaseUuids:
            - string
        knowledgeBases:
            - addedToAgentAt: string
              createdAt: string
              databaseId: string
              embeddingModelUuid: string
              isPublic: false
              lastIndexingJob:
                completedDatasources: 0
                createdAt: string
                dataSourceUuids:
                    - string
                finishedAt: string
                knowledgeBaseUuid: string
                phase: string
                startedAt: string
                tokens: 0
                totalDatasources: 0
                updatedAt: string
                uuid: string
              name: string
              projectId: string
              region: string
              tags:
                - string
              updatedAt: string
              userId: string
              uuid: string
        maxTokens: 0
        modelUuid: string
        models:
            - agreements:
                - description: string
                  name: string
                  url: string
                  uuid: string
              createdAt: string
              inferenceName: string
              inferenceVersion: string
              isFoundational: false
              name: string
              parentUuid: string
              provider: string
              updatedAt: string
              uploadComplete: false
              url: string
              usecases:
                - string
              versions:
                - major: 0
                  minor: 0
                  patch: 0
        name: string
        openAiApiKeys:
            - createdAt: string
              createdBy: string
              deletedAt: string
              name: string
              updatedAt: string
              uuid: string
        openAiKeyUuid: string
        parentAgents:
            - agentId: string
              anthropicApiKeys:
                - createdAt: string
                  createdBy: string
                  deletedAt: string
                  name: string
                  updatedAt: string
                  uuid: string
              apiKeyInfos:
                - createdAt: string
                  createdBy: string
                  deletedAt: string
                  name: string
                  secretKey: string
                  uuid: string
              apiKeys:
                - apiKey: string
              chatbotIdentifiers:
                - chatbotId: string
              chatbots:
                - buttonBackgroundColor: string
                  logo: string
                  name: string
                  primaryColor: string
                  secondaryColor: string
                  startingMessage: string
              deployments:
                - createdAt: string
                  name: string
                  status: string
                  updatedAt: string
                  url: string
                  uuid: string
                  visibility: string
              description: string
              instruction: string
              modelUuid: string
              name: string
              projectId: string
              region: string
        projectId: string
        provideCitations: false
        region: string
        retrievalMethod: string
        routeCreatedBy: string
        routeName: string
        routeUuid: string
        tags:
            - string
        temperature: 0
        templates:
            - createdAt: string
              description: string
              instruction: string
              k: 0
              knowledgeBases:
                - addedToAgentAt: string
                  createdAt: string
                  databaseId: string
                  embeddingModelUuid: string
                  isPublic: false
                  lastIndexingJob:
                    completedDatasources: 0
                    createdAt: string
                    dataSourceUuids:
                        - string
                    finishedAt: string
                    knowledgeBaseUuid: string
                    phase: string
                    startedAt: string
                    tokens: 0
                    totalDatasources: 0
                    updatedAt: string
                    uuid: string
                  name: string
                  projectId: string
                  region: string
                  tags:
                    - string
                  updatedAt: string
                  userId: string
                  uuid: string
              maxTokens: 0
              models:
                - agreements:
                    - description: string
                      name: string
                      url: string
                      uuid: string
                  createdAt: string
                  inferenceName: string
                  inferenceVersion: string
                  isFoundational: false
                  name: string
                  parentUuid: string
                  provider: string
                  updatedAt: string
                  uploadComplete: false
                  url: string
                  usecases:
                    - string
                  versions:
                    - major: 0
                      minor: 0
                      patch: 0
              name: string
              temperature: 0
              topP: 0
              updatedAt: string
              uuid: string
        topP: 0
        url: string
        userId: string
    

    GradientaiAgent Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The GradientaiAgent resource accepts the following input properties:

    Instruction string
    Instruction for the Agent
    ModelUuid string
    Model UUID of the Agent
    ProjectId string
    Project ID of the Agent
    Region string
    Region where the Agent is deployed
    AgentGuardrails List<Pulumi.DigitalOcean.Inputs.GradientaiAgentAgentGuardrail>
    AgentGuardrail represents a Guardrail attached to Gen AI Agent
    AnthropicApiKeys List<Pulumi.DigitalOcean.Inputs.GradientaiAgentAnthropicApiKey>
    Anthropic API Key information
    AnthropicKeyUuid string
    Optional Anthropic API key ID to use with Anthropic models
    ApiKeyInfos List<Pulumi.DigitalOcean.Inputs.GradientaiAgentApiKeyInfo>
    List of API Key Infos
    ApiKeys List<Pulumi.DigitalOcean.Inputs.GradientaiAgentApiKey>
    List of API Keys
    ChatbotIdentifiers List<Pulumi.DigitalOcean.Inputs.GradientaiAgentChatbotIdentifier>
    List of Chatbot Identifiers
    Chatbots List<Pulumi.DigitalOcean.Inputs.GradientaiAgentChatbot>
    ChatBot configuration
    ChildAgents List<Pulumi.DigitalOcean.Inputs.GradientaiAgentChildAgent>
    List of child agents
    CreatedAt string
    Timestamp when the Agent was created
    Deployments List<Pulumi.DigitalOcean.Inputs.GradientaiAgentDeployment>
    List of API Key Infos
    Description string
    Description for the Agent
    Functions List<Pulumi.DigitalOcean.Inputs.GradientaiAgentFunction>
    List of Functions
    IfCase string
    If case condition
    K int
    K value
    KnowledgeBaseUuids List<string>
    Ids of the knowledge base(s) to attach to the agent
    KnowledgeBases List<Pulumi.DigitalOcean.Inputs.GradientaiAgentKnowledgeBase>
    List of Knowledge Bases
    MaxTokens int
    Maximum tokens allowed
    Models List<Pulumi.DigitalOcean.Inputs.GradientaiAgentModel>
    Model of the Agent
    Name string
    Name of the Agent
    OpenAiApiKeys List<Pulumi.DigitalOcean.Inputs.GradientaiAgentOpenAiApiKey>
    OpenAI API Key information
    OpenAiKeyUuid string
    Optional OpenAI API key ID to use with OpenAI models
    ParentAgents List<Pulumi.DigitalOcean.Inputs.GradientaiAgentParentAgent>
    List of child agents
    ProvideCitations bool
    Indicates if the agent should provide citations in responses
    RetrievalMethod string
    Retrieval method used
    RouteCreatedBy string
    User who created the route
    RouteName string
    Route name
    RouteUuid string
    Route UUID
    Tags List<string>
    List of Tags
    Temperature double
    Agent temperature setting
    Templates List<Pulumi.DigitalOcean.Inputs.GradientaiAgentTemplate>
    Agent Template
    TopP double
    Top P sampling parameter
    Url string
    URL for the Agent
    UserId string
    User ID linked with the Agent
    Instruction string
    Instruction for the Agent
    ModelUuid string
    Model UUID of the Agent
    ProjectId string
    Project ID of the Agent
    Region string
    Region where the Agent is deployed
    AgentGuardrails []GradientaiAgentAgentGuardrailArgs
    AgentGuardrail represents a Guardrail attached to Gen AI Agent
    AnthropicApiKeys []GradientaiAgentAnthropicApiKeyArgs
    Anthropic API Key information
    AnthropicKeyUuid string
    Optional Anthropic API key ID to use with Anthropic models
    ApiKeyInfos []GradientaiAgentApiKeyInfoArgs
    List of API Key Infos
    ApiKeys []GradientaiAgentApiKeyArgs
    List of API Keys
    ChatbotIdentifiers []GradientaiAgentChatbotIdentifierArgs
    List of Chatbot Identifiers
    Chatbots []GradientaiAgentChatbotArgs
    ChatBot configuration
    ChildAgents []GradientaiAgentChildAgentArgs
    List of child agents
    CreatedAt string
    Timestamp when the Agent was created
    Deployments []GradientaiAgentDeploymentArgs
    List of API Key Infos
    Description string
    Description for the Agent
    Functions []GradientaiAgentFunctionArgs
    List of Functions
    IfCase string
    If case condition
    K int
    K value
    KnowledgeBaseUuids []string
    Ids of the knowledge base(s) to attach to the agent
    KnowledgeBases []GradientaiAgentKnowledgeBaseArgs
    List of Knowledge Bases
    MaxTokens int
    Maximum tokens allowed
    Models []GradientaiAgentModelArgs
    Model of the Agent
    Name string
    Name of the Agent
    OpenAiApiKeys []GradientaiAgentOpenAiApiKeyArgs
    OpenAI API Key information
    OpenAiKeyUuid string
    Optional OpenAI API key ID to use with OpenAI models
    ParentAgents []GradientaiAgentParentAgentArgs
    List of child agents
    ProvideCitations bool
    Indicates if the agent should provide citations in responses
    RetrievalMethod string
    Retrieval method used
    RouteCreatedBy string
    User who created the route
    RouteName string
    Route name
    RouteUuid string
    Route UUID
    Tags []string
    List of Tags
    Temperature float64
    Agent temperature setting
    Templates []GradientaiAgentTemplateArgs
    Agent Template
    TopP float64
    Top P sampling parameter
    Url string
    URL for the Agent
    UserId string
    User ID linked with the Agent
    instruction String
    Instruction for the Agent
    modelUuid String
    Model UUID of the Agent
    projectId String
    Project ID of the Agent
    region String
    Region where the Agent is deployed
    agentGuardrails List<GradientaiAgentAgentGuardrail>
    AgentGuardrail represents a Guardrail attached to Gen AI Agent
    anthropicApiKeys List<GradientaiAgentAnthropicApiKey>
    Anthropic API Key information
    anthropicKeyUuid String
    Optional Anthropic API key ID to use with Anthropic models
    apiKeyInfos List<GradientaiAgentApiKeyInfo>
    List of API Key Infos
    apiKeys List<GradientaiAgentApiKey>
    List of API Keys
    chatbotIdentifiers List<GradientaiAgentChatbotIdentifier>
    List of Chatbot Identifiers
    chatbots List<GradientaiAgentChatbot>
    ChatBot configuration
    childAgents List<GradientaiAgentChildAgent>
    List of child agents
    createdAt String
    Timestamp when the Agent was created
    deployments List<GradientaiAgentDeployment>
    List of API Key Infos
    description String
    Description for the Agent
    functions List<GradientaiAgentFunction>
    List of Functions
    ifCase String
    If case condition
    k Integer
    K value
    knowledgeBaseUuids List<String>
    Ids of the knowledge base(s) to attach to the agent
    knowledgeBases List<GradientaiAgentKnowledgeBase>
    List of Knowledge Bases
    maxTokens Integer
    Maximum tokens allowed
    models List<GradientaiAgentModel>
    Model of the Agent
    name String
    Name of the Agent
    openAiApiKeys List<GradientaiAgentOpenAiApiKey>
    OpenAI API Key information
    openAiKeyUuid String
    Optional OpenAI API key ID to use with OpenAI models
    parentAgents List<GradientaiAgentParentAgent>
    List of child agents
    provideCitations Boolean
    Indicates if the agent should provide citations in responses
    retrievalMethod String
    Retrieval method used
    routeCreatedBy String
    User who created the route
    routeName String
    Route name
    routeUuid String
    Route UUID
    tags List<String>
    List of Tags
    temperature Double
    Agent temperature setting
    templates List<GradientaiAgentTemplate>
    Agent Template
    topP Double
    Top P sampling parameter
    url String
    URL for the Agent
    userId String
    User ID linked with the Agent
    instruction string
    Instruction for the Agent
    modelUuid string
    Model UUID of the Agent
    projectId string
    Project ID of the Agent
    region string
    Region where the Agent is deployed
    agentGuardrails GradientaiAgentAgentGuardrail[]
    AgentGuardrail represents a Guardrail attached to Gen AI Agent
    anthropicApiKeys GradientaiAgentAnthropicApiKey[]
    Anthropic API Key information
    anthropicKeyUuid string
    Optional Anthropic API key ID to use with Anthropic models
    apiKeyInfos GradientaiAgentApiKeyInfo[]
    List of API Key Infos
    apiKeys GradientaiAgentApiKey[]
    List of API Keys
    chatbotIdentifiers GradientaiAgentChatbotIdentifier[]
    List of Chatbot Identifiers
    chatbots GradientaiAgentChatbot[]
    ChatBot configuration
    childAgents GradientaiAgentChildAgent[]
    List of child agents
    createdAt string
    Timestamp when the Agent was created
    deployments GradientaiAgentDeployment[]
    List of API Key Infos
    description string
    Description for the Agent
    functions GradientaiAgentFunction[]
    List of Functions
    ifCase string
    If case condition
    k number
    K value
    knowledgeBaseUuids string[]
    Ids of the knowledge base(s) to attach to the agent
    knowledgeBases GradientaiAgentKnowledgeBase[]
    List of Knowledge Bases
    maxTokens number
    Maximum tokens allowed
    models GradientaiAgentModel[]
    Model of the Agent
    name string
    Name of the Agent
    openAiApiKeys GradientaiAgentOpenAiApiKey[]
    OpenAI API Key information
    openAiKeyUuid string
    Optional OpenAI API key ID to use with OpenAI models
    parentAgents GradientaiAgentParentAgent[]
    List of child agents
    provideCitations boolean
    Indicates if the agent should provide citations in responses
    retrievalMethod string
    Retrieval method used
    routeCreatedBy string
    User who created the route
    routeName string
    Route name
    routeUuid string
    Route UUID
    tags string[]
    List of Tags
    temperature number
    Agent temperature setting
    templates GradientaiAgentTemplate[]
    Agent Template
    topP number
    Top P sampling parameter
    url string
    URL for the Agent
    userId string
    User ID linked with the Agent
    instruction str
    Instruction for the Agent
    model_uuid str
    Model UUID of the Agent
    project_id str
    Project ID of the Agent
    region str
    Region where the Agent is deployed
    agent_guardrails Sequence[GradientaiAgentAgentGuardrailArgs]
    AgentGuardrail represents a Guardrail attached to Gen AI Agent
    anthropic_api_keys Sequence[GradientaiAgentAnthropicApiKeyArgs]
    Anthropic API Key information
    anthropic_key_uuid str
    Optional Anthropic API key ID to use with Anthropic models
    api_key_infos Sequence[GradientaiAgentApiKeyInfoArgs]
    List of API Key Infos
    api_keys Sequence[GradientaiAgentApiKeyArgs]
    List of API Keys
    chatbot_identifiers Sequence[GradientaiAgentChatbotIdentifierArgs]
    List of Chatbot Identifiers
    chatbots Sequence[GradientaiAgentChatbotArgs]
    ChatBot configuration
    child_agents Sequence[GradientaiAgentChildAgentArgs]
    List of child agents
    created_at str
    Timestamp when the Agent was created
    deployments Sequence[GradientaiAgentDeploymentArgs]
    List of API Key Infos
    description str
    Description for the Agent
    functions Sequence[GradientaiAgentFunctionArgs]
    List of Functions
    if_case str
    If case condition
    k int
    K value
    knowledge_base_uuids Sequence[str]
    Ids of the knowledge base(s) to attach to the agent
    knowledge_bases Sequence[GradientaiAgentKnowledgeBaseArgs]
    List of Knowledge Bases
    max_tokens int
    Maximum tokens allowed
    models Sequence[GradientaiAgentModelArgs]
    Model of the Agent
    name str
    Name of the Agent
    open_ai_api_keys Sequence[GradientaiAgentOpenAiApiKeyArgs]
    OpenAI API Key information
    open_ai_key_uuid str
    Optional OpenAI API key ID to use with OpenAI models
    parent_agents Sequence[GradientaiAgentParentAgentArgs]
    List of child agents
    provide_citations bool
    Indicates if the agent should provide citations in responses
    retrieval_method str
    Retrieval method used
    route_created_by str
    User who created the route
    route_name str
    Route name
    route_uuid str
    Route UUID
    tags Sequence[str]
    List of Tags
    temperature float
    Agent temperature setting
    templates Sequence[GradientaiAgentTemplateArgs]
    Agent Template
    top_p float
    Top P sampling parameter
    url str
    URL for the Agent
    user_id str
    User ID linked with the Agent
    instruction String
    Instruction for the Agent
    modelUuid String
    Model UUID of the Agent
    projectId String
    Project ID of the Agent
    region String
    Region where the Agent is deployed
    agentGuardrails List<Property Map>
    AgentGuardrail represents a Guardrail attached to Gen AI Agent
    anthropicApiKeys List<Property Map>
    Anthropic API Key information
    anthropicKeyUuid String
    Optional Anthropic API key ID to use with Anthropic models
    apiKeyInfos List<Property Map>
    List of API Key Infos
    apiKeys List<Property Map>
    List of API Keys
    chatbotIdentifiers List<Property Map>
    List of Chatbot Identifiers
    chatbots List<Property Map>
    ChatBot configuration
    childAgents List<Property Map>
    List of child agents
    createdAt String
    Timestamp when the Agent was created
    deployments List<Property Map>
    List of API Key Infos
    description String
    Description for the Agent
    functions List<Property Map>
    List of Functions
    ifCase String
    If case condition
    k Number
    K value
    knowledgeBaseUuids List<String>
    Ids of the knowledge base(s) to attach to the agent
    knowledgeBases List<Property Map>
    List of Knowledge Bases
    maxTokens Number
    Maximum tokens allowed
    models List<Property Map>
    Model of the Agent
    name String
    Name of the Agent
    openAiApiKeys List<Property Map>
    OpenAI API Key information
    openAiKeyUuid String
    Optional OpenAI API key ID to use with OpenAI models
    parentAgents List<Property Map>
    List of child agents
    provideCitations Boolean
    Indicates if the agent should provide citations in responses
    retrievalMethod String
    Retrieval method used
    routeCreatedBy String
    User who created the route
    routeName String
    Route name
    routeUuid String
    Route UUID
    tags List<String>
    List of Tags
    temperature Number
    Agent temperature setting
    templates List<Property Map>
    Agent Template
    topP Number
    Top P sampling parameter
    url String
    URL for the Agent
    userId String
    User ID linked with the Agent

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GradientaiAgent resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    RouteCreatedAt string
    Timestamp when the route was created
    UpdatedAt string
    Timestamp when the Agent was updated
    Id string
    The provider-assigned unique ID for this managed resource.
    RouteCreatedAt string
    Timestamp when the route was created
    UpdatedAt string
    Timestamp when the Agent was updated
    id String
    The provider-assigned unique ID for this managed resource.
    routeCreatedAt String
    Timestamp when the route was created
    updatedAt String
    Timestamp when the Agent was updated
    id string
    The provider-assigned unique ID for this managed resource.
    routeCreatedAt string
    Timestamp when the route was created
    updatedAt string
    Timestamp when the Agent was updated
    id str
    The provider-assigned unique ID for this managed resource.
    route_created_at str
    Timestamp when the route was created
    updated_at str
    Timestamp when the Agent was updated
    id String
    The provider-assigned unique ID for this managed resource.
    routeCreatedAt String
    Timestamp when the route was created
    updatedAt String
    Timestamp when the Agent was updated

    Look up Existing GradientaiAgent Resource

    Get an existing GradientaiAgent resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: GradientaiAgentState, opts?: CustomResourceOptions): GradientaiAgent
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            agent_guardrails: Optional[Sequence[GradientaiAgentAgentGuardrailArgs]] = None,
            anthropic_api_keys: Optional[Sequence[GradientaiAgentAnthropicApiKeyArgs]] = None,
            anthropic_key_uuid: Optional[str] = None,
            api_key_infos: Optional[Sequence[GradientaiAgentApiKeyInfoArgs]] = None,
            api_keys: Optional[Sequence[GradientaiAgentApiKeyArgs]] = None,
            chatbot_identifiers: Optional[Sequence[GradientaiAgentChatbotIdentifierArgs]] = None,
            chatbots: Optional[Sequence[GradientaiAgentChatbotArgs]] = None,
            child_agents: Optional[Sequence[GradientaiAgentChildAgentArgs]] = None,
            created_at: Optional[str] = None,
            deployments: Optional[Sequence[GradientaiAgentDeploymentArgs]] = None,
            description: Optional[str] = None,
            functions: Optional[Sequence[GradientaiAgentFunctionArgs]] = None,
            if_case: Optional[str] = None,
            instruction: Optional[str] = None,
            k: Optional[int] = None,
            knowledge_base_uuids: Optional[Sequence[str]] = None,
            knowledge_bases: Optional[Sequence[GradientaiAgentKnowledgeBaseArgs]] = None,
            max_tokens: Optional[int] = None,
            model_uuid: Optional[str] = None,
            models: Optional[Sequence[GradientaiAgentModelArgs]] = None,
            name: Optional[str] = None,
            open_ai_api_keys: Optional[Sequence[GradientaiAgentOpenAiApiKeyArgs]] = None,
            open_ai_key_uuid: Optional[str] = None,
            parent_agents: Optional[Sequence[GradientaiAgentParentAgentArgs]] = None,
            project_id: Optional[str] = None,
            provide_citations: Optional[bool] = None,
            region: Optional[str] = None,
            retrieval_method: Optional[str] = None,
            route_created_at: Optional[str] = None,
            route_created_by: Optional[str] = None,
            route_name: Optional[str] = None,
            route_uuid: Optional[str] = None,
            tags: Optional[Sequence[str]] = None,
            temperature: Optional[float] = None,
            templates: Optional[Sequence[GradientaiAgentTemplateArgs]] = None,
            top_p: Optional[float] = None,
            updated_at: Optional[str] = None,
            url: Optional[str] = None,
            user_id: Optional[str] = None) -> GradientaiAgent
    func GetGradientaiAgent(ctx *Context, name string, id IDInput, state *GradientaiAgentState, opts ...ResourceOption) (*GradientaiAgent, error)
    public static GradientaiAgent Get(string name, Input<string> id, GradientaiAgentState? state, CustomResourceOptions? opts = null)
    public static GradientaiAgent get(String name, Output<String> id, GradientaiAgentState state, CustomResourceOptions options)
    resources:  _:    type: digitalocean:GradientaiAgent    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AgentGuardrails List<Pulumi.DigitalOcean.Inputs.GradientaiAgentAgentGuardrail>
    AgentGuardrail represents a Guardrail attached to Gen AI Agent
    AnthropicApiKeys List<Pulumi.DigitalOcean.Inputs.GradientaiAgentAnthropicApiKey>
    Anthropic API Key information
    AnthropicKeyUuid string
    Optional Anthropic API key ID to use with Anthropic models
    ApiKeyInfos List<Pulumi.DigitalOcean.Inputs.GradientaiAgentApiKeyInfo>
    List of API Key Infos
    ApiKeys List<Pulumi.DigitalOcean.Inputs.GradientaiAgentApiKey>
    List of API Keys
    ChatbotIdentifiers List<Pulumi.DigitalOcean.Inputs.GradientaiAgentChatbotIdentifier>
    List of Chatbot Identifiers
    Chatbots List<Pulumi.DigitalOcean.Inputs.GradientaiAgentChatbot>
    ChatBot configuration
    ChildAgents List<Pulumi.DigitalOcean.Inputs.GradientaiAgentChildAgent>
    List of child agents
    CreatedAt string
    Timestamp when the Agent was created
    Deployments List<Pulumi.DigitalOcean.Inputs.GradientaiAgentDeployment>
    List of API Key Infos
    Description string
    Description for the Agent
    Functions List<Pulumi.DigitalOcean.Inputs.GradientaiAgentFunction>
    List of Functions
    IfCase string
    If case condition
    Instruction string
    Instruction for the Agent
    K int
    K value
    KnowledgeBaseUuids List<string>
    Ids of the knowledge base(s) to attach to the agent
    KnowledgeBases List<Pulumi.DigitalOcean.Inputs.GradientaiAgentKnowledgeBase>
    List of Knowledge Bases
    MaxTokens int
    Maximum tokens allowed
    ModelUuid string
    Model UUID of the Agent
    Models List<Pulumi.DigitalOcean.Inputs.GradientaiAgentModel>
    Model of the Agent
    Name string
    Name of the Agent
    OpenAiApiKeys List<Pulumi.DigitalOcean.Inputs.GradientaiAgentOpenAiApiKey>
    OpenAI API Key information
    OpenAiKeyUuid string
    Optional OpenAI API key ID to use with OpenAI models
    ParentAgents List<Pulumi.DigitalOcean.Inputs.GradientaiAgentParentAgent>
    List of child agents
    ProjectId string
    Project ID of the Agent
    ProvideCitations bool
    Indicates if the agent should provide citations in responses
    Region string
    Region where the Agent is deployed
    RetrievalMethod string
    Retrieval method used
    RouteCreatedAt string
    Timestamp when the route was created
    RouteCreatedBy string
    User who created the route
    RouteName string
    Route name
    RouteUuid string
    Route UUID
    Tags List<string>
    List of Tags
    Temperature double
    Agent temperature setting
    Templates List<Pulumi.DigitalOcean.Inputs.GradientaiAgentTemplate>
    Agent Template
    TopP double
    Top P sampling parameter
    UpdatedAt string
    Timestamp when the Agent was updated
    Url string
    URL for the Agent
    UserId string
    User ID linked with the Agent
    AgentGuardrails []GradientaiAgentAgentGuardrailArgs
    AgentGuardrail represents a Guardrail attached to Gen AI Agent
    AnthropicApiKeys []GradientaiAgentAnthropicApiKeyArgs
    Anthropic API Key information
    AnthropicKeyUuid string
    Optional Anthropic API key ID to use with Anthropic models
    ApiKeyInfos []GradientaiAgentApiKeyInfoArgs
    List of API Key Infos
    ApiKeys []GradientaiAgentApiKeyArgs
    List of API Keys
    ChatbotIdentifiers []GradientaiAgentChatbotIdentifierArgs
    List of Chatbot Identifiers
    Chatbots []GradientaiAgentChatbotArgs
    ChatBot configuration
    ChildAgents []GradientaiAgentChildAgentArgs
    List of child agents
    CreatedAt string
    Timestamp when the Agent was created
    Deployments []GradientaiAgentDeploymentArgs
    List of API Key Infos
    Description string
    Description for the Agent
    Functions []GradientaiAgentFunctionArgs
    List of Functions
    IfCase string
    If case condition
    Instruction string
    Instruction for the Agent
    K int
    K value
    KnowledgeBaseUuids []string
    Ids of the knowledge base(s) to attach to the agent
    KnowledgeBases []GradientaiAgentKnowledgeBaseArgs
    List of Knowledge Bases
    MaxTokens int
    Maximum tokens allowed
    ModelUuid string
    Model UUID of the Agent
    Models []GradientaiAgentModelArgs
    Model of the Agent
    Name string
    Name of the Agent
    OpenAiApiKeys []GradientaiAgentOpenAiApiKeyArgs
    OpenAI API Key information
    OpenAiKeyUuid string
    Optional OpenAI API key ID to use with OpenAI models
    ParentAgents []GradientaiAgentParentAgentArgs
    List of child agents
    ProjectId string
    Project ID of the Agent
    ProvideCitations bool
    Indicates if the agent should provide citations in responses
    Region string
    Region where the Agent is deployed
    RetrievalMethod string
    Retrieval method used
    RouteCreatedAt string
    Timestamp when the route was created
    RouteCreatedBy string
    User who created the route
    RouteName string
    Route name
    RouteUuid string
    Route UUID
    Tags []string
    List of Tags
    Temperature float64
    Agent temperature setting
    Templates []GradientaiAgentTemplateArgs
    Agent Template
    TopP float64
    Top P sampling parameter
    UpdatedAt string
    Timestamp when the Agent was updated
    Url string
    URL for the Agent
    UserId string
    User ID linked with the Agent
    agentGuardrails List<GradientaiAgentAgentGuardrail>
    AgentGuardrail represents a Guardrail attached to Gen AI Agent
    anthropicApiKeys List<GradientaiAgentAnthropicApiKey>
    Anthropic API Key information
    anthropicKeyUuid String
    Optional Anthropic API key ID to use with Anthropic models
    apiKeyInfos List<GradientaiAgentApiKeyInfo>
    List of API Key Infos
    apiKeys List<GradientaiAgentApiKey>
    List of API Keys
    chatbotIdentifiers List<GradientaiAgentChatbotIdentifier>
    List of Chatbot Identifiers
    chatbots List<GradientaiAgentChatbot>
    ChatBot configuration
    childAgents List<GradientaiAgentChildAgent>
    List of child agents
    createdAt String
    Timestamp when the Agent was created
    deployments List<GradientaiAgentDeployment>
    List of API Key Infos
    description String
    Description for the Agent
    functions List<GradientaiAgentFunction>
    List of Functions
    ifCase String
    If case condition
    instruction String
    Instruction for the Agent
    k Integer
    K value
    knowledgeBaseUuids List<String>
    Ids of the knowledge base(s) to attach to the agent
    knowledgeBases List<GradientaiAgentKnowledgeBase>
    List of Knowledge Bases
    maxTokens Integer
    Maximum tokens allowed
    modelUuid String
    Model UUID of the Agent
    models List<GradientaiAgentModel>
    Model of the Agent
    name String
    Name of the Agent
    openAiApiKeys List<GradientaiAgentOpenAiApiKey>
    OpenAI API Key information
    openAiKeyUuid String
    Optional OpenAI API key ID to use with OpenAI models
    parentAgents List<GradientaiAgentParentAgent>
    List of child agents
    projectId String
    Project ID of the Agent
    provideCitations Boolean
    Indicates if the agent should provide citations in responses
    region String
    Region where the Agent is deployed
    retrievalMethod String
    Retrieval method used
    routeCreatedAt String
    Timestamp when the route was created
    routeCreatedBy String
    User who created the route
    routeName String
    Route name
    routeUuid String
    Route UUID
    tags List<String>
    List of Tags
    temperature Double
    Agent temperature setting
    templates List<GradientaiAgentTemplate>
    Agent Template
    topP Double
    Top P sampling parameter
    updatedAt String
    Timestamp when the Agent was updated
    url String
    URL for the Agent
    userId String
    User ID linked with the Agent
    agentGuardrails GradientaiAgentAgentGuardrail[]
    AgentGuardrail represents a Guardrail attached to Gen AI Agent
    anthropicApiKeys GradientaiAgentAnthropicApiKey[]
    Anthropic API Key information
    anthropicKeyUuid string
    Optional Anthropic API key ID to use with Anthropic models
    apiKeyInfos GradientaiAgentApiKeyInfo[]
    List of API Key Infos
    apiKeys GradientaiAgentApiKey[]
    List of API Keys
    chatbotIdentifiers GradientaiAgentChatbotIdentifier[]
    List of Chatbot Identifiers
    chatbots GradientaiAgentChatbot[]
    ChatBot configuration
    childAgents GradientaiAgentChildAgent[]
    List of child agents
    createdAt string
    Timestamp when the Agent was created
    deployments GradientaiAgentDeployment[]
    List of API Key Infos
    description string
    Description for the Agent
    functions GradientaiAgentFunction[]
    List of Functions
    ifCase string
    If case condition
    instruction string
    Instruction for the Agent
    k number
    K value
    knowledgeBaseUuids string[]
    Ids of the knowledge base(s) to attach to the agent
    knowledgeBases GradientaiAgentKnowledgeBase[]
    List of Knowledge Bases
    maxTokens number
    Maximum tokens allowed
    modelUuid string
    Model UUID of the Agent
    models GradientaiAgentModel[]
    Model of the Agent
    name string
    Name of the Agent
    openAiApiKeys GradientaiAgentOpenAiApiKey[]
    OpenAI API Key information
    openAiKeyUuid string
    Optional OpenAI API key ID to use with OpenAI models
    parentAgents GradientaiAgentParentAgent[]
    List of child agents
    projectId string
    Project ID of the Agent
    provideCitations boolean
    Indicates if the agent should provide citations in responses
    region string
    Region where the Agent is deployed
    retrievalMethod string
    Retrieval method used
    routeCreatedAt string
    Timestamp when the route was created
    routeCreatedBy string
    User who created the route
    routeName string
    Route name
    routeUuid string
    Route UUID
    tags string[]
    List of Tags
    temperature number
    Agent temperature setting
    templates GradientaiAgentTemplate[]
    Agent Template
    topP number
    Top P sampling parameter
    updatedAt string
    Timestamp when the Agent was updated
    url string
    URL for the Agent
    userId string
    User ID linked with the Agent
    agent_guardrails Sequence[GradientaiAgentAgentGuardrailArgs]
    AgentGuardrail represents a Guardrail attached to Gen AI Agent
    anthropic_api_keys Sequence[GradientaiAgentAnthropicApiKeyArgs]
    Anthropic API Key information
    anthropic_key_uuid str
    Optional Anthropic API key ID to use with Anthropic models
    api_key_infos Sequence[GradientaiAgentApiKeyInfoArgs]
    List of API Key Infos
    api_keys Sequence[GradientaiAgentApiKeyArgs]
    List of API Keys
    chatbot_identifiers Sequence[GradientaiAgentChatbotIdentifierArgs]
    List of Chatbot Identifiers
    chatbots Sequence[GradientaiAgentChatbotArgs]
    ChatBot configuration
    child_agents Sequence[GradientaiAgentChildAgentArgs]
    List of child agents
    created_at str
    Timestamp when the Agent was created
    deployments Sequence[GradientaiAgentDeploymentArgs]
    List of API Key Infos
    description str
    Description for the Agent
    functions Sequence[GradientaiAgentFunctionArgs]
    List of Functions
    if_case str
    If case condition
    instruction str
    Instruction for the Agent
    k int
    K value
    knowledge_base_uuids Sequence[str]
    Ids of the knowledge base(s) to attach to the agent
    knowledge_bases Sequence[GradientaiAgentKnowledgeBaseArgs]
    List of Knowledge Bases
    max_tokens int
    Maximum tokens allowed
    model_uuid str
    Model UUID of the Agent
    models Sequence[GradientaiAgentModelArgs]
    Model of the Agent
    name str
    Name of the Agent
    open_ai_api_keys Sequence[GradientaiAgentOpenAiApiKeyArgs]
    OpenAI API Key information
    open_ai_key_uuid str
    Optional OpenAI API key ID to use with OpenAI models
    parent_agents Sequence[GradientaiAgentParentAgentArgs]
    List of child agents
    project_id str
    Project ID of the Agent
    provide_citations bool
    Indicates if the agent should provide citations in responses
    region str
    Region where the Agent is deployed
    retrieval_method str
    Retrieval method used
    route_created_at str
    Timestamp when the route was created
    route_created_by str
    User who created the route
    route_name str
    Route name
    route_uuid str
    Route UUID
    tags Sequence[str]
    List of Tags
    temperature float
    Agent temperature setting
    templates Sequence[GradientaiAgentTemplateArgs]
    Agent Template
    top_p float
    Top P sampling parameter
    updated_at str
    Timestamp when the Agent was updated
    url str
    URL for the Agent
    user_id str
    User ID linked with the Agent
    agentGuardrails List<Property Map>
    AgentGuardrail represents a Guardrail attached to Gen AI Agent
    anthropicApiKeys List<Property Map>
    Anthropic API Key information
    anthropicKeyUuid String
    Optional Anthropic API key ID to use with Anthropic models
    apiKeyInfos List<Property Map>
    List of API Key Infos
    apiKeys List<Property Map>
    List of API Keys
    chatbotIdentifiers List<Property Map>
    List of Chatbot Identifiers
    chatbots List<Property Map>
    ChatBot configuration
    childAgents List<Property Map>
    List of child agents
    createdAt String
    Timestamp when the Agent was created
    deployments List<Property Map>
    List of API Key Infos
    description String
    Description for the Agent
    functions List<Property Map>
    List of Functions
    ifCase String
    If case condition
    instruction String
    Instruction for the Agent
    k Number
    K value
    knowledgeBaseUuids List<String>
    Ids of the knowledge base(s) to attach to the agent
    knowledgeBases List<Property Map>
    List of Knowledge Bases
    maxTokens Number
    Maximum tokens allowed
    modelUuid String
    Model UUID of the Agent
    models List<Property Map>
    Model of the Agent
    name String
    Name of the Agent
    openAiApiKeys List<Property Map>
    OpenAI API Key information
    openAiKeyUuid String
    Optional OpenAI API key ID to use with OpenAI models
    parentAgents List<Property Map>
    List of child agents
    projectId String
    Project ID of the Agent
    provideCitations Boolean
    Indicates if the agent should provide citations in responses
    region String
    Region where the Agent is deployed
    retrievalMethod String
    Retrieval method used
    routeCreatedAt String
    Timestamp when the route was created
    routeCreatedBy String
    User who created the route
    routeName String
    Route name
    routeUuid String
    Route UUID
    tags List<String>
    List of Tags
    temperature Number
    Agent temperature setting
    templates List<Property Map>
    Agent Template
    topP Number
    Top P sampling parameter
    updatedAt String
    Timestamp when the Agent was updated
    url String
    URL for the Agent
    userId String
    User ID linked with the Agent

    Supporting Types

    GradientaiAgentAgentGuardrail, GradientaiAgentAgentGuardrailArgs

    AgentUuid string
    Agent UUID for the Guardrail
    CreatedAt string
    Created At timestamp for the Guardrail
    DefaultResponse string
    Default response for the Guardrail
    Description string
    Description of the Guardrail
    GuardrailUuid string
    Guardrail UUID
    IsAttached bool
    Indicates if the Guardrail is attached
    IsDefault bool
    Indicates if the Guardrail is default
    Name string
    Name of Guardrail
    Priority int
    Priority of the Guardrail
    Type string
    Type of the Guardrail
    UpdatedAt string
    Updated At timestamp for the Guardrail
    Uuid string
    Guardrail UUID
    AgentUuid string
    Agent UUID for the Guardrail
    CreatedAt string
    Created At timestamp for the Guardrail
    DefaultResponse string
    Default response for the Guardrail
    Description string
    Description of the Guardrail
    GuardrailUuid string
    Guardrail UUID
    IsAttached bool
    Indicates if the Guardrail is attached
    IsDefault bool
    Indicates if the Guardrail is default
    Name string
    Name of Guardrail
    Priority int
    Priority of the Guardrail
    Type string
    Type of the Guardrail
    UpdatedAt string
    Updated At timestamp for the Guardrail
    Uuid string
    Guardrail UUID
    agentUuid String
    Agent UUID for the Guardrail
    createdAt String
    Created At timestamp for the Guardrail
    defaultResponse String
    Default response for the Guardrail
    description String
    Description of the Guardrail
    guardrailUuid String
    Guardrail UUID
    isAttached Boolean
    Indicates if the Guardrail is attached
    isDefault Boolean
    Indicates if the Guardrail is default
    name String
    Name of Guardrail
    priority Integer
    Priority of the Guardrail
    type String
    Type of the Guardrail
    updatedAt String
    Updated At timestamp for the Guardrail
    uuid String
    Guardrail UUID
    agentUuid string
    Agent UUID for the Guardrail
    createdAt string
    Created At timestamp for the Guardrail
    defaultResponse string
    Default response for the Guardrail
    description string
    Description of the Guardrail
    guardrailUuid string
    Guardrail UUID
    isAttached boolean
    Indicates if the Guardrail is attached
    isDefault boolean
    Indicates if the Guardrail is default
    name string
    Name of Guardrail
    priority number
    Priority of the Guardrail
    type string
    Type of the Guardrail
    updatedAt string
    Updated At timestamp for the Guardrail
    uuid string
    Guardrail UUID
    agent_uuid str
    Agent UUID for the Guardrail
    created_at str
    Created At timestamp for the Guardrail
    default_response str
    Default response for the Guardrail
    description str
    Description of the Guardrail
    guardrail_uuid str
    Guardrail UUID
    is_attached bool
    Indicates if the Guardrail is attached
    is_default bool
    Indicates if the Guardrail is default
    name str
    Name of Guardrail
    priority int
    Priority of the Guardrail
    type str
    Type of the Guardrail
    updated_at str
    Updated At timestamp for the Guardrail
    uuid str
    Guardrail UUID
    agentUuid String
    Agent UUID for the Guardrail
    createdAt String
    Created At timestamp for the Guardrail
    defaultResponse String
    Default response for the Guardrail
    description String
    Description of the Guardrail
    guardrailUuid String
    Guardrail UUID
    isAttached Boolean
    Indicates if the Guardrail is attached
    isDefault Boolean
    Indicates if the Guardrail is default
    name String
    Name of Guardrail
    priority Number
    Priority of the Guardrail
    type String
    Type of the Guardrail
    updatedAt String
    Updated At timestamp for the Guardrail
    uuid String
    Guardrail UUID

    GradientaiAgentAnthropicApiKey, GradientaiAgentAnthropicApiKeyArgs

    CreatedAt string
    Timestamp when the API Key was created
    CreatedBy string
    Created By user ID for the API Key
    DeletedAt string
    Deleted At timestamp for the API Key
    Name string
    Name of the API Key
    UpdatedAt string
    Updated At timestamp for the API Key
    Uuid string
    API Key value
    CreatedAt string
    Timestamp when the API Key was created
    CreatedBy string
    Created By user ID for the API Key
    DeletedAt string
    Deleted At timestamp for the API Key
    Name string
    Name of the API Key
    UpdatedAt string
    Updated At timestamp for the API Key
    Uuid string
    API Key value
    createdAt String
    Timestamp when the API Key was created
    createdBy String
    Created By user ID for the API Key
    deletedAt String
    Deleted At timestamp for the API Key
    name String
    Name of the API Key
    updatedAt String
    Updated At timestamp for the API Key
    uuid String
    API Key value
    createdAt string
    Timestamp when the API Key was created
    createdBy string
    Created By user ID for the API Key
    deletedAt string
    Deleted At timestamp for the API Key
    name string
    Name of the API Key
    updatedAt string
    Updated At timestamp for the API Key
    uuid string
    API Key value
    created_at str
    Timestamp when the API Key was created
    created_by str
    Created By user ID for the API Key
    deleted_at str
    Deleted At timestamp for the API Key
    name str
    Name of the API Key
    updated_at str
    Updated At timestamp for the API Key
    uuid str
    API Key value
    createdAt String
    Timestamp when the API Key was created
    createdBy String
    Created By user ID for the API Key
    deletedAt String
    Deleted At timestamp for the API Key
    name String
    Name of the API Key
    updatedAt String
    Updated At timestamp for the API Key
    uuid String
    API Key value

    GradientaiAgentApiKey, GradientaiAgentApiKeyArgs

    ApiKey string
    API Key value
    ApiKey string
    API Key value
    apiKey String
    API Key value
    apiKey string
    API Key value
    api_key str
    API Key value
    apiKey String
    API Key value

    GradientaiAgentApiKeyInfo, GradientaiAgentApiKeyInfoArgs

    CreatedAt string
    API Key value
    CreatedBy string
    Created By user ID for the API Key
    DeletedAt string
    Deleted At timestamp for the API Key
    Name string
    Name of the API Key
    SecretKey string
    Updated At timestamp for the API Key
    Uuid string
    API Key value
    CreatedAt string
    API Key value
    CreatedBy string
    Created By user ID for the API Key
    DeletedAt string
    Deleted At timestamp for the API Key
    Name string
    Name of the API Key
    SecretKey string
    Updated At timestamp for the API Key
    Uuid string
    API Key value
    createdAt String
    API Key value
    createdBy String
    Created By user ID for the API Key
    deletedAt String
    Deleted At timestamp for the API Key
    name String
    Name of the API Key
    secretKey String
    Updated At timestamp for the API Key
    uuid String
    API Key value
    createdAt string
    API Key value
    createdBy string
    Created By user ID for the API Key
    deletedAt string
    Deleted At timestamp for the API Key
    name string
    Name of the API Key
    secretKey string
    Updated At timestamp for the API Key
    uuid string
    API Key value
    created_at str
    API Key value
    created_by str
    Created By user ID for the API Key
    deleted_at str
    Deleted At timestamp for the API Key
    name str
    Name of the API Key
    secret_key str
    Updated At timestamp for the API Key
    uuid str
    API Key value
    createdAt String
    API Key value
    createdBy String
    Created By user ID for the API Key
    deletedAt String
    Deleted At timestamp for the API Key
    name String
    Name of the API Key
    secretKey String
    Updated At timestamp for the API Key
    uuid String
    API Key value

    GradientaiAgentChatbot, GradientaiAgentChatbotArgs

    ButtonBackgroundColor string
    Background color for the chatbot button
    Logo string
    Logo for the chatbot
    Name string
    Name of the chatbot
    PrimaryColor string
    Primary color for the chatbot
    SecondaryColor string
    Secondary color for the chatbot
    StartingMessage string
    Starting message for the chatbot
    ButtonBackgroundColor string
    Background color for the chatbot button
    Logo string
    Logo for the chatbot
    Name string
    Name of the chatbot
    PrimaryColor string
    Primary color for the chatbot
    SecondaryColor string
    Secondary color for the chatbot
    StartingMessage string
    Starting message for the chatbot
    buttonBackgroundColor String
    Background color for the chatbot button
    logo String
    Logo for the chatbot
    name String
    Name of the chatbot
    primaryColor String
    Primary color for the chatbot
    secondaryColor String
    Secondary color for the chatbot
    startingMessage String
    Starting message for the chatbot
    buttonBackgroundColor string
    Background color for the chatbot button
    logo string
    Logo for the chatbot
    name string
    Name of the chatbot
    primaryColor string
    Primary color for the chatbot
    secondaryColor string
    Secondary color for the chatbot
    startingMessage string
    Starting message for the chatbot
    button_background_color str
    Background color for the chatbot button
    logo str
    Logo for the chatbot
    name str
    Name of the chatbot
    primary_color str
    Primary color for the chatbot
    secondary_color str
    Secondary color for the chatbot
    starting_message str
    Starting message for the chatbot
    buttonBackgroundColor String
    Background color for the chatbot button
    logo String
    Logo for the chatbot
    name String
    Name of the chatbot
    primaryColor String
    Primary color for the chatbot
    secondaryColor String
    Secondary color for the chatbot
    startingMessage String
    Starting message for the chatbot

    GradientaiAgentChatbotIdentifier, GradientaiAgentChatbotIdentifierArgs

    ChatbotId string
    ChatbotId string
    chatbotId String
    chatbotId string
    chatbotId String

    GradientaiAgentChildAgent, GradientaiAgentChildAgentArgs

    Instruction string
    Instruction for the Agent
    ModelUuid string
    Model UUID of the Agent
    Name string
    Name of the Agent
    ProjectId string
    Project ID of the Agent
    Region string
    Region where the Agent is deployed
    AgentId string
    ID of the child agent
    AnthropicApiKeys List<Pulumi.DigitalOcean.Inputs.GradientaiAgentChildAgentAnthropicApiKey>
    Anthropic API Key information
    ApiKeyInfos List<Pulumi.DigitalOcean.Inputs.GradientaiAgentChildAgentApiKeyInfo>
    List of API Key Infos
    ApiKeys List<Pulumi.DigitalOcean.Inputs.GradientaiAgentChildAgentApiKey>
    List of API Keys
    ChatbotIdentifiers List<Pulumi.DigitalOcean.Inputs.GradientaiAgentChildAgentChatbotIdentifier>
    List of Chatbot Identifiers
    Chatbots List<Pulumi.DigitalOcean.Inputs.GradientaiAgentChildAgentChatbot>
    ChatBot configuration
    Deployments List<Pulumi.DigitalOcean.Inputs.GradientaiAgentChildAgentDeployment>
    List of API Key Infos
    Description string
    Description for the Agent
    Instruction string
    Instruction for the Agent
    ModelUuid string
    Model UUID of the Agent
    Name string
    Name of the Agent
    ProjectId string
    Project ID of the Agent
    Region string
    Region where the Agent is deployed
    AgentId string
    ID of the child agent
    AnthropicApiKeys []GradientaiAgentChildAgentAnthropicApiKey
    Anthropic API Key information
    ApiKeyInfos []GradientaiAgentChildAgentApiKeyInfo
    List of API Key Infos
    ApiKeys []GradientaiAgentChildAgentApiKey
    List of API Keys
    ChatbotIdentifiers []GradientaiAgentChildAgentChatbotIdentifier
    List of Chatbot Identifiers
    Chatbots []GradientaiAgentChildAgentChatbot
    ChatBot configuration
    Deployments []GradientaiAgentChildAgentDeployment
    List of API Key Infos
    Description string
    Description for the Agent
    instruction String
    Instruction for the Agent
    modelUuid String
    Model UUID of the Agent
    name String
    Name of the Agent
    projectId String
    Project ID of the Agent
    region String
    Region where the Agent is deployed
    agentId String
    ID of the child agent
    anthropicApiKeys List<GradientaiAgentChildAgentAnthropicApiKey>
    Anthropic API Key information
    apiKeyInfos List<GradientaiAgentChildAgentApiKeyInfo>
    List of API Key Infos
    apiKeys List<GradientaiAgentChildAgentApiKey>
    List of API Keys
    chatbotIdentifiers List<GradientaiAgentChildAgentChatbotIdentifier>
    List of Chatbot Identifiers
    chatbots List<GradientaiAgentChildAgentChatbot>
    ChatBot configuration
    deployments List<GradientaiAgentChildAgentDeployment>
    List of API Key Infos
    description String
    Description for the Agent
    instruction string
    Instruction for the Agent
    modelUuid string
    Model UUID of the Agent
    name string
    Name of the Agent
    projectId string
    Project ID of the Agent
    region string
    Region where the Agent is deployed
    agentId string
    ID of the child agent
    anthropicApiKeys GradientaiAgentChildAgentAnthropicApiKey[]
    Anthropic API Key information
    apiKeyInfos GradientaiAgentChildAgentApiKeyInfo[]
    List of API Key Infos
    apiKeys GradientaiAgentChildAgentApiKey[]
    List of API Keys
    chatbotIdentifiers GradientaiAgentChildAgentChatbotIdentifier[]
    List of Chatbot Identifiers
    chatbots GradientaiAgentChildAgentChatbot[]
    ChatBot configuration
    deployments GradientaiAgentChildAgentDeployment[]
    List of API Key Infos
    description string
    Description for the Agent
    instruction str
    Instruction for the Agent
    model_uuid str
    Model UUID of the Agent
    name str
    Name of the Agent
    project_id str
    Project ID of the Agent
    region str
    Region where the Agent is deployed
    agent_id str
    ID of the child agent
    anthropic_api_keys Sequence[GradientaiAgentChildAgentAnthropicApiKey]
    Anthropic API Key information
    api_key_infos Sequence[GradientaiAgentChildAgentApiKeyInfo]
    List of API Key Infos
    api_keys Sequence[GradientaiAgentChildAgentApiKey]
    List of API Keys
    chatbot_identifiers Sequence[GradientaiAgentChildAgentChatbotIdentifier]
    List of Chatbot Identifiers
    chatbots Sequence[GradientaiAgentChildAgentChatbot]
    ChatBot configuration
    deployments Sequence[GradientaiAgentChildAgentDeployment]
    List of API Key Infos
    description str
    Description for the Agent
    instruction String
    Instruction for the Agent
    modelUuid String
    Model UUID of the Agent
    name String
    Name of the Agent
    projectId String
    Project ID of the Agent
    region String
    Region where the Agent is deployed
    agentId String
    ID of the child agent
    anthropicApiKeys List<Property Map>
    Anthropic API Key information
    apiKeyInfos List<Property Map>
    List of API Key Infos
    apiKeys List<Property Map>
    List of API Keys
    chatbotIdentifiers List<Property Map>
    List of Chatbot Identifiers
    chatbots List<Property Map>
    ChatBot configuration
    deployments List<Property Map>
    List of API Key Infos
    description String
    Description for the Agent

    GradientaiAgentChildAgentAnthropicApiKey, GradientaiAgentChildAgentAnthropicApiKeyArgs

    CreatedAt string
    Timestamp when the API Key was created
    CreatedBy string
    Created By user ID for the API Key
    DeletedAt string
    Deleted At timestamp for the API Key
    Name string
    Name of the API Key
    UpdatedAt string
    Updated At timestamp for the API Key
    Uuid string
    API Key value
    CreatedAt string
    Timestamp when the API Key was created
    CreatedBy string
    Created By user ID for the API Key
    DeletedAt string
    Deleted At timestamp for the API Key
    Name string
    Name of the API Key
    UpdatedAt string
    Updated At timestamp for the API Key
    Uuid string
    API Key value
    createdAt String
    Timestamp when the API Key was created
    createdBy String
    Created By user ID for the API Key
    deletedAt String
    Deleted At timestamp for the API Key
    name String
    Name of the API Key
    updatedAt String
    Updated At timestamp for the API Key
    uuid String
    API Key value
    createdAt string
    Timestamp when the API Key was created
    createdBy string
    Created By user ID for the API Key
    deletedAt string
    Deleted At timestamp for the API Key
    name string
    Name of the API Key
    updatedAt string
    Updated At timestamp for the API Key
    uuid string
    API Key value
    created_at str
    Timestamp when the API Key was created
    created_by str
    Created By user ID for the API Key
    deleted_at str
    Deleted At timestamp for the API Key
    name str
    Name of the API Key
    updated_at str
    Updated At timestamp for the API Key
    uuid str
    API Key value
    createdAt String
    Timestamp when the API Key was created
    createdBy String
    Created By user ID for the API Key
    deletedAt String
    Deleted At timestamp for the API Key
    name String
    Name of the API Key
    updatedAt String
    Updated At timestamp for the API Key
    uuid String
    API Key value

    GradientaiAgentChildAgentApiKey, GradientaiAgentChildAgentApiKeyArgs

    ApiKey string
    API Key value
    ApiKey string
    API Key value
    apiKey String
    API Key value
    apiKey string
    API Key value
    api_key str
    API Key value
    apiKey String
    API Key value

    GradientaiAgentChildAgentApiKeyInfo, GradientaiAgentChildAgentApiKeyInfoArgs

    CreatedAt string
    API Key value
    CreatedBy string
    Created By user ID for the API Key
    DeletedAt string
    Deleted At timestamp for the API Key
    Name string
    Name of the API Key
    SecretKey string
    Updated At timestamp for the API Key
    Uuid string
    API Key value
    CreatedAt string
    API Key value
    CreatedBy string
    Created By user ID for the API Key
    DeletedAt string
    Deleted At timestamp for the API Key
    Name string
    Name of the API Key
    SecretKey string
    Updated At timestamp for the API Key
    Uuid string
    API Key value
    createdAt String
    API Key value
    createdBy String
    Created By user ID for the API Key
    deletedAt String
    Deleted At timestamp for the API Key
    name String
    Name of the API Key
    secretKey String
    Updated At timestamp for the API Key
    uuid String
    API Key value
    createdAt string
    API Key value
    createdBy string
    Created By user ID for the API Key
    deletedAt string
    Deleted At timestamp for the API Key
    name string
    Name of the API Key
    secretKey string
    Updated At timestamp for the API Key
    uuid string
    API Key value
    created_at str
    API Key value
    created_by str
    Created By user ID for the API Key
    deleted_at str
    Deleted At timestamp for the API Key
    name str
    Name of the API Key
    secret_key str
    Updated At timestamp for the API Key
    uuid str
    API Key value
    createdAt String
    API Key value
    createdBy String
    Created By user ID for the API Key
    deletedAt String
    Deleted At timestamp for the API Key
    name String
    Name of the API Key
    secretKey String
    Updated At timestamp for the API Key
    uuid String
    API Key value

    GradientaiAgentChildAgentChatbot, GradientaiAgentChildAgentChatbotArgs

    ButtonBackgroundColor string
    Background color for the chatbot button
    Logo string
    Logo for the chatbot
    Name string
    Name of the chatbot
    PrimaryColor string
    Primary color for the chatbot
    SecondaryColor string
    Secondary color for the chatbot
    StartingMessage string
    Starting message for the chatbot
    ButtonBackgroundColor string
    Background color for the chatbot button
    Logo string
    Logo for the chatbot
    Name string
    Name of the chatbot
    PrimaryColor string
    Primary color for the chatbot
    SecondaryColor string
    Secondary color for the chatbot
    StartingMessage string
    Starting message for the chatbot
    buttonBackgroundColor String
    Background color for the chatbot button
    logo String
    Logo for the chatbot
    name String
    Name of the chatbot
    primaryColor String
    Primary color for the chatbot
    secondaryColor String
    Secondary color for the chatbot
    startingMessage String
    Starting message for the chatbot
    buttonBackgroundColor string
    Background color for the chatbot button
    logo string
    Logo for the chatbot
    name string
    Name of the chatbot
    primaryColor string
    Primary color for the chatbot
    secondaryColor string
    Secondary color for the chatbot
    startingMessage string
    Starting message for the chatbot
    button_background_color str
    Background color for the chatbot button
    logo str
    Logo for the chatbot
    name str
    Name of the chatbot
    primary_color str
    Primary color for the chatbot
    secondary_color str
    Secondary color for the chatbot
    starting_message str
    Starting message for the chatbot
    buttonBackgroundColor String
    Background color for the chatbot button
    logo String
    Logo for the chatbot
    name String
    Name of the chatbot
    primaryColor String
    Primary color for the chatbot
    secondaryColor String
    Secondary color for the chatbot
    startingMessage String
    Starting message for the chatbot

    GradientaiAgentChildAgentChatbotIdentifier, GradientaiAgentChildAgentChatbotIdentifierArgs

    ChatbotId string
    ChatbotId string
    chatbotId String
    chatbotId string
    chatbotId String

    GradientaiAgentChildAgentDeployment, GradientaiAgentChildAgentDeploymentArgs

    CreatedAt string
    API Key value
    Name string
    Name of the API Key
    Status string
    Status of the Deployment
    UpdatedAt string
    Updated At timestamp for the Agent
    Url string
    Url of the Deployment
    Uuid string
    API Key value
    Visibility string
    Visibility of the Deployment
    CreatedAt string
    API Key value
    Name string
    Name of the API Key
    Status string
    Status of the Deployment
    UpdatedAt string
    Updated At timestamp for the Agent
    Url string
    Url of the Deployment
    Uuid string
    API Key value
    Visibility string
    Visibility of the Deployment
    createdAt String
    API Key value
    name String
    Name of the API Key
    status String
    Status of the Deployment
    updatedAt String
    Updated At timestamp for the Agent
    url String
    Url of the Deployment
    uuid String
    API Key value
    visibility String
    Visibility of the Deployment
    createdAt string
    API Key value
    name string
    Name of the API Key
    status string
    Status of the Deployment
    updatedAt string
    Updated At timestamp for the Agent
    url string
    Url of the Deployment
    uuid string
    API Key value
    visibility string
    Visibility of the Deployment
    created_at str
    API Key value
    name str
    Name of the API Key
    status str
    Status of the Deployment
    updated_at str
    Updated At timestamp for the Agent
    url str
    Url of the Deployment
    uuid str
    API Key value
    visibility str
    Visibility of the Deployment
    createdAt String
    API Key value
    name String
    Name of the API Key
    status String
    Status of the Deployment
    updatedAt String
    Updated At timestamp for the Agent
    url String
    Url of the Deployment
    uuid String
    API Key value
    visibility String
    Visibility of the Deployment

    GradientaiAgentDeployment, GradientaiAgentDeploymentArgs

    CreatedAt string
    API Key value
    Name string
    Name of the API Key
    Status string
    Status of the Deployment
    UpdatedAt string
    Updated At timestamp for the Agent
    Url string
    Url of the Deployment
    Uuid string
    API Key value
    Visibility string
    Visibility of the Deployment
    CreatedAt string
    API Key value
    Name string
    Name of the API Key
    Status string
    Status of the Deployment
    UpdatedAt string
    Updated At timestamp for the Agent
    Url string
    Url of the Deployment
    Uuid string
    API Key value
    Visibility string
    Visibility of the Deployment
    createdAt String
    API Key value
    name String
    Name of the API Key
    status String
    Status of the Deployment
    updatedAt String
    Updated At timestamp for the Agent
    url String
    Url of the Deployment
    uuid String
    API Key value
    visibility String
    Visibility of the Deployment
    createdAt string
    API Key value
    name string
    Name of the API Key
    status string
    Status of the Deployment
    updatedAt string
    Updated At timestamp for the Agent
    url string
    Url of the Deployment
    uuid string
    API Key value
    visibility string
    Visibility of the Deployment
    created_at str
    API Key value
    name str
    Name of the API Key
    status str
    Status of the Deployment
    updated_at str
    Updated At timestamp for the Agent
    url str
    Url of the Deployment
    uuid str
    API Key value
    visibility str
    Visibility of the Deployment
    createdAt String
    API Key value
    name String
    Name of the API Key
    status String
    Status of the Deployment
    updatedAt String
    Updated At timestamp for the Agent
    url String
    Url of the Deployment
    uuid String
    API Key value
    visibility String
    Visibility of the Deployment

    GradientaiAgentFunction, GradientaiAgentFunctionArgs

    ApiKey string
    API Key value
    CreatedAt string
    Created At timestamp for the Function
    Description string
    Description of the Function
    Faasname string
    Name of function
    Faasnamespace string
    Namespace of function
    GuardrailUuid string
    Guardrail UUID for the Function
    Name string
    Name of function
    UpdatedAt string
    Updated At timestamp for the Agent
    Url string
    Url of the Deployment
    Uuid string
    API Key value
    ApiKey string
    API Key value
    CreatedAt string
    Created At timestamp for the Function
    Description string
    Description of the Function
    Faasname string
    Name of function
    Faasnamespace string
    Namespace of function
    GuardrailUuid string
    Guardrail UUID for the Function
    Name string
    Name of function
    UpdatedAt string
    Updated At timestamp for the Agent
    Url string
    Url of the Deployment
    Uuid string
    API Key value
    apiKey String
    API Key value
    createdAt String
    Created At timestamp for the Function
    description String
    Description of the Function
    faasname String
    Name of function
    faasnamespace String
    Namespace of function
    guardrailUuid String
    Guardrail UUID for the Function
    name String
    Name of function
    updatedAt String
    Updated At timestamp for the Agent
    url String
    Url of the Deployment
    uuid String
    API Key value
    apiKey string
    API Key value
    createdAt string
    Created At timestamp for the Function
    description string
    Description of the Function
    faasname string
    Name of function
    faasnamespace string
    Namespace of function
    guardrailUuid string
    Guardrail UUID for the Function
    name string
    Name of function
    updatedAt string
    Updated At timestamp for the Agent
    url string
    Url of the Deployment
    uuid string
    API Key value
    api_key str
    API Key value
    created_at str
    Created At timestamp for the Function
    description str
    Description of the Function
    faasname str
    Name of function
    faasnamespace str
    Namespace of function
    guardrail_uuid str
    Guardrail UUID for the Function
    name str
    Name of function
    updated_at str
    Updated At timestamp for the Agent
    url str
    Url of the Deployment
    uuid str
    API Key value
    apiKey String
    API Key value
    createdAt String
    Created At timestamp for the Function
    description String
    Description of the Function
    faasname String
    Name of function
    faasnamespace String
    Namespace of function
    guardrailUuid String
    Guardrail UUID for the Function
    name String
    Name of function
    updatedAt String
    Updated At timestamp for the Agent
    url String
    Url of the Deployment
    uuid String
    API Key value

    GradientaiAgentKnowledgeBase, GradientaiAgentKnowledgeBaseArgs

    AddedToAgentAt string
    Timestamp when the Knowledge Base was added to the Agent
    CreatedAt string
    Created At timestamp for the Knowledge Base
    DatabaseId string
    Database ID of the Knowledge Base
    EmbeddingModelUuid string
    Embedding model UUID for the Knowledge Base
    IsPublic bool
    Indicates if the Knowledge Base is public
    LastIndexingJob Pulumi.DigitalOcean.Inputs.GradientaiAgentKnowledgeBaseLastIndexingJob
    Last indexing job for the Knowledge Base
    Name string
    Name of the Knowledge Base
    ProjectId string
    Project ID of the Knowledge Base
    Region string
    Region of the Knowledge Base
    Tags List<string>
    List of tags
    UpdatedAt string
    Timestamp when the Knowledge Base was updated
    UserId string
    User ID of the Knowledge Base
    Uuid string
    UUID of the Knowledge Base
    AddedToAgentAt string
    Timestamp when the Knowledge Base was added to the Agent
    CreatedAt string
    Created At timestamp for the Knowledge Base
    DatabaseId string
    Database ID of the Knowledge Base
    EmbeddingModelUuid string
    Embedding model UUID for the Knowledge Base
    IsPublic bool
    Indicates if the Knowledge Base is public
    LastIndexingJob GradientaiAgentKnowledgeBaseLastIndexingJob
    Last indexing job for the Knowledge Base
    Name string
    Name of the Knowledge Base
    ProjectId string
    Project ID of the Knowledge Base
    Region string
    Region of the Knowledge Base
    Tags []string
    List of tags
    UpdatedAt string
    Timestamp when the Knowledge Base was updated
    UserId string
    User ID of the Knowledge Base
    Uuid string
    UUID of the Knowledge Base
    addedToAgentAt String
    Timestamp when the Knowledge Base was added to the Agent
    createdAt String
    Created At timestamp for the Knowledge Base
    databaseId String
    Database ID of the Knowledge Base
    embeddingModelUuid String
    Embedding model UUID for the Knowledge Base
    isPublic Boolean
    Indicates if the Knowledge Base is public
    lastIndexingJob GradientaiAgentKnowledgeBaseLastIndexingJob
    Last indexing job for the Knowledge Base
    name String
    Name of the Knowledge Base
    projectId String
    Project ID of the Knowledge Base
    region String
    Region of the Knowledge Base
    tags List<String>
    List of tags
    updatedAt String
    Timestamp when the Knowledge Base was updated
    userId String
    User ID of the Knowledge Base
    uuid String
    UUID of the Knowledge Base
    addedToAgentAt string
    Timestamp when the Knowledge Base was added to the Agent
    createdAt string
    Created At timestamp for the Knowledge Base
    databaseId string
    Database ID of the Knowledge Base
    embeddingModelUuid string
    Embedding model UUID for the Knowledge Base
    isPublic boolean
    Indicates if the Knowledge Base is public
    lastIndexingJob GradientaiAgentKnowledgeBaseLastIndexingJob
    Last indexing job for the Knowledge Base
    name string
    Name of the Knowledge Base
    projectId string
    Project ID of the Knowledge Base
    region string
    Region of the Knowledge Base
    tags string[]
    List of tags
    updatedAt string
    Timestamp when the Knowledge Base was updated
    userId string
    User ID of the Knowledge Base
    uuid string
    UUID of the Knowledge Base
    added_to_agent_at str
    Timestamp when the Knowledge Base was added to the Agent
    created_at str
    Created At timestamp for the Knowledge Base
    database_id str
    Database ID of the Knowledge Base
    embedding_model_uuid str
    Embedding model UUID for the Knowledge Base
    is_public bool
    Indicates if the Knowledge Base is public
    last_indexing_job GradientaiAgentKnowledgeBaseLastIndexingJob
    Last indexing job for the Knowledge Base
    name str
    Name of the Knowledge Base
    project_id str
    Project ID of the Knowledge Base
    region str
    Region of the Knowledge Base
    tags Sequence[str]
    List of tags
    updated_at str
    Timestamp when the Knowledge Base was updated
    user_id str
    User ID of the Knowledge Base
    uuid str
    UUID of the Knowledge Base
    addedToAgentAt String
    Timestamp when the Knowledge Base was added to the Agent
    createdAt String
    Created At timestamp for the Knowledge Base
    databaseId String
    Database ID of the Knowledge Base
    embeddingModelUuid String
    Embedding model UUID for the Knowledge Base
    isPublic Boolean
    Indicates if the Knowledge Base is public
    lastIndexingJob Property Map
    Last indexing job for the Knowledge Base
    name String
    Name of the Knowledge Base
    projectId String
    Project ID of the Knowledge Base
    region String
    Region of the Knowledge Base
    tags List<String>
    List of tags
    updatedAt String
    Timestamp when the Knowledge Base was updated
    userId String
    User ID of the Knowledge Base
    uuid String
    UUID of the Knowledge Base

    GradientaiAgentKnowledgeBaseLastIndexingJob, GradientaiAgentKnowledgeBaseLastIndexingJobArgs

    CompletedDatasources int
    Number of completed datasources in the last indexing job
    CreatedAt string
    Created At timestamp for the last indexing job
    DataSourceUuids List<string>
    Datasource UUIDs for the last indexing job
    FinishedAt string
    Timestamp when the last indexing job finished
    KnowledgeBaseUuid string
    UUID of the Knowledge Base for the last indexing job
    Phase string
    Phase of the last indexing job
    StartedAt string
    Timestamp when the last indexing job started
    Tokens int
    Number of tokens processed in the last indexing job
    TotalDatasources int
    Total number of datasources in the last indexing job
    UpdatedAt string
    Timestamp when the last indexing job updated
    Uuid string
    UUID of the last indexing job
    CompletedDatasources int
    Number of completed datasources in the last indexing job
    CreatedAt string
    Created At timestamp for the last indexing job
    DataSourceUuids []string
    Datasource UUIDs for the last indexing job
    FinishedAt string
    Timestamp when the last indexing job finished
    KnowledgeBaseUuid string
    UUID of the Knowledge Base for the last indexing job
    Phase string
    Phase of the last indexing job
    StartedAt string
    Timestamp when the last indexing job started
    Tokens int
    Number of tokens processed in the last indexing job
    TotalDatasources int
    Total number of datasources in the last indexing job
    UpdatedAt string
    Timestamp when the last indexing job updated
    Uuid string
    UUID of the last indexing job
    completedDatasources Integer
    Number of completed datasources in the last indexing job
    createdAt String
    Created At timestamp for the last indexing job
    dataSourceUuids List<String>
    Datasource UUIDs for the last indexing job
    finishedAt String
    Timestamp when the last indexing job finished
    knowledgeBaseUuid String
    UUID of the Knowledge Base for the last indexing job
    phase String
    Phase of the last indexing job
    startedAt String
    Timestamp when the last indexing job started
    tokens Integer
    Number of tokens processed in the last indexing job
    totalDatasources Integer
    Total number of datasources in the last indexing job
    updatedAt String
    Timestamp when the last indexing job updated
    uuid String
    UUID of the last indexing job
    completedDatasources number
    Number of completed datasources in the last indexing job
    createdAt string
    Created At timestamp for the last indexing job
    dataSourceUuids string[]
    Datasource UUIDs for the last indexing job
    finishedAt string
    Timestamp when the last indexing job finished
    knowledgeBaseUuid string
    UUID of the Knowledge Base for the last indexing job
    phase string
    Phase of the last indexing job
    startedAt string
    Timestamp when the last indexing job started
    tokens number
    Number of tokens processed in the last indexing job
    totalDatasources number
    Total number of datasources in the last indexing job
    updatedAt string
    Timestamp when the last indexing job updated
    uuid string
    UUID of the last indexing job
    completed_datasources int
    Number of completed datasources in the last indexing job
    created_at str
    Created At timestamp for the last indexing job
    data_source_uuids Sequence[str]
    Datasource UUIDs for the last indexing job
    finished_at str
    Timestamp when the last indexing job finished
    knowledge_base_uuid str
    UUID of the Knowledge Base for the last indexing job
    phase str
    Phase of the last indexing job
    started_at str
    Timestamp when the last indexing job started
    tokens int
    Number of tokens processed in the last indexing job
    total_datasources int
    Total number of datasources in the last indexing job
    updated_at str
    Timestamp when the last indexing job updated
    uuid str
    UUID of the last indexing job
    completedDatasources Number
    Number of completed datasources in the last indexing job
    createdAt String
    Created At timestamp for the last indexing job
    dataSourceUuids List<String>
    Datasource UUIDs for the last indexing job
    finishedAt String
    Timestamp when the last indexing job finished
    knowledgeBaseUuid String
    UUID of the Knowledge Base for the last indexing job
    phase String
    Phase of the last indexing job
    startedAt String
    Timestamp when the last indexing job started
    tokens Number
    Number of tokens processed in the last indexing job
    totalDatasources Number
    Total number of datasources in the last indexing job
    updatedAt String
    Timestamp when the last indexing job updated
    uuid String
    UUID of the last indexing job

    GradientaiAgentModel, GradientaiAgentModelArgs

    Agreements List<Pulumi.DigitalOcean.Inputs.GradientaiAgentModelAgreement>
    Agreement information for the model
    CreatedAt string
    Created At timestamp for the Knowledge Base
    InferenceName string
    Inference name of the model
    InferenceVersion string
    Infernce version of the model
    IsFoundational bool
    Indicates if the Model Base is foundational
    Name string
    Name of the Knowledge Base
    ParentUuid string
    Parent UUID of the Model
    Provider string
    Provider of the Model
    UpdatedAt string
    Timestamp when the Knowledge Base was updated
    UploadComplete bool
    Indicates if the Model upload is complete
    Url string
    URL of the Model
    Usecases List<string>
    List of Usecases for the Model
    Versions List<Pulumi.DigitalOcean.Inputs.GradientaiAgentModelVersion>
    URL of the Model
    Agreements []GradientaiAgentModelAgreement
    Agreement information for the model
    CreatedAt string
    Created At timestamp for the Knowledge Base
    InferenceName string
    Inference name of the model
    InferenceVersion string
    Infernce version of the model
    IsFoundational bool
    Indicates if the Model Base is foundational
    Name string
    Name of the Knowledge Base
    ParentUuid string
    Parent UUID of the Model
    Provider string
    Provider of the Model
    UpdatedAt string
    Timestamp when the Knowledge Base was updated
    UploadComplete bool
    Indicates if the Model upload is complete
    Url string
    URL of the Model
    Usecases []string
    List of Usecases for the Model
    Versions []GradientaiAgentModelVersion
    URL of the Model
    agreements List<GradientaiAgentModelAgreement>
    Agreement information for the model
    createdAt String
    Created At timestamp for the Knowledge Base
    inferenceName String
    Inference name of the model
    inferenceVersion String
    Infernce version of the model
    isFoundational Boolean
    Indicates if the Model Base is foundational
    name String
    Name of the Knowledge Base
    parentUuid String
    Parent UUID of the Model
    provider String
    Provider of the Model
    updatedAt String
    Timestamp when the Knowledge Base was updated
    uploadComplete Boolean
    Indicates if the Model upload is complete
    url String
    URL of the Model
    usecases List<String>
    List of Usecases for the Model
    versions List<GradientaiAgentModelVersion>
    URL of the Model
    agreements GradientaiAgentModelAgreement[]
    Agreement information for the model
    createdAt string
    Created At timestamp for the Knowledge Base
    inferenceName string
    Inference name of the model
    inferenceVersion string
    Infernce version of the model
    isFoundational boolean
    Indicates if the Model Base is foundational
    name string
    Name of the Knowledge Base
    parentUuid string
    Parent UUID of the Model
    provider string
    Provider of the Model
    updatedAt string
    Timestamp when the Knowledge Base was updated
    uploadComplete boolean
    Indicates if the Model upload is complete
    url string
    URL of the Model
    usecases string[]
    List of Usecases for the Model
    versions GradientaiAgentModelVersion[]
    URL of the Model
    agreements Sequence[GradientaiAgentModelAgreement]
    Agreement information for the model
    created_at str
    Created At timestamp for the Knowledge Base
    inference_name str
    Inference name of the model
    inference_version str
    Infernce version of the model
    is_foundational bool
    Indicates if the Model Base is foundational
    name str
    Name of the Knowledge Base
    parent_uuid str
    Parent UUID of the Model
    provider str
    Provider of the Model
    updated_at str
    Timestamp when the Knowledge Base was updated
    upload_complete bool
    Indicates if the Model upload is complete
    url str
    URL of the Model
    usecases Sequence[str]
    List of Usecases for the Model
    versions Sequence[GradientaiAgentModelVersion]
    URL of the Model
    agreements List<Property Map>
    Agreement information for the model
    createdAt String
    Created At timestamp for the Knowledge Base
    inferenceName String
    Inference name of the model
    inferenceVersion String
    Infernce version of the model
    isFoundational Boolean
    Indicates if the Model Base is foundational
    name String
    Name of the Knowledge Base
    parentUuid String
    Parent UUID of the Model
    provider String
    Provider of the Model
    updatedAt String
    Timestamp when the Knowledge Base was updated
    uploadComplete Boolean
    Indicates if the Model upload is complete
    url String
    URL of the Model
    usecases List<String>
    List of Usecases for the Model
    versions List<Property Map>
    URL of the Model

    GradientaiAgentModelAgreement, GradientaiAgentModelAgreementArgs

    Description string
    Description of the agreement
    Name string
    Name of the agreement
    Url string
    URL of the agreement
    Uuid string
    UUID of the agreement
    Description string
    Description of the agreement
    Name string
    Name of the agreement
    Url string
    URL of the agreement
    Uuid string
    UUID of the agreement
    description String
    Description of the agreement
    name String
    Name of the agreement
    url String
    URL of the agreement
    uuid String
    UUID of the agreement
    description string
    Description of the agreement
    name string
    Name of the agreement
    url string
    URL of the agreement
    uuid string
    UUID of the agreement
    description str
    Description of the agreement
    name str
    Name of the agreement
    url str
    URL of the agreement
    uuid str
    UUID of the agreement
    description String
    Description of the agreement
    name String
    Name of the agreement
    url String
    URL of the agreement
    uuid String
    UUID of the agreement

    GradientaiAgentModelVersion, GradientaiAgentModelVersionArgs

    Major int
    Major version of the model
    Minor int
    Minor version of the model
    Patch int
    Patch version of the model
    Major int
    Major version of the model
    Minor int
    Minor version of the model
    Patch int
    Patch version of the model
    major Integer
    Major version of the model
    minor Integer
    Minor version of the model
    patch Integer
    Patch version of the model
    major number
    Major version of the model
    minor number
    Minor version of the model
    patch number
    Patch version of the model
    major int
    Major version of the model
    minor int
    Minor version of the model
    patch int
    Patch version of the model
    major Number
    Major version of the model
    minor Number
    Minor version of the model
    patch Number
    Patch version of the model

    GradientaiAgentOpenAiApiKey, GradientaiAgentOpenAiApiKeyArgs

    CreatedAt string
    Timestamp when the API Key was created
    CreatedBy string
    Created By user ID for the API Key
    DeletedAt string
    Deleted At timestamp for the API Key
    Name string
    Name of the API Key
    UpdatedAt string
    Updated At timestamp for the API Key
    Uuid string
    API Key value
    CreatedAt string
    Timestamp when the API Key was created
    CreatedBy string
    Created By user ID for the API Key
    DeletedAt string
    Deleted At timestamp for the API Key
    Name string
    Name of the API Key
    UpdatedAt string
    Updated At timestamp for the API Key
    Uuid string
    API Key value
    createdAt String
    Timestamp when the API Key was created
    createdBy String
    Created By user ID for the API Key
    deletedAt String
    Deleted At timestamp for the API Key
    name String
    Name of the API Key
    updatedAt String
    Updated At timestamp for the API Key
    uuid String
    API Key value
    createdAt string
    Timestamp when the API Key was created
    createdBy string
    Created By user ID for the API Key
    deletedAt string
    Deleted At timestamp for the API Key
    name string
    Name of the API Key
    updatedAt string
    Updated At timestamp for the API Key
    uuid string
    API Key value
    created_at str
    Timestamp when the API Key was created
    created_by str
    Created By user ID for the API Key
    deleted_at str
    Deleted At timestamp for the API Key
    name str
    Name of the API Key
    updated_at str
    Updated At timestamp for the API Key
    uuid str
    API Key value
    createdAt String
    Timestamp when the API Key was created
    createdBy String
    Created By user ID for the API Key
    deletedAt String
    Deleted At timestamp for the API Key
    name String
    Name of the API Key
    updatedAt String
    Updated At timestamp for the API Key
    uuid String
    API Key value

    GradientaiAgentParentAgent, GradientaiAgentParentAgentArgs

    Instruction string
    Instruction for the Agent
    ModelUuid string
    Model UUID of the Agent
    Name string
    Name of the Agent
    ProjectId string
    Project ID of the Agent
    Region string
    Region where the Agent is deployed
    AgentId string
    ID of the child agent
    AnthropicApiKeys List<Pulumi.DigitalOcean.Inputs.GradientaiAgentParentAgentAnthropicApiKey>
    Anthropic API Key information
    ApiKeyInfos List<Pulumi.DigitalOcean.Inputs.GradientaiAgentParentAgentApiKeyInfo>
    List of API Key Infos
    ApiKeys List<Pulumi.DigitalOcean.Inputs.GradientaiAgentParentAgentApiKey>
    List of API Keys
    ChatbotIdentifiers List<Pulumi.DigitalOcean.Inputs.GradientaiAgentParentAgentChatbotIdentifier>
    List of Chatbot Identifiers
    Chatbots List<Pulumi.DigitalOcean.Inputs.GradientaiAgentParentAgentChatbot>
    ChatBot configuration
    Deployments List<Pulumi.DigitalOcean.Inputs.GradientaiAgentParentAgentDeployment>
    List of API Key Infos
    Description string
    Description for the Agent
    Instruction string
    Instruction for the Agent
    ModelUuid string
    Model UUID of the Agent
    Name string
    Name of the Agent
    ProjectId string
    Project ID of the Agent
    Region string
    Region where the Agent is deployed
    AgentId string
    ID of the child agent
    AnthropicApiKeys []GradientaiAgentParentAgentAnthropicApiKey
    Anthropic API Key information
    ApiKeyInfos []GradientaiAgentParentAgentApiKeyInfo
    List of API Key Infos
    ApiKeys []GradientaiAgentParentAgentApiKey
    List of API Keys
    ChatbotIdentifiers []GradientaiAgentParentAgentChatbotIdentifier
    List of Chatbot Identifiers
    Chatbots []GradientaiAgentParentAgentChatbot
    ChatBot configuration
    Deployments []GradientaiAgentParentAgentDeployment
    List of API Key Infos
    Description string
    Description for the Agent
    instruction String
    Instruction for the Agent
    modelUuid String
    Model UUID of the Agent
    name String
    Name of the Agent
    projectId String
    Project ID of the Agent
    region String
    Region where the Agent is deployed
    agentId String
    ID of the child agent
    anthropicApiKeys List<GradientaiAgentParentAgentAnthropicApiKey>
    Anthropic API Key information
    apiKeyInfos List<GradientaiAgentParentAgentApiKeyInfo>
    List of API Key Infos
    apiKeys List<GradientaiAgentParentAgentApiKey>
    List of API Keys
    chatbotIdentifiers List<GradientaiAgentParentAgentChatbotIdentifier>
    List of Chatbot Identifiers
    chatbots List<GradientaiAgentParentAgentChatbot>
    ChatBot configuration
    deployments List<GradientaiAgentParentAgentDeployment>
    List of API Key Infos
    description String
    Description for the Agent
    instruction string
    Instruction for the Agent
    modelUuid string
    Model UUID of the Agent
    name string
    Name of the Agent
    projectId string
    Project ID of the Agent
    region string
    Region where the Agent is deployed
    agentId string
    ID of the child agent
    anthropicApiKeys GradientaiAgentParentAgentAnthropicApiKey[]
    Anthropic API Key information
    apiKeyInfos GradientaiAgentParentAgentApiKeyInfo[]
    List of API Key Infos
    apiKeys GradientaiAgentParentAgentApiKey[]
    List of API Keys
    chatbotIdentifiers GradientaiAgentParentAgentChatbotIdentifier[]
    List of Chatbot Identifiers
    chatbots GradientaiAgentParentAgentChatbot[]
    ChatBot configuration
    deployments GradientaiAgentParentAgentDeployment[]
    List of API Key Infos
    description string
    Description for the Agent
    instruction str
    Instruction for the Agent
    model_uuid str
    Model UUID of the Agent
    name str
    Name of the Agent
    project_id str
    Project ID of the Agent
    region str
    Region where the Agent is deployed
    agent_id str
    ID of the child agent
    anthropic_api_keys Sequence[GradientaiAgentParentAgentAnthropicApiKey]
    Anthropic API Key information
    api_key_infos Sequence[GradientaiAgentParentAgentApiKeyInfo]
    List of API Key Infos
    api_keys Sequence[GradientaiAgentParentAgentApiKey]
    List of API Keys
    chatbot_identifiers Sequence[GradientaiAgentParentAgentChatbotIdentifier]
    List of Chatbot Identifiers
    chatbots Sequence[GradientaiAgentParentAgentChatbot]
    ChatBot configuration
    deployments Sequence[GradientaiAgentParentAgentDeployment]
    List of API Key Infos
    description str
    Description for the Agent
    instruction String
    Instruction for the Agent
    modelUuid String
    Model UUID of the Agent
    name String
    Name of the Agent
    projectId String
    Project ID of the Agent
    region String
    Region where the Agent is deployed
    agentId String
    ID of the child agent
    anthropicApiKeys List<Property Map>
    Anthropic API Key information
    apiKeyInfos List<Property Map>
    List of API Key Infos
    apiKeys List<Property Map>
    List of API Keys
    chatbotIdentifiers List<Property Map>
    List of Chatbot Identifiers
    chatbots List<Property Map>
    ChatBot configuration
    deployments List<Property Map>
    List of API Key Infos
    description String
    Description for the Agent

    GradientaiAgentParentAgentAnthropicApiKey, GradientaiAgentParentAgentAnthropicApiKeyArgs

    CreatedAt string
    Timestamp when the API Key was created
    CreatedBy string
    Created By user ID for the API Key
    DeletedAt string
    Deleted At timestamp for the API Key
    Name string
    Name of the API Key
    UpdatedAt string
    Updated At timestamp for the API Key
    Uuid string
    API Key value
    CreatedAt string
    Timestamp when the API Key was created
    CreatedBy string
    Created By user ID for the API Key
    DeletedAt string
    Deleted At timestamp for the API Key
    Name string
    Name of the API Key
    UpdatedAt string
    Updated At timestamp for the API Key
    Uuid string
    API Key value
    createdAt String
    Timestamp when the API Key was created
    createdBy String
    Created By user ID for the API Key
    deletedAt String
    Deleted At timestamp for the API Key
    name String
    Name of the API Key
    updatedAt String
    Updated At timestamp for the API Key
    uuid String
    API Key value
    createdAt string
    Timestamp when the API Key was created
    createdBy string
    Created By user ID for the API Key
    deletedAt string
    Deleted At timestamp for the API Key
    name string
    Name of the API Key
    updatedAt string
    Updated At timestamp for the API Key
    uuid string
    API Key value
    created_at str
    Timestamp when the API Key was created
    created_by str
    Created By user ID for the API Key
    deleted_at str
    Deleted At timestamp for the API Key
    name str
    Name of the API Key
    updated_at str
    Updated At timestamp for the API Key
    uuid str
    API Key value
    createdAt String
    Timestamp when the API Key was created
    createdBy String
    Created By user ID for the API Key
    deletedAt String
    Deleted At timestamp for the API Key
    name String
    Name of the API Key
    updatedAt String
    Updated At timestamp for the API Key
    uuid String
    API Key value

    GradientaiAgentParentAgentApiKey, GradientaiAgentParentAgentApiKeyArgs

    ApiKey string
    API Key value
    ApiKey string
    API Key value
    apiKey String
    API Key value
    apiKey string
    API Key value
    api_key str
    API Key value
    apiKey String
    API Key value

    GradientaiAgentParentAgentApiKeyInfo, GradientaiAgentParentAgentApiKeyInfoArgs

    CreatedAt string
    API Key value
    CreatedBy string
    Created By user ID for the API Key
    DeletedAt string
    Deleted At timestamp for the API Key
    Name string
    Name of the API Key
    SecretKey string
    Updated At timestamp for the API Key
    Uuid string
    API Key value
    CreatedAt string
    API Key value
    CreatedBy string
    Created By user ID for the API Key
    DeletedAt string
    Deleted At timestamp for the API Key
    Name string
    Name of the API Key
    SecretKey string
    Updated At timestamp for the API Key
    Uuid string
    API Key value
    createdAt String
    API Key value
    createdBy String
    Created By user ID for the API Key
    deletedAt String
    Deleted At timestamp for the API Key
    name String
    Name of the API Key
    secretKey String
    Updated At timestamp for the API Key
    uuid String
    API Key value
    createdAt string
    API Key value
    createdBy string
    Created By user ID for the API Key
    deletedAt string
    Deleted At timestamp for the API Key
    name string
    Name of the API Key
    secretKey string
    Updated At timestamp for the API Key
    uuid string
    API Key value
    created_at str
    API Key value
    created_by str
    Created By user ID for the API Key
    deleted_at str
    Deleted At timestamp for the API Key
    name str
    Name of the API Key
    secret_key str
    Updated At timestamp for the API Key
    uuid str
    API Key value
    createdAt String
    API Key value
    createdBy String
    Created By user ID for the API Key
    deletedAt String
    Deleted At timestamp for the API Key
    name String
    Name of the API Key
    secretKey String
    Updated At timestamp for the API Key
    uuid String
    API Key value

    GradientaiAgentParentAgentChatbot, GradientaiAgentParentAgentChatbotArgs

    ButtonBackgroundColor string
    Background color for the chatbot button
    Logo string
    Logo for the chatbot
    Name string
    Name of the chatbot
    PrimaryColor string
    Primary color for the chatbot
    SecondaryColor string
    Secondary color for the chatbot
    StartingMessage string
    Starting message for the chatbot
    ButtonBackgroundColor string
    Background color for the chatbot button
    Logo string
    Logo for the chatbot
    Name string
    Name of the chatbot
    PrimaryColor string
    Primary color for the chatbot
    SecondaryColor string
    Secondary color for the chatbot
    StartingMessage string
    Starting message for the chatbot
    buttonBackgroundColor String
    Background color for the chatbot button
    logo String
    Logo for the chatbot
    name String
    Name of the chatbot
    primaryColor String
    Primary color for the chatbot
    secondaryColor String
    Secondary color for the chatbot
    startingMessage String
    Starting message for the chatbot
    buttonBackgroundColor string
    Background color for the chatbot button
    logo string
    Logo for the chatbot
    name string
    Name of the chatbot
    primaryColor string
    Primary color for the chatbot
    secondaryColor string
    Secondary color for the chatbot
    startingMessage string
    Starting message for the chatbot
    button_background_color str
    Background color for the chatbot button
    logo str
    Logo for the chatbot
    name str
    Name of the chatbot
    primary_color str
    Primary color for the chatbot
    secondary_color str
    Secondary color for the chatbot
    starting_message str
    Starting message for the chatbot
    buttonBackgroundColor String
    Background color for the chatbot button
    logo String
    Logo for the chatbot
    name String
    Name of the chatbot
    primaryColor String
    Primary color for the chatbot
    secondaryColor String
    Secondary color for the chatbot
    startingMessage String
    Starting message for the chatbot

    GradientaiAgentParentAgentChatbotIdentifier, GradientaiAgentParentAgentChatbotIdentifierArgs

    ChatbotId string
    ChatbotId string
    chatbotId String
    chatbotId string
    chatbotId String

    GradientaiAgentParentAgentDeployment, GradientaiAgentParentAgentDeploymentArgs

    CreatedAt string
    API Key value
    Name string
    Name of the API Key
    Status string
    Status of the Deployment
    UpdatedAt string
    Updated At timestamp for the Agent
    Url string
    Url of the Deployment
    Uuid string
    API Key value
    Visibility string
    Visibility of the Deployment
    CreatedAt string
    API Key value
    Name string
    Name of the API Key
    Status string
    Status of the Deployment
    UpdatedAt string
    Updated At timestamp for the Agent
    Url string
    Url of the Deployment
    Uuid string
    API Key value
    Visibility string
    Visibility of the Deployment
    createdAt String
    API Key value
    name String
    Name of the API Key
    status String
    Status of the Deployment
    updatedAt String
    Updated At timestamp for the Agent
    url String
    Url of the Deployment
    uuid String
    API Key value
    visibility String
    Visibility of the Deployment
    createdAt string
    API Key value
    name string
    Name of the API Key
    status string
    Status of the Deployment
    updatedAt string
    Updated At timestamp for the Agent
    url string
    Url of the Deployment
    uuid string
    API Key value
    visibility string
    Visibility of the Deployment
    created_at str
    API Key value
    name str
    Name of the API Key
    status str
    Status of the Deployment
    updated_at str
    Updated At timestamp for the Agent
    url str
    Url of the Deployment
    uuid str
    API Key value
    visibility str
    Visibility of the Deployment
    createdAt String
    API Key value
    name String
    Name of the API Key
    status String
    Status of the Deployment
    updatedAt String
    Updated At timestamp for the Agent
    url String
    Url of the Deployment
    uuid String
    API Key value
    visibility String
    Visibility of the Deployment

    GradientaiAgentTemplate, GradientaiAgentTemplateArgs

    CreatedAt string
    Created At timestamp for the Knowledge Base
    Description string
    Description of the Agent Template
    Instruction string
    Instruction for the Agent
    K int
    K value for the Agent Template
    KnowledgeBases List<Pulumi.DigitalOcean.Inputs.GradientaiAgentTemplateKnowledgeBase>
    List of Knowledge Bases
    MaxTokens int
    Maximum tokens allowed
    Models List<Pulumi.DigitalOcean.Inputs.GradientaiAgentTemplateModel>
    Model of the Agent Template
    Name string
    Name of the Agent Template
    Temperature double
    Agent temperature setting
    TopP double
    Top P sampling parameter
    UpdatedAt string
    Updated At timestamp for the Agent Template
    Uuid string
    uuid of the Agent Template
    CreatedAt string
    Created At timestamp for the Knowledge Base
    Description string
    Description of the Agent Template
    Instruction string
    Instruction for the Agent
    K int
    K value for the Agent Template
    KnowledgeBases []GradientaiAgentTemplateKnowledgeBase
    List of Knowledge Bases
    MaxTokens int
    Maximum tokens allowed
    Models []GradientaiAgentTemplateModel
    Model of the Agent Template
    Name string
    Name of the Agent Template
    Temperature float64
    Agent temperature setting
    TopP float64
    Top P sampling parameter
    UpdatedAt string
    Updated At timestamp for the Agent Template
    Uuid string
    uuid of the Agent Template
    createdAt String
    Created At timestamp for the Knowledge Base
    description String
    Description of the Agent Template
    instruction String
    Instruction for the Agent
    k Integer
    K value for the Agent Template
    knowledgeBases List<GradientaiAgentTemplateKnowledgeBase>
    List of Knowledge Bases
    maxTokens Integer
    Maximum tokens allowed
    models List<GradientaiAgentTemplateModel>
    Model of the Agent Template
    name String
    Name of the Agent Template
    temperature Double
    Agent temperature setting
    topP Double
    Top P sampling parameter
    updatedAt String
    Updated At timestamp for the Agent Template
    uuid String
    uuid of the Agent Template
    createdAt string
    Created At timestamp for the Knowledge Base
    description string
    Description of the Agent Template
    instruction string
    Instruction for the Agent
    k number
    K value for the Agent Template
    knowledgeBases GradientaiAgentTemplateKnowledgeBase[]
    List of Knowledge Bases
    maxTokens number
    Maximum tokens allowed
    models GradientaiAgentTemplateModel[]
    Model of the Agent Template
    name string
    Name of the Agent Template
    temperature number
    Agent temperature setting
    topP number
    Top P sampling parameter
    updatedAt string
    Updated At timestamp for the Agent Template
    uuid string
    uuid of the Agent Template
    created_at str
    Created At timestamp for the Knowledge Base
    description str
    Description of the Agent Template
    instruction str
    Instruction for the Agent
    k int
    K value for the Agent Template
    knowledge_bases Sequence[GradientaiAgentTemplateKnowledgeBase]
    List of Knowledge Bases
    max_tokens int
    Maximum tokens allowed
    models Sequence[GradientaiAgentTemplateModel]
    Model of the Agent Template
    name str
    Name of the Agent Template
    temperature float
    Agent temperature setting
    top_p float
    Top P sampling parameter
    updated_at str
    Updated At timestamp for the Agent Template
    uuid str
    uuid of the Agent Template
    createdAt String
    Created At timestamp for the Knowledge Base
    description String
    Description of the Agent Template
    instruction String
    Instruction for the Agent
    k Number
    K value for the Agent Template
    knowledgeBases List<Property Map>
    List of Knowledge Bases
    maxTokens Number
    Maximum tokens allowed
    models List<Property Map>
    Model of the Agent Template
    name String
    Name of the Agent Template
    temperature Number
    Agent temperature setting
    topP Number
    Top P sampling parameter
    updatedAt String
    Updated At timestamp for the Agent Template
    uuid String
    uuid of the Agent Template

    GradientaiAgentTemplateKnowledgeBase, GradientaiAgentTemplateKnowledgeBaseArgs

    AddedToAgentAt string
    Timestamp when the Knowledge Base was added to the Agent
    CreatedAt string
    Created At timestamp for the Knowledge Base
    DatabaseId string
    Database ID of the Knowledge Base
    EmbeddingModelUuid string
    Embedding model UUID for the Knowledge Base
    IsPublic bool
    Indicates if the Knowledge Base is public
    LastIndexingJob Pulumi.DigitalOcean.Inputs.GradientaiAgentTemplateKnowledgeBaseLastIndexingJob
    Last indexing job for the Knowledge Base
    Name string
    Name of the Knowledge Base
    ProjectId string
    Project ID of the Knowledge Base
    Region string
    Region of the Knowledge Base
    Tags List<string>
    List of tags
    UpdatedAt string
    Timestamp when the Knowledge Base was updated
    UserId string
    User ID of the Knowledge Base
    Uuid string
    UUID of the Knowledge Base
    AddedToAgentAt string
    Timestamp when the Knowledge Base was added to the Agent
    CreatedAt string
    Created At timestamp for the Knowledge Base
    DatabaseId string
    Database ID of the Knowledge Base
    EmbeddingModelUuid string
    Embedding model UUID for the Knowledge Base
    IsPublic bool
    Indicates if the Knowledge Base is public
    LastIndexingJob GradientaiAgentTemplateKnowledgeBaseLastIndexingJob
    Last indexing job for the Knowledge Base
    Name string
    Name of the Knowledge Base
    ProjectId string
    Project ID of the Knowledge Base
    Region string
    Region of the Knowledge Base
    Tags []string
    List of tags
    UpdatedAt string
    Timestamp when the Knowledge Base was updated
    UserId string
    User ID of the Knowledge Base
    Uuid string
    UUID of the Knowledge Base
    addedToAgentAt String
    Timestamp when the Knowledge Base was added to the Agent
    createdAt String
    Created At timestamp for the Knowledge Base
    databaseId String
    Database ID of the Knowledge Base
    embeddingModelUuid String
    Embedding model UUID for the Knowledge Base
    isPublic Boolean
    Indicates if the Knowledge Base is public
    lastIndexingJob GradientaiAgentTemplateKnowledgeBaseLastIndexingJob
    Last indexing job for the Knowledge Base
    name String
    Name of the Knowledge Base
    projectId String
    Project ID of the Knowledge Base
    region String
    Region of the Knowledge Base
    tags List<String>
    List of tags
    updatedAt String
    Timestamp when the Knowledge Base was updated
    userId String
    User ID of the Knowledge Base
    uuid String
    UUID of the Knowledge Base
    addedToAgentAt string
    Timestamp when the Knowledge Base was added to the Agent
    createdAt string
    Created At timestamp for the Knowledge Base
    databaseId string
    Database ID of the Knowledge Base
    embeddingModelUuid string
    Embedding model UUID for the Knowledge Base
    isPublic boolean
    Indicates if the Knowledge Base is public
    lastIndexingJob GradientaiAgentTemplateKnowledgeBaseLastIndexingJob
    Last indexing job for the Knowledge Base
    name string
    Name of the Knowledge Base
    projectId string
    Project ID of the Knowledge Base
    region string
    Region of the Knowledge Base
    tags string[]
    List of tags
    updatedAt string
    Timestamp when the Knowledge Base was updated
    userId string
    User ID of the Knowledge Base
    uuid string
    UUID of the Knowledge Base
    added_to_agent_at str
    Timestamp when the Knowledge Base was added to the Agent
    created_at str
    Created At timestamp for the Knowledge Base
    database_id str
    Database ID of the Knowledge Base
    embedding_model_uuid str
    Embedding model UUID for the Knowledge Base
    is_public bool
    Indicates if the Knowledge Base is public
    last_indexing_job GradientaiAgentTemplateKnowledgeBaseLastIndexingJob
    Last indexing job for the Knowledge Base
    name str
    Name of the Knowledge Base
    project_id str
    Project ID of the Knowledge Base
    region str
    Region of the Knowledge Base
    tags Sequence[str]
    List of tags
    updated_at str
    Timestamp when the Knowledge Base was updated
    user_id str
    User ID of the Knowledge Base
    uuid str
    UUID of the Knowledge Base
    addedToAgentAt String
    Timestamp when the Knowledge Base was added to the Agent
    createdAt String
    Created At timestamp for the Knowledge Base
    databaseId String
    Database ID of the Knowledge Base
    embeddingModelUuid String
    Embedding model UUID for the Knowledge Base
    isPublic Boolean
    Indicates if the Knowledge Base is public
    lastIndexingJob Property Map
    Last indexing job for the Knowledge Base
    name String
    Name of the Knowledge Base
    projectId String
    Project ID of the Knowledge Base
    region String
    Region of the Knowledge Base
    tags List<String>
    List of tags
    updatedAt String
    Timestamp when the Knowledge Base was updated
    userId String
    User ID of the Knowledge Base
    uuid String
    UUID of the Knowledge Base

    GradientaiAgentTemplateKnowledgeBaseLastIndexingJob, GradientaiAgentTemplateKnowledgeBaseLastIndexingJobArgs

    CompletedDatasources int
    Number of completed datasources in the last indexing job
    CreatedAt string
    Created At timestamp for the last indexing job
    DataSourceUuids List<string>
    Datasource UUIDs for the last indexing job
    FinishedAt string
    Timestamp when the last indexing job finished
    KnowledgeBaseUuid string
    UUID of the Knowledge Base for the last indexing job
    Phase string
    Phase of the last indexing job
    StartedAt string
    Timestamp when the last indexing job started
    Tokens int
    Number of tokens processed in the last indexing job
    TotalDatasources int
    Total number of datasources in the last indexing job
    UpdatedAt string
    Timestamp when the last indexing job updated
    Uuid string
    UUID of the last indexing job
    CompletedDatasources int
    Number of completed datasources in the last indexing job
    CreatedAt string
    Created At timestamp for the last indexing job
    DataSourceUuids []string
    Datasource UUIDs for the last indexing job
    FinishedAt string
    Timestamp when the last indexing job finished
    KnowledgeBaseUuid string
    UUID of the Knowledge Base for the last indexing job
    Phase string
    Phase of the last indexing job
    StartedAt string
    Timestamp when the last indexing job started
    Tokens int
    Number of tokens processed in the last indexing job
    TotalDatasources int
    Total number of datasources in the last indexing job
    UpdatedAt string
    Timestamp when the last indexing job updated
    Uuid string
    UUID of the last indexing job
    completedDatasources Integer
    Number of completed datasources in the last indexing job
    createdAt String
    Created At timestamp for the last indexing job
    dataSourceUuids List<String>
    Datasource UUIDs for the last indexing job
    finishedAt String
    Timestamp when the last indexing job finished
    knowledgeBaseUuid String
    UUID of the Knowledge Base for the last indexing job
    phase String
    Phase of the last indexing job
    startedAt String
    Timestamp when the last indexing job started
    tokens Integer
    Number of tokens processed in the last indexing job
    totalDatasources Integer
    Total number of datasources in the last indexing job
    updatedAt String
    Timestamp when the last indexing job updated
    uuid String
    UUID of the last indexing job
    completedDatasources number
    Number of completed datasources in the last indexing job
    createdAt string
    Created At timestamp for the last indexing job
    dataSourceUuids string[]
    Datasource UUIDs for the last indexing job
    finishedAt string
    Timestamp when the last indexing job finished
    knowledgeBaseUuid string
    UUID of the Knowledge Base for the last indexing job
    phase string
    Phase of the last indexing job
    startedAt string
    Timestamp when the last indexing job started
    tokens number
    Number of tokens processed in the last indexing job
    totalDatasources number
    Total number of datasources in the last indexing job
    updatedAt string
    Timestamp when the last indexing job updated
    uuid string
    UUID of the last indexing job
    completed_datasources int
    Number of completed datasources in the last indexing job
    created_at str
    Created At timestamp for the last indexing job
    data_source_uuids Sequence[str]
    Datasource UUIDs for the last indexing job
    finished_at str
    Timestamp when the last indexing job finished
    knowledge_base_uuid str
    UUID of the Knowledge Base for the last indexing job
    phase str
    Phase of the last indexing job
    started_at str
    Timestamp when the last indexing job started
    tokens int
    Number of tokens processed in the last indexing job
    total_datasources int
    Total number of datasources in the last indexing job
    updated_at str
    Timestamp when the last indexing job updated
    uuid str
    UUID of the last indexing job
    completedDatasources Number
    Number of completed datasources in the last indexing job
    createdAt String
    Created At timestamp for the last indexing job
    dataSourceUuids List<String>
    Datasource UUIDs for the last indexing job
    finishedAt String
    Timestamp when the last indexing job finished
    knowledgeBaseUuid String
    UUID of the Knowledge Base for the last indexing job
    phase String
    Phase of the last indexing job
    startedAt String
    Timestamp when the last indexing job started
    tokens Number
    Number of tokens processed in the last indexing job
    totalDatasources Number
    Total number of datasources in the last indexing job
    updatedAt String
    Timestamp when the last indexing job updated
    uuid String
    UUID of the last indexing job

    GradientaiAgentTemplateModel, GradientaiAgentTemplateModelArgs

    Agreements List<Pulumi.DigitalOcean.Inputs.GradientaiAgentTemplateModelAgreement>
    Agreement information for the model
    CreatedAt string
    Created At timestamp for the Knowledge Base
    InferenceName string
    Inference name of the model
    InferenceVersion string
    Infernce version of the model
    IsFoundational bool
    Indicates if the Model Base is foundational
    Name string
    Name of the Knowledge Base
    ParentUuid string
    Parent UUID of the Model
    Provider string
    Provider of the Model
    UpdatedAt string
    Timestamp when the Knowledge Base was updated
    UploadComplete bool
    Indicates if the Model upload is complete
    Url string
    URL of the Model
    Usecases List<string>
    List of Usecases for the Model
    Versions List<Pulumi.DigitalOcean.Inputs.GradientaiAgentTemplateModelVersion>
    URL of the Model
    Agreements []GradientaiAgentTemplateModelAgreement
    Agreement information for the model
    CreatedAt string
    Created At timestamp for the Knowledge Base
    InferenceName string
    Inference name of the model
    InferenceVersion string
    Infernce version of the model
    IsFoundational bool
    Indicates if the Model Base is foundational
    Name string
    Name of the Knowledge Base
    ParentUuid string
    Parent UUID of the Model
    Provider string
    Provider of the Model
    UpdatedAt string
    Timestamp when the Knowledge Base was updated
    UploadComplete bool
    Indicates if the Model upload is complete
    Url string
    URL of the Model
    Usecases []string
    List of Usecases for the Model
    Versions []GradientaiAgentTemplateModelVersion
    URL of the Model
    agreements List<GradientaiAgentTemplateModelAgreement>
    Agreement information for the model
    createdAt String
    Created At timestamp for the Knowledge Base
    inferenceName String
    Inference name of the model
    inferenceVersion String
    Infernce version of the model
    isFoundational Boolean
    Indicates if the Model Base is foundational
    name String
    Name of the Knowledge Base
    parentUuid String
    Parent UUID of the Model
    provider String
    Provider of the Model
    updatedAt String
    Timestamp when the Knowledge Base was updated
    uploadComplete Boolean
    Indicates if the Model upload is complete
    url String
    URL of the Model
    usecases List<String>
    List of Usecases for the Model
    versions List<GradientaiAgentTemplateModelVersion>
    URL of the Model
    agreements GradientaiAgentTemplateModelAgreement[]
    Agreement information for the model
    createdAt string
    Created At timestamp for the Knowledge Base
    inferenceName string
    Inference name of the model
    inferenceVersion string
    Infernce version of the model
    isFoundational boolean
    Indicates if the Model Base is foundational
    name string
    Name of the Knowledge Base
    parentUuid string
    Parent UUID of the Model
    provider string
    Provider of the Model
    updatedAt string
    Timestamp when the Knowledge Base was updated
    uploadComplete boolean
    Indicates if the Model upload is complete
    url string
    URL of the Model
    usecases string[]
    List of Usecases for the Model
    versions GradientaiAgentTemplateModelVersion[]
    URL of the Model
    agreements Sequence[GradientaiAgentTemplateModelAgreement]
    Agreement information for the model
    created_at str
    Created At timestamp for the Knowledge Base
    inference_name str
    Inference name of the model
    inference_version str
    Infernce version of the model
    is_foundational bool
    Indicates if the Model Base is foundational
    name str
    Name of the Knowledge Base
    parent_uuid str
    Parent UUID of the Model
    provider str
    Provider of the Model
    updated_at str
    Timestamp when the Knowledge Base was updated
    upload_complete bool
    Indicates if the Model upload is complete
    url str
    URL of the Model
    usecases Sequence[str]
    List of Usecases for the Model
    versions Sequence[GradientaiAgentTemplateModelVersion]
    URL of the Model
    agreements List<Property Map>
    Agreement information for the model
    createdAt String
    Created At timestamp for the Knowledge Base
    inferenceName String
    Inference name of the model
    inferenceVersion String
    Infernce version of the model
    isFoundational Boolean
    Indicates if the Model Base is foundational
    name String
    Name of the Knowledge Base
    parentUuid String
    Parent UUID of the Model
    provider String
    Provider of the Model
    updatedAt String
    Timestamp when the Knowledge Base was updated
    uploadComplete Boolean
    Indicates if the Model upload is complete
    url String
    URL of the Model
    usecases List<String>
    List of Usecases for the Model
    versions List<Property Map>
    URL of the Model

    GradientaiAgentTemplateModelAgreement, GradientaiAgentTemplateModelAgreementArgs

    Description string
    Description of the agreement
    Name string
    Name of the agreement
    Url string
    URL of the agreement
    Uuid string
    UUID of the agreement
    Description string
    Description of the agreement
    Name string
    Name of the agreement
    Url string
    URL of the agreement
    Uuid string
    UUID of the agreement
    description String
    Description of the agreement
    name String
    Name of the agreement
    url String
    URL of the agreement
    uuid String
    UUID of the agreement
    description string
    Description of the agreement
    name string
    Name of the agreement
    url string
    URL of the agreement
    uuid string
    UUID of the agreement
    description str
    Description of the agreement
    name str
    Name of the agreement
    url str
    URL of the agreement
    uuid str
    UUID of the agreement
    description String
    Description of the agreement
    name String
    Name of the agreement
    url String
    URL of the agreement
    uuid String
    UUID of the agreement

    GradientaiAgentTemplateModelVersion, GradientaiAgentTemplateModelVersionArgs

    Major int
    Major version of the model
    Minor int
    Minor version of the model
    Patch int
    Patch version of the model
    Major int
    Major version of the model
    Minor int
    Minor version of the model
    Patch int
    Patch version of the model
    major Integer
    Major version of the model
    minor Integer
    Minor version of the model
    patch Integer
    Patch version of the model
    major number
    Major version of the model
    minor number
    Minor version of the model
    patch number
    Patch version of the model
    major int
    Major version of the model
    minor int
    Minor version of the model
    patch int
    Patch version of the model
    major Number
    Major version of the model
    minor Number
    Minor version of the model
    patch Number
    Patch version of the model

    Package Details

    Repository
    DigitalOcean pulumi/pulumi-digitalocean
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the digitalocean Terraform Provider.
    digitalocean logo
    DigitalOcean v4.57.0 published on Thursday, Feb 12, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate