Once you’ve built your Agent, you need to start it as a service and connect it to client applications. This guide covers running your agent server.Documentation Index
Fetch the complete documentation index at: https://docs.ag-kit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Building Agent Service
AG-Kit provides server SDKs for exposing your Agent as an HTTP endpoint.Server Reference (TypeScript)
Server for TypeScript agents
Server Reference (Python)
Server for Python agents
Next Steps
After starting your agent service, you can connect it to client applications:- React Integration - Build React applications with AG-Kit hooks and components
- Building Agent Applications - Learn about advanced features like chat UI, generative UI, and human-in-the-loop