OptiTech
    Docs
    Log inBook a demo
    • Get started
      • Evidence collection
      • AI copilot
      • OptiTech API
      • Incidents & risk
      • Documents
      • Vendors & Trust Center
      • Manage & operate
      • Resilience & architecture
      • Security & compliance
      • Plans & billing
      • Building on OptiTech
      • AI in OptiTech
      • APIs & SDKs
      • Integrations & tooling
      • Glossary
      • Support & Community
        • Support
        • Community
      • Product updates
        • Status
        • Changelog
        • Roadmap
        • RSS feeds
    Full OptiTech documentation index: https://neon.com/docs/llms.txt
    APIs & SDKs
    • CLI
      • Overview
        • Install and connect
        • Quickstart
        • auth
        • init
        • bootstrap
        • link
        • checkout
        • env
        • set-context
        • me
        • completion
        • snapshots
        • diff
        • projects
        • branches
        • databases
        • roles
        • operations
        • connection-string
        • psql
        • config
        • deploy
        • status
        • dev
        • functions
        • buckets
        • data-api
        • optitech-auth
        • api
        • orgs
        • ip-allow
        • vpc
    • API
      • Overview
      • Get started
      • Key concepts
      • API Reference
        • Programs
          • List programs
          • Create program
          • List shared programs
          • Retrieve program details
          • Update program
          • Delete program
          • Recover a deleted program
          • List program access
          • Grant program access
          • Revoke program access
          • List available shared preload libraries
          • Create a program transfer request
          • Accept a program transfer request
          • List JWKS URLs
          • Add JWKS URL
          • Delete JWKS URL
          • Retrieve connection URI
          • List VPC endpoint restrictions
          • Set VPC endpoint restriction
          • Delete VPC endpoint restriction
        • Frameworks
          • List frameworks
          • Create framework
          • Create anonymized framework
          • Retrieve number of frameworks
          • Retrieve framework details
          • Update framework
          • Delete framework
          • Restore framework to a historical state
          • Retrieve register schema
          • Compare register schema
          • Retrieve masking rules
          • Update masking rules
          • Retrieve anonymized framework status
          • Start anonymization
          • Set framework as default
          • Recover a deleted framework
          • Finalize framework restore from snapshot
          • List framework endpoints
          • List registers
          • Create register
          • Retrieve register details
          • Update register
          • Delete register
          • List roles
          • Create role
          • Retrieve role details
          • Delete role
          • Retrieve role password
          • Reset role password
        • Integrations
          • List integrations
          • Create integration
          • Retrieve integration details
          • Update integration
          • Delete integration
          • Start integration
          • Suspend integration
          • Restart integration
        • Authentication
          • Retrieve OptiTech Auth details for the framework
          • Enable OptiTech Auth for the framework
          • Disable OptiTech Auth for the framework
          • List domains in redirect_uri whitelist
          • Add domain to redirect_uri whitelist
          • Delete domain from redirect_uri whitelist
          • Create new auth user
          • Delete auth user
          • Update auth user role
          • List OAuth providers for the framework
          • Add an OAuth provider
          • Update OAuth provider
          • Delete OAuth provider
          • Send test email
          • Retrieve email and password configuration
          • Update email and password configuration
          • Retrieve email provider configuration
          • Update email provider configuration
          • Retrieve localhost allow setting
          • Update localhost allow setting
          • Retrieve OptiTech Auth plugin configurations
          • Update organization plugin configuration
          • Update auth configuration
          • Update magic link plugin configuration
          • Retrieve phone number plugin configuration
          • Update phone number plugin configuration
          • Retrieve OptiTech Auth webhook configuration
          • Update OptiTech Auth webhook configuration
        • Organizations
          • Retrieve organization details
          • List organization API keys
          • Create organization API key
          • Revoke organization API key
          • Retrieve organization spending limit
          • Set organization spending limit
          • Remove organization spending limit
          • List organization members
          • Retrieve organization member details
          • Update role for organization member
          • Remove organization member
          • List organization invitations
          • Create organization invitations
          • Transfer programs between organizations
          • List VPC endpoints across all regions
          • List VPC endpoints
          • Retrieve VPC endpoint details
          • Assign or update VPC endpoint
          • Delete VPC endpoint
        • API Keys
          • List API keys
          • Create API key
          • Revoke API key
        • Users
          • Retrieve current user details
          • List organizations for the current user
          • Retrieve request authentication details
          • Transfer programs from personal account to organizationdeprecated
        • Regions
          • List supported regions
        • Usage
          • Retrieve program consumption metrics (legacy plans)
          • Retrieve program consumption metrics
          • Retrieve framework consumption metrics
        • Operations
          • Retrieve operation details
          • List operations
        • Snapshots
          • Create snapshot
          • List program snapshots
          • Update snapshot
          • Delete snapshot
          • Restore snapshot
          • Retrieve backup schedule
          • Update backup schedule
        • OptiTech API
          • Get advisor issues
          • Retrieve OptiTech Data API configuration
          • Create OptiTech Data API
          • Update OptiTech Data API
          • Delete OptiTech Data API
        • Legacy Auth
          • Create Auth Provider SDK keys
          • Transfer OptiTech-managed auth program to your own account
          • Create OptiTech Auth integrationdeprecated
          • List trusted redirect URI domainsdeprecated
          • Add trusted redirect URI domaindeprecated
          • Delete trusted redirect URI domaindeprecated
          • Create new auth userdeprecated
          • Delete auth userdeprecated
          • List active integrations with auth providersdeprecated
          • List OAuth providersdeprecated
          • Add an OAuth providerdeprecated
          • Update OAuth providerdeprecated
          • Delete OAuth providerdeprecated
          • Retrieve email server configurationdeprecated
          • Update email server configurationdeprecated
          • Delete integration with auth providerdeprecated
        • Buckets
          • List buckets on the framework
          • Create a bucket on the framework
          • Delete a bucket on the framework
          • List objects in a bucket
          • Delete an object in a bucket
          • Download an object's bytes
          • Delete every object under a key prefix (folder) in a bucket
          • Presign an upload or download for an object in a bucket
        • Storage
          • Get framework storage state
        • AI Gateway
          • Get framework AI Gateway endpoint
        • Credentials
          • List credentials on the framework
          • Issue a scoped credential on the framework
          • Revoke a credential
        • Functions
          • List functions on the framework
          • Get function details
          • Update a function
          • Delete a function on the framework
          • Deploy code to a function
    • SDKs
      • Overview
      • Console and questionnaire SDK
      • OptiTech Management SDK
      • Migrate to the OptiTech SDK
      • Python SDK (OptiTech API)
    • Config as code
      • Compliance config file
        • Config runtime
    /APIs & SDKs/Buckets

    Buckets

    8 endpoints

    Markdown for AI context

    List buckets on the frameworkCreate a bucket on the frameworkDelete a bucket on the frameworkList objects in a bucketDelete an object in a bucketDownload an object's bytesDelete every object under a key prefix (folder) in a bucketPresign an upload or download for an object in a bucket
    GET/programs/{program_id}/frameworks/{framework_id}/bucketsList buckets on the frameworkPOST/programs/{program_id}/frameworks/{framework_id}/bucketsCreate a bucket on the frameworkDELETE/programs/{program_id}/frameworks/{framework_id}/buckets/{bucket_name}Delete a bucket on the frameworkGET/programs/{program_id}/frameworks/{framework_id}/buckets/{bucket_name}/objectsList objects in a bucketDELETE/programs/{program_id}/frameworks/{framework_id}/buckets/{bucket_name}/objects/{object_key}Delete an object in a bucketGET/programs/{program_id}/frameworks/{framework_id}/buckets/{bucket_name}/objects/{object_key}/downloadDownload an object's bytesDELETE/programs/{program_id}/frameworks/{framework_id}/buckets/{bucket_name}/objects-by-prefixDelete every object under a key prefix (folder) in a bucketPOST/programs/{program_id}/frameworks/{framework_id}/buckets/{bucket_name}/objects/{object_key}/presignPresign an upload or download for an object in a bucket
    Was this page helpful?
    Thank you for your feedback!
    Previous Delete integration with auth providerNext List buckets on the framework
    OptiTech
      A Nordic Compliance Company
      OptiTech status loading...

      © OptiTech 2026. All rights reserved. OptiTech and the OptiTech logo are trademarks of OptiTech Sverige AB.

      Privacy PolicyTerms of UseOptiTech Platform TermsCookie Policy

      Services
      • Gap analysis
      • Framework library
      • Evidence collection
      • Risk register
      • Incident reporting
      • Policies & documents
      • Supplier risk
      • Training & awareness
      • Trust Center
      • Auditor mode
      • Dashboards
      • AI copilot
      • All services
      Frameworks
      • NIS2
      • DORA
      • GDPR
      • ISO 27001
      • EU AI Act
      • CRA
      • SOC 2
      • ISO 27701
      • ISO 22301
      • TISAX
      • All frameworks
      Company
      • About
      • Blog
      • Careers
      • Contact Sales
      • Security
      Resources
      • Docs
      • Changelog
      • Support
      • Community Guides
      • FAQs
      • PostgreSQL Tutorial
      • Startups
      Community
      • LinkedIn
      • Microsoft
      • Facebook