Getting started with DUKE
DUKE is the single controller model behind LABEELE.AI — it's used from the dashboard's query interface after you sign up, no API key management needed. This page documents what's happening under the hood for anyone integrating directly.
1. Create an account
Sign up for free — every plan includes a 14-day trial with no credit card required.
2. Choose a persona, or let DUKE pick
From the dashboard, pick one of DUKE's seven live personas — security, ML, systems, backend, DevOps, vision, or emerging tech — or describe your task and let DUKE route it to the persona best suited to it automatically.
3. Send your query
Responses come from DUKE's locally-run model, so a query can take up to a minute to complete, especially the first one after the service has been idle.
API reference
Core endpoints exposed by DUKE's backend service. All are unauthenticated at the network level — access control happens at the application layer.
/agency/dispatchSend a prompt to DUKE and get routed to the best-matching persona automatically.
/tasks/submitSubmit a task to a specific DUKE persona by id, with a complexity score (1-10).
/agentsList DUKE’s live specialist personas and their current status.
/model/statusCheck whether DUKE is ready or still training.
/healthBasic service health check.