Documentation Index
Fetch the complete documentation index at: https://docs.openserv.ai/llms.txt
Use this file to discover all available pages before exploring further.
Watch: Build a Fullstack Agentic App.
Build a Fullstack Agentic Ap
1. Start from the project template
Use the official OpenServ project template:- Project template: Fullstack Agentic App
- Go to Secrets and set the secret for the frontend URL (where your app should receive callbacks).
- Assign that secret to the REST API agent so it knows where to send responses.
2. Run the frontend
Clone the demo app:- GitHub: demoapp-openserv
- Provides a chat interface for sending requests.
- Calls the REST API agent with your prompt + parameters.
- Waits for the callback from the agent and renders the result.
- Updating the environment variable or config to use your ngrok or production URL (including the
/api/callbackroute or similar expected endpoint). - Keeping the secret in OpenServ updated with the latest URL.

