SDK Reference
Welcome to the Skillful AI Web SDK reference documentation. Here you'll find detailed information about the classes, methods, and properties available in the SDK.
π· SkillfulClient
The SkillfulClient is the main entry point for interacting with Skillful AI agents.
Initialization
import { SkillfulClient } from '@skillfulai/agents';
const client = new SkillfulClient({
apiKey: 'your-api-key'
});Core Methods
π£ Agent Management
π£ Conversation Methods
π· Agent
The Agent class represents an AI agent and provides access to its properties and capabilities.
Properties
Methods
π· Response Structure
When receiving a response from sendMessage(), you get:
π· Error Handling
The SDK provides detailed error messages for common issues:
Last updated