# Wolf API Documentation

## What do I need to get started?&#x20;

Wolf platform is tenantized. Each tenant having their own seperate database. Hence calling the API you must provide the tenant key and the API key for that tenant for every single query.&#x20;

## Where do I find my tenant key and API key

Please reach out to your account manager to get your keys. Handle your keys carefully, Key are like your password and it cannot be changed without significant downtime.&#x20;

## What are the key concepts for the platform

* Campaign: Campaign are orders from clients. each campaign includes a client id and a description of requirements. Each campaign is a for a specific job type.&#x20;
* Shift: Each campaign could have zero, one or more shifts. Shifts are specific start time, end time for a campaign.&#x20;
* Tender: Tender is a Job Seekers requrest to work for a given shift.&#x20;
* Application: Application is a Job seekers interest or qualification for a given campaign at large.&#x20;
* Report: Timesheets for a given tender. By extension for a given shift and a given job seeker.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fromwolf.com/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.
