| name | opencloningdb-api-docs |
| description | Points to OpenCloningDB API endpoint documentation. Use when working with opencloningdb as the database backend, looking up database API routes, or integrating sequence/primer submission to OpenCloningDB. |
OpenCloningDB API Documentation
Documentation Location
When using OpenCloningDB as the database, API endpoints are documented at:
http://localhost:8000/db/openapi.json
Use this when:
- Looking up OpenCloningDB-specific endpoints (sequences, primers, etc.)
- Implementing or debugging database submission flows
- Understanding OpenCloningDB request/response formats
The OpenCloningDB server must be running locally for this URL to be accessible.