> For the complete documentation index, see [llms.txt](https://help.pickyassist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickyassist.com/api-documentation-v2/project-management-api/introduction.md).

# Introduction

{% hint style="danger" %}

## Project Management API is disabled from Feb 1st, 2023 onwards, so any request made to this en point will fail

{% endhint %}

## Project Management API&#x20;

This API allows you to manage the projects through API which helps you to onboard and manager customers seamlessly from your own application / software, you can perform the following actions programatically through this API&#x20;

{% hint style="danger" %}
**Please note this API access is disabled by default and you need to request the access from us before start using. Please contact <support@pickyassist.com> to request the Access.**
{% endhint %}

1. [Create New Project ](/api-documentation-v2/project-management-api/create-project.md)
2. [Get Project Details ](/api-documentation-v2/project-management-api/get-project-details.md)
3. [Change Billing Plan](/api-documentation-v2/project-management-api/change-billing-plan.md)
4. [Set / Update Webhoooks](/api-documentation-v2/project-management-api/set-update-webhook.md)
5. [Create New API Token](/api-documentation-v2/project-management-api/create-api-token.md)
6. [Disable / Enable / Delete API Tokens](/api-documentation-v2/project-management-api/manage-api-token.md)
7. [Fetch Account Balance (Wallet)](/api-documentation-v2/project-management-api/fetch-account-balance.md)

## Authentication & Creating Master API Token

In order to use the Project Management API  first you need access permission and a master API token.

Once your account is enabled with Project Management API you can navigate to **My Profile -> Master Token (Tab)** and generate a new API Token

![](/files/-M9Mux5FOl_HtUvy1_x9)

{% hint style="danger" %}
**Please note the Project specific API token will not work with Project Management API**
{% endhint %}


---

# 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 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, and the optional `goal` query parameter:

```
GET https://help.pickyassist.com/api-documentation-v2/project-management-api/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
