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

# Management API reference

> Manage Propel resources via the API

Programmatically get, create, modify, and delete Data Pools, Metrics, Access Policies, and Materialized Views.  See also our [Terraform Provider](/docs/terraform).

<Info>
  To query data, see the [Query APIs](/docs/query-apis).
</Info>

## Endpoint

The Management API endpoint is:

```
 https://api.us-east-2.propeldata.com/graphql
```

## GraphQL Management API Reference

<CardGroup>
  <Card title="Queries" icon="magnifying-glass" href="/docs/management-api/queries">
    Get individual or lists of resources.
  </Card>

  <Card title="Mutations" icon="pen" href="/docs/management-api/mutations">
    Create, modify, and delete resources.
  </Card>

  <Card title="Types" icon="cube" href="/docs/management-api/types">
    Core object definitions and their relationships
  </Card>

  <Card title="Inputs" icon="arrow-right" href="/docs/management-api/inputs">
    Parameters accepted by queries and mutations
  </Card>

  <Card title="Enums" icon="list" href="/docs/management-api/enums">
    Predefined sets of valid values
  </Card>

  <Card title="Unions" icon="cube" href="/docs/management-api/types">
    Types that can hold multiple possible object types
  </Card>

  <Card title="Scalars" icon="cube" href="/docs/management-api/scalars">
    Additional primitive data types.
  </Card>
</CardGroup>
