llms.txt Content
# Apigene
## Docs
- [API Reference](https://docs.apigene.ai/api-reference.md): Apigene REST API reference documentation
- [Agent Create](https://docs.apigene.ai/api-reference/agent/agent-create.md): Create a new agent.
- [Agent Delete](https://docs.apigene.ai/api-reference/agent/agent-delete.md): Delete an agent.
- [Agent Get](https://docs.apigene.ai/api-reference/agent/agent-get.md): Get a specific agent by ID.
- [Agent Get By Name](https://docs.apigene.ai/api-reference/agent/agent-get-by-name.md): Get a specific agent by name.
- [Agent Update](https://docs.apigene.ai/api-reference/agent/agent-update.md): Update an existing agent.
- [Agents List](https://docs.apigene.ai/api-reference/agent/agents-list.md): List all agents for the current tenant.
- [API Authentication](https://docs.apigene.ai/api-reference/api-authentication.md): Start making requests to the Apigene API
- [Get Audit Logs](https://docs.apigene.ai/api-reference/audit/audit-logs.md): Get audit logs for the tenant with optional filtering
- [Get Resource Audit History](https://docs.apigene.ai/api-reference/audit/resource-audit-history.md): Get complete audit history for a specific resource
- [Clear Tenant Cache](https://docs.apigene.ai/api-reference/cache/clear-tenant-cache.md): Clear all cache entries for the authenticated tenant.
- [Delete Cache Key](https://docs.apigene.ai/api-reference/cache/delete-cache-key.md): Delete cache key(s) for the authenticated tenant.
- [Get Cache Key](https://docs.apigene.ai/api-reference/cache/get-cache-key.md): Get the value of a specific cache key for the authenticated tenant.
- [Get Tenant Cache Keys](https://docs.apigene.ai/api-reference/cache/get-tenant-cache-keys.md): Get all cache keys for the authenticated tenant.
- [Context Type Create](https://docs.apigene.ai/api-reference/context-type/context-type-create.md): Endpoint to create a new context type associated with the authenticated tenant.
- [Context Type Delete](https://docs.apigene.ai/api-reference/context-t