Quickstart
This guide walks through the core Hill90 workflow: creating an agent, configuring model access, and querying agent knowledge and usage.Prerequisites
- A modern web browser
- An account on the Hill90 platform (contact the administrator)
- For API access: a tool like
curl, Postman, or any HTTP client
Accessing the Platform
The Hill90 UI is available at hill90.com. Sign in with your Keycloak credentials to access the dashboard.1. Health Check
Verify the API is running (no authentication required):2. Authenticate
For all remaining calls, include your Keycloak JWT bearer token:3. Create an Agent
Define an agent with a unique slug, name, and optional identity documents:4. Create a Provider Connection
Register your LLM provider API key. The key is encrypted at rest and never returned in responses:5. Create a User Model
Define a model that references your provider connection:6. Assign Models to Your Agent
Update the agent with direct model assignment:7. Start the Agent
Start the agent container (requires admin role):8. Browse Agent Knowledge
After the agent runs, browse what it has learned:9. Query Usage
Check how much the agent has consumed:Next Steps
- Authentication — Learn how to obtain and use JWT tokens
- API Reference — Explore all available endpoints
- Knowledge API — Browse agent knowledge entries
- Architecture — Understand the platform architecture