SDKs & Client Libraries
Learn about sdks & client libraries and how it fits into the Digitlify platform.
Overview
This page provides detailed documentation for SDKs & Client Libraries. Content is loaded from the CMS when available, or displays placeholder content in development.
const digitlify = require('@digitlify/sdk');
const client = new digitlify.Client({
apiKey: 'dt_live_...',
version: '2024-02-01'
});
// Your code here
await client.agents.list({ limit: 10 });Next Steps
Continue exploring the documentation to learn more about the Digitlify platform.