cred_refs
Record and look up where credentials are documented, storing only location pointers instead of sensitive values.
Instructions
Store pointers to where credentials are documented (not the credentials themselves). E.g., 'Django admin creds are in tests/live/test_all_endpoints.py'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Credential name (required for add) | |
| notes | No | Additional notes | |
| action | Yes | Action | |
| project | No | Project slug (auto-detected if omitted) | |
| location | No | Where the credential is documented (required for add) |