Deployment
Deploying a Daemo-powered agent involves two separate pieces. Understanding this separation is the key to a smooth deployment.
The Two Pieces
Part A
Functions Service
Where your code lives and executes.
- Your
@DaemoFunctiondecorated code - Connects to Daemo Engine
- Runs your business logic
Part B
Chat Interface
Where users interact with your agent.
- Calls Daemo's HTTP API
- Can be any app or website
- Can be multiple interfaces
How They Connect
Part B
Website
Mobile App
Admin Portal
↓ HTTP Query API
Daemo
Daemo Engine (Managed)
↓ Secure Tunnel
Part A
Your Functions Service@DaemoFunction getUsers()@DaemoFunction createTicket()
Note
Key insight: Multiple chat interfaces can share the same Functions Service. Deploy once, integrate everywhere.
Documentation
Functions Service
Deploy your @DaemoFunction code
Start HereChat Interface
Integrate your agent into any app
AvailableHTTP Query API
REST endpoints for querying your agent
Available1-Click Deploy
Deploy to Daemo with one click
Coming SoonEdge Functions
Zero infrastructure serverless
Coming SoonAuthentication
API keys and access control
Coming Soon