API Reference

Complete API documentation for the AgentUp Registry. Use these endpoints to programmatically interact with packages, authentication, and metadata.

Base URL

https://api.agentup.dev

Endpoints

POST/api/upload/
API Token required

Upload a package (PEP 541 compatible)

GET/api/packages/{name}/
Public

Get package metadata

GET/api/simple/{name}/
Public

PyPI Simple API endpoint

POST/api/auth/token/
User credentials required

Generate API token

Authentication

API requests requiring authentication should include your API token in the Authorization header:

Authorization: Bearer your-api-token-here

Coming Soon

Detailed endpoint documentation, request/response examples, and interactive API explorer are currently in development. Check back soon for complete documentation.