ai-services

Configure Gradient AI serverless inference and the Agent Development Kit for App Platform deployments.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ClyptAI/Clypt-Backend --skill ai-services-clyptai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-services
Source: https://github.com/ClyptAI/Clypt-Backend/tree/main/.agents/skills/do-app-platform-skills/skills/ai-services
Command: npx skills add https://github.com/ClyptAI/Clypt-Backend --skill ai-services-clyptai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure Gradient AI serverless inference and the Agent Development Kit for App Platform deployments.

Core Features & Use Cases

  • Serverless Inference for direct LLM API calls
  • Agent Development Kit (ADK) for full AI agents
  • Credential handling patterns and SDK examples (Python, Node.js, cURL)
  • Guidance to integrate with app specs and environment secrets

Quick Start

Configure your app to use serverless inference and the ADK by following the serverless inference and ADK quick starts.

Frequently Asked Questions about ai-services

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Gradient AI serverless inference for DigitalOcean App Platform?

Gradient AI serverless inference on App Platform enables direct LLM API calls by configuring model access keys within your deployment environment. It supports Python, Node.js, and cURL SDK examples to streamline integration for your applications.

How do I load model access keys from GitHub Secrets into my App Platform deployment?

Loading model access keys from GitHub Secrets into App Platform deployments requires mapping your secure environment secrets to the app spec. This ensures secure model key management across different environments without hardcoding sensitive credentials.

What is the Agent Development Kit and how does it work with App Platform?

The Agent Development Kit (ADK) is a framework for building full AI agents with knowledge bases. When integrated with App Platform, it allows your applications to utilize advanced AI agent capabilities alongside serverless inference for direct LLM interactions.

Can I use Python or Node.js SDKs for Gradient AI integration on App Platform?

Yes, you can use Python and Node.js SDKs for Gradient AI integration on App Platform. The configuration provides specific SDK examples for both languages, alongside cURL, to guide developers through implementing direct LLM calls and managing credentials.

What is the best way to manage environment secrets for AI applications on App Platform?

The best way to manage environment secrets for AI applications on App Platform is by loading model access keys from GitHub Secrets or App Platform Secrets. This approach ensures secure credential handling across environments and integrates directly with your app specs.

When should I use serverless inference versus the Agent Development Kit?

Use serverless inference when your app requires direct LLM API calls, and use the Agent Development Kit when you need full AI agents with knowledge bases. Both can be configured for App Platform deployments depending on your application's AI complexity.