Prodedify
Administration

API keys

Generate and manage API credentials.

Create API keys to integrate Prodedify with external tools and custom workflows.

Creating an API key

Key details

Go to Settings → Security → API Keys and click Create key. Give it a descriptive name.

Scope selection

Choose the permission level for the key:

ScopeAccess
ReadView issues, projects, members, and other data
WriteCreate and update issues, projects, and settings
AdminFull access including member management and configuration

Expiration

Set an expiration date for the key. Keys can also be created without expiration for long-lived integrations.

Managing keys

Active keys

View all active keys, their last used date, and permission scopes.

Revoking keys

Revoke keys you no longer need. Revoked keys immediately stop working.

Security best practices

Use the minimum scope necessary for each integration. Rotate keys periodically and revoke unused keys.

Using the API

Authentication

Include your API key in the Authorization header of every request:

Authorization: Bearer your-api-key

Next steps

See the API Reference for available endpoints and usage examples.

On this page