# Trillo Workbench Java SDK

## Trillo Workbench Java SDK

- [Introduction](https://trillo.gitbook.io/trillo-workbench-java-sdk/master.md): This document describes Java APIs for writing serverless functions. This document uses class and table for the same concept.
- [Sample Example](https://trillo.gitbook.io/trillo-workbench-java-sdk/master/sample-example.md): The sample application used for the lesson is an order management application.
- [BaseApi (Basic APIs)](https://trillo.gitbook.io/trillo-workbench-java-sdk/json.md)
- [LogApi (Logging APIs)](https://trillo.gitbook.io/trillo-workbench-java-sdk/log-api-logapi.md)
- [DSApi (Database APIs)](https://trillo.gitbook.io/trillo-workbench-java-sdk/database.md): This section described database APIs. Each database API is a static method of a Java class called DSApi.
- [Overview](https://trillo.gitbook.io/trillo-workbench-java-sdk/database/overview.md)
- [Retrieve APIs](https://trillo.gitbook.io/trillo-workbench-java-sdk/database/retrieve-apis.md): This page describes different Java APIs to retrieve a record (also referred to as object) by primary key, queries.
- [Create and Update API](https://trillo.gitbook.io/trillo-workbench-java-sdk/database/create-and-update-api.md)
- [Delete APIs](https://trillo.gitbook.io/trillo-workbench-java-sdk/database/delete-apis.md)
- [Empty Table](https://trillo.gitbook.io/trillo-workbench-java-sdk/database/empty-table.md)
- [Sample Functions Using API](https://trillo.gitbook.io/trillo-workbench-java-sdk/database/sample-functions-using-api.md)
- [FuncApi (Function APIs)](https://trillo.gitbook.io/trillo-workbench-java-sdk/serverless-function.md)
- [TaskApi (Task APIs)](https://trillo.gitbook.io/trillo-workbench-java-sdk/taskapi-task-apis.md)
- [CacheApi (Memory Cache APIs)](https://trillo.gitbook.io/trillo-workbench-java-sdk/memory-cache.md)
- [Delete APIs](https://trillo.gitbook.io/trillo-workbench-java-sdk/memory-cache/delete-apis.md)
- [Create and Update API](https://trillo.gitbook.io/trillo-workbench-java-sdk/memory-cache/create-and-update-api.md)
- [Retrieve APIs](https://trillo.gitbook.io/trillo-workbench-java-sdk/memory-cache/retrieve-apis.md)
- [StorageApi](https://trillo.gitbook.io/trillo-workbench-java-sdk/storageapi.md)
- [CallLogger (Logging Level APIs)](https://trillo.gitbook.io/trillo-workbench-java-sdk/calllogger-logging-level-apis.md)
- [CommandApi](https://trillo.gitbook.io/trillo-workbench-java-sdk/commandapi.md)
- [OAuth1Api](https://trillo.gitbook.io/trillo-workbench-java-sdk/oauth1api.md)
- [Google Cloud APIs](https://trillo.gitbook.io/trillo-workbench-java-sdk/google-cloud-api-gcpapi.md)
- [BigQueryApi (BigQuery APIs)](https://trillo.gitbook.io/trillo-workbench-java-sdk/google-cloud-api-gcpapi/bigquery-bigqueryapi.md)
- [GCSApi (Cloud Storage APIs)](https://trillo.gitbook.io/trillo-workbench-java-sdk/google-cloud-api-gcpapi/cloud-storage-gcsapi.md)
- [GCPAuthApi](https://trillo.gitbook.io/trillo-workbench-java-sdk/google-cloud-api-gcpapi/gcpauthapi.md)
- [GCPRestApi](https://trillo.gitbook.io/trillo-workbench-java-sdk/google-cloud-api-gcpapi/gcprestapi.md)
- [GCPTokenInfo](https://trillo.gitbook.io/trillo-workbench-java-sdk/google-cloud-api-gcpapi/gcptokeninfo.md)
- [Metadata API (MetaApi)](https://trillo.gitbook.io/trillo-workbench-java-sdk/meta-api-metaapi.md)
- [Create and Update API](https://trillo.gitbook.io/trillo-workbench-java-sdk/meta-api-metaapi/create-and-update-api.md)
- [All Retrieve-Only](https://trillo.gitbook.io/trillo-workbench-java-sdk/meta-api-metaapi/retrieve-apis.md)
- [UMApi (User, Tenant, Roles APIs)](https://trillo.gitbook.io/trillo-workbench-java-sdk/user-tenant-roles-apis-umapi.md)
- [HttpApi (HTTP APIs)](https://trillo.gitbook.io/trillo-workbench-java-sdk/http-methods.md)
- [SFTPApi](https://trillo.gitbook.io/trillo-workbench-java-sdk/sftpapi.md)
- [FileUtil](https://trillo.gitbook.io/trillo-workbench-java-sdk/fileutil.md)
- [CSVApi](https://trillo.gitbook.io/trillo-workbench-java-sdk/csvapi.md)
- [EmailApi (Email APIs)](https://trillo.gitbook.io/trillo-workbench-java-sdk/json-1.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://trillo.gitbook.io/trillo-workbench-java-sdk/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
