> ## Documentation Index
> Fetch the complete documentation index at: https://docs.requesty.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Programmatically manage API keys, groups, members, and organization settings

Requesty's management APIs let you automate administration tasks. All management endpoints use the base URL `https://api-v2.requesty.ai/v1/manage`.

<Note>
  **Download the OpenAPI spec** to use with your favorite API client or code generator:
  [Management API spec](/api-reference/requesty_management-openapi.json)
</Note>

<CardGroup cols={2}>
  <Card title="API Key" icon="key" href="/api-reference/endpoint/manage-apikey/manage-api-key-list">
    Create, list, update, and delete API keys. Set spending limits, labels, and expiration dates.
  </Card>

  <Card title="Group" icon="users" href="/api-reference/endpoint/manage-group/manage-group-list">
    Organize users into groups with shared budgets and access controls.
  </Card>

  <Card title="Group Member" icon="user-plus" href="/api-reference/endpoint/manage-group-member/manage-group-member-add">
    Add, update, and remove members within groups.
  </Card>

  <Card title="Organization" icon="building" href="/api-reference/endpoint/manage-org-get">
    Retrieve organization details including settings and usage information.
  </Card>

  <Card title="Organization Member" icon="user-xmark" href="/api-reference/endpoint/manage-org-member-delete">
    Automate member offboarding: revoke organization access and invalidate API keys.
  </Card>
</CardGroup>
